Home
last modified time | relevance | path

Searched refs:YUVType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/media/base/
Dyuv_convert.h26 enum YUVType { enum
33 MEDIA_EXPORT int GetVerticalShift(YUVType type);
36 MEDIA_EXPORT const int16 (&GetLookupTable(YUVType type))[1024][4];
72 YUVType yuv_type);
87 YUVType yuv_type);
102 YUVType yuv_type,
Dyuv_convert.cc64 YUVType);
77 YUVType);
120 int GetVerticalShift(YUVType type) { in GetVerticalShift()
132 const int16 (&GetLookupTable(YUVType type))[1024][4] { in GetLookupTable()
224 YUVType yuv_type, in ScaleYUVToRGB32()
652 YUVType yuv_type) { in ConvertYUVToRGB32()
676 YUVType yuv_type) { in ConvertYUVAToARGB()
Dyuv_convert_unittest.cc161 YUVScaleTestData(media::YUVType y, media::ScaleFilter s, uint32 r) in YUVScaleTestData()
167 media::YUVType yuv_type;
/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb.h25 YUVType yuv_type);
45 YUVType yuv_type);
64 YUVType yuv_type);
77 YUVType yuv_type);
Dconvert_yuv_to_rgb_x86.cc28 YUVType yuv_type) { in ConvertYUVAToARGB_MMX()
58 YUVType yuv_type) { in ConvertYUVToRGB32_SSE()
Dconvert_yuv_to_rgb_c.cc227 YUVType yuv_type) { in ConvertYUVToRGB32_C()
255 YUVType yuv_type) { in ConvertYUVAToARGB_C()
/external/chromium_org/media/tools/player_x11/
Dx11_video_renderer.cc110 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12 || in Paint()