Searched refs:yuv_type (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/media/base/simd/ |
D | convert_yuv_to_rgb_x86.cc | 25 YUVType yuv_type) { in ConvertYUVToRGB32_MMX() argument 26 unsigned int y_shift = yuv_type; in ConvertYUVToRGB32_MMX() 54 YUVType yuv_type) { in ConvertYUVAToARGB_MMX() argument 55 unsigned int y_shift = yuv_type; in ConvertYUVAToARGB_MMX() 83 YUVType yuv_type) { in ConvertYUVToRGB32_SSE() argument 84 unsigned int y_shift = yuv_type; in ConvertYUVToRGB32_SSE()
|
D | convert_yuv_to_rgb.h | 25 YUVType yuv_type); 44 YUVType yuv_type); 62 YUVType yuv_type); 73 YUVType yuv_type); 86 YUVType yuv_type);
|
D | convert_yuv_to_rgb_c.cc | 220 YUVType yuv_type) { in ConvertYUVToRGB32_C() argument 221 unsigned int y_shift = yuv_type; in ConvertYUVToRGB32_C() 247 YUVType yuv_type) { in ConvertYUVAToARGB_C() argument 248 unsigned int y_shift = yuv_type; in ConvertYUVAToARGB_C()
|
/external/chromium_org/media/base/ |
D | yuv_convert.h | 65 YUVType yuv_type); 80 YUVType yuv_type); 95 YUVType yuv_type,
|
D | yuv_convert.cc | 203 YUVType yuv_type, in ScaleYUVToRGB32() argument 207 if ((yuv_type == YV12 && (source_width < 2 || source_height < 2)) || in ScaleYUVToRGB32() 208 (yuv_type == YV16 && (source_width < 2 || source_height < 1)) || in ScaleYUVToRGB32() 223 unsigned int y_shift = yuv_type; in ScaleYUVToRGB32() 615 YUVType yuv_type) { in ConvertYUVToRGB32() argument 625 yuv_type); in ConvertYUVToRGB32() 639 YUVType yuv_type) { in ConvertYUVAToARGB() argument 651 yuv_type); in ConvertYUVAToARGB()
|
D | yuv_convert_unittest.cc | 150 : yuv_type(y), in YUVScaleTestData() 155 media::YUVType yuv_type; member 163 switch (GetParam().yuv_type) { in YUVScaleTest() 179 switch (GetParam().yuv_type) { in v_plane() 202 GetParam().yuv_type, in TEST_P() 216 GetParam().yuv_type); in TEST_P() 233 GetParam().yuv_type, in TEST_P() 255 GetParam().yuv_type, in TEST_P() 272 GetParam().yuv_type, in TEST_P() 289 GetParam().yuv_type, in TEST_P()
|
/external/chromium/webkit/glue/media/ |
D | video_renderer_impl.cc | 169 media::YUVType yuv_type = in SlowPaint() local 181 yuv_type); in SlowPaint() 210 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12) ? in FastPaint() local 212 int y_shift = yuv_type; // 1 for YV12, 0 for YV16. in FastPaint() 297 yuv_type, in FastPaint()
|
/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer.cc | 84 media::YUVType yuv_type = media::YV16; in FastPaint() local 88 yuv_type = media::YV12; in FastPaint() 93 yuv_type = media::YV12; in FastPaint() 180 yuv_type, in FastPaint()
|
/external/chromium_org/media/tools/player_x11/ |
D | x11_video_renderer.cc | 108 media::YUVType yuv_type = in Paint() local 118 yuv_type); in Paint()
|