Searched refs:B_YUV420 (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/mediaplayer/support/
H A DColorSpaceToString.cpp65 case B_YUV420:
66 name = "B_YUV420";
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp78 case B_YCbCr420: case B_YUV420:
169 // R5: calculates weird BPR values for B_YCbCr411, B_YUV411 and B_YUV420.
187 { BRect(0, 0, 39, 9), B_YUV420 },
188 { BRect(0, 0, 31, 9), B_YUV420 },
189 { BRect(0, 0, 18, 9), B_YUV420 },
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp111 // but beos reports B_YUV420 to be
113 case B_YCbCr420: case B_YUV420:
169 case B_YUV422: case B_YUV411: case B_YUV444: case B_YUV420:
H A DBitmap.cpp222 case B_YCbCr420: case B_YUV420:
1415 case B_YCbCr420: case B_YUV420:
1937 case B_YCbCr420: case B_YUV420:
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.cpp177 return B_YUV420;
225 case B_YUV420:
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp228 { B_YUV420, "B_YUV420"},
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp156 // but beos reports B_YUV420 to be
158 case B_YCbCr420: case B_YUV420:
236 case B_YUV422: case B_YUV411: case B_YUV444: case B_YUV420:
H A DBitmap.cpp130 case B_YCbCr420: case B_YUV420:
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp130 COLORSPACENAME(B_YUV420),
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp308 case B_YUV420:
309 name = "B_YUV420";
/haiku/src/apps/tv/
H A DVideoView.cpp366 { B_YUV420, "B_YUV420"},
/haiku/headers/os/interface/
H A DGraphicsDefs.h235 B_YUV420 = 0x4024, // Non-interlaced only enumerator in enum:__anon1
/haiku/src/tools/translation/inspector/
H A DImageView.cpp286 COLORSPACENAME(B_YUV420),
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp266 case B_YUV420:
267 context.writeAttr(key, "B_YUV420");
397 else if(!strcmp(value, "B_YUV420"))
398 dest = B_YUV420;
/haiku/src/apps/cortex/support/
H A DMediaString.cpp985 case B_YUV420:

Completed in 104 milliseconds