Searched refs:B_YUV411 (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/mediaplayer/support/
H A DColorSpaceToString.cpp59 case B_YUV411:
60 name = "B_YUV411";
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp72 case B_YCbCr411: case B_YUV411:
169 // R5: calculates weird BPR values for B_YCbCr411, B_YUV411 and B_YUV420.
175 { BRect(0, 0, 39, 9), B_YUV411 },
176 { BRect(0, 0, 31, 9), B_YUV411 },
177 { BRect(0, 0, 18, 9), B_YUV411 },
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp102 case B_YCbCr411: case B_YUV411:
169 case B_YUV422: case B_YUV411: case B_YUV444: case B_YUV420:
H A DBitmap.cpp216 case B_YCbCr411: case B_YUV411:
1413 case B_YCbCr411: case B_YUV411:
1935 case B_YCbCr411: case B_YUV411:
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp226 { B_YUV411, "B_YUV411"},
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp147 case B_YCbCr411: case B_YUV411:
236 case B_YUV422: case B_YUV411: case B_YUV444: case B_YUV420:
H A DBitmap.cpp124 case B_YCbCr411: case B_YUV411:
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp128 COLORSPACENAME(B_YUV411),
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp302 case B_YUV411:
303 name = "B_YUV411";
/haiku/src/apps/tv/
H A DVideoView.cpp364 { B_YUV411, "B_YUV411"},
/haiku/headers/os/interface/
H A DGraphicsDefs.h232 B_YUV411 = 0x4021, // U0 Y0 Y1 V0 Y2 Y3 enumerator in enum:__anon1
/haiku/src/tools/translation/inspector/
H A DImageView.cpp284 COLORSPACENAME(B_YUV411),
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp260 case B_YUV411:
261 context.writeAttr(key, "B_YUV411");
393 else if(!strcmp(value, "B_YUV411"))
394 dest = B_YUV411;
/haiku/src/apps/cortex/support/
H A DMediaString.cpp983 case B_YUV411:

Completed in 126 milliseconds