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

/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_x86.cc25 YUVType yuv_type) {
26 unsigned int y_shift = yuv_type;
54 YUVType yuv_type) {
55 unsigned int y_shift = yuv_type;
83 YUVType yuv_type) {
84 unsigned int y_shift = yuv_type;
16 ConvertYUVToRGB32_MMX(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
43 ConvertYUVAToARGB_MMX(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument
74 ConvertYUVToRGB32_SSE(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
H A Dconvert_yuv_to_rgb.h25 YUVType yuv_type);
44 YUVType yuv_type);
62 YUVType yuv_type);
73 YUVType yuv_type);
86 YUVType yuv_type);
H A Dconvert_yuv_to_rgb_c.cc212 YUVType yuv_type) {
213 unsigned int y_shift = yuv_type;
239 YUVType yuv_type) {
240 unsigned int y_shift = yuv_type;
203 ConvertYUVToRGB32_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
228 ConvertYUVAToARGB_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbaframe, int width, int height, int ystride, int uvstride, int astride, int rgbastride, YUVType yuv_type) argument
/external/chromium_org/media/base/
H A Dyuv_convert.h65 YUVType yuv_type);
80 YUVType yuv_type);
95 YUVType yuv_type,
H A Dyuv_convert.cc203 YUVType yuv_type,
207 if ((yuv_type == YV12 && (source_width < 2 || source_height < 2)) ||
208 (yuv_type == YV16 && (source_width < 2 || source_height < 1)) ||
223 unsigned int y_shift = yuv_type;
615 YUVType yuv_type) {
625 yuv_type);
639 YUVType yuv_type) {
651 yuv_type);
192 ScaleYUVToRGB32(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int width, int height, int y_pitch, int uv_pitch, int rgb_pitch, YUVType yuv_type, Rotate view_rotate, ScaleFilter filter) argument
606 ConvertYUVToRGB32(const uint8* yplane, const uint8* uplane, const uint8* vplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int rgbstride, YUVType yuv_type) argument
628 ConvertYUVAToARGB(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbframe, int width, int height, int ystride, int uvstride, int astride, int rgbstride, YUVType yuv_type) argument
H A Dyuv_convert_unittest.cc150 : yuv_type(y),
155 media::YUVType yuv_type; member in struct:media::YUVScaleTestData
163 switch (GetParam().yuv_type) {
179 switch (GetParam().yuv_type) {
202 GetParam().yuv_type,
216 GetParam().yuv_type);
233 GetParam().yuv_type,
255 GetParam().yuv_type,
272 GetParam().yuv_type,
289 GetParam().yuv_type,
[all...]
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc169 media::YUVType yuv_type = local
181 yuv_type);
210 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12) ? local
212 int y_shift = yuv_type; // 1 for YV12, 0 for YV16.
297 yuv_type,
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc82 media::YUVType yuv_type = media::YV16; local
86 yuv_type = media::YV12;
173 yuv_type,
/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc108 media::YUVType yuv_type = local
118 yuv_type);

Completed in 254 milliseconds