Home
last modified time | relevance | path

Searched refs:yuv_type (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb_x86.cc25 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()
Dconvert_yuv_to_rgb.h25 YUVType yuv_type);
44 YUVType yuv_type);
62 YUVType yuv_type);
73 YUVType yuv_type);
86 YUVType yuv_type);
Dconvert_yuv_to_rgb_c.cc220 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/
Dyuv_convert.h65 YUVType yuv_type);
80 YUVType yuv_type);
95 YUVType yuv_type,
Dyuv_convert.cc203 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()
Dyuv_convert_unittest.cc150 : 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/
Dvideo_renderer_impl.cc169 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/
Dskcanvas_video_renderer.cc84 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/
Dx11_video_renderer.cc108 media::YUVType yuv_type = in Paint() local
118 yuv_type); in Paint()