HomeSort by relevance Sort by last modified time
    Searched refs:yuv_type (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 25 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;
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);
convert_yuv_to_rgb_c.cc 220 YUVType yuv_type) {
221 unsigned int y_shift = yuv_type;
247 YUVType yuv_type) {
248 unsigned int y_shift = yuv_type;
  /external/chromium_org/media/base/
yuv_convert.h 65 YUVType yuv_type);
80 YUVType yuv_type);
95 YUVType yuv_type,
yuv_convert.cc 203 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);
yuv_convert_unittest.cc 150 : 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/
video_renderer_impl.cc 169 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/
skcanvas_video_renderer.cc 84 media::YUVType yuv_type = media::YV16; local
88 yuv_type = media::YV12;
93 yuv_type = media::YV12;
180 yuv_type,
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 108 media::YUVType yuv_type = local
118 yuv_type);

Completed in 191 milliseconds