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

  /external/chromium_org/media/base/
yuv_convert.h 26 enum YUVType {
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,
yuv_convert.cc 64 YUVType);
77 YUVType);
120 int GetVerticalShift(YUVType type) {
132 const int16 (&GetLookupTable(YUVType type))[1024][4] {
224 YUVType yuv_type,
652 YUVType yuv_type) {
676 YUVType yuv_type) {
yuv_convert_unittest.cc 161 YUVScaleTestData(media::YUVType y, media::ScaleFilter s, uint32 r)
167 media::YUVType yuv_type;
    [all...]
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 28 YUVType yuv_type) {
58 YUVType yuv_type) {
convert_yuv_to_rgb.h 25 YUVType yuv_type);
45 YUVType yuv_type);
64 YUVType yuv_type);
77 YUVType yuv_type);
convert_yuv_to_rgb_c.cc 227 YUVType yuv_type) {
255 YUVType yuv_type) {
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 110 media::YUVType yuv_type = (video_frame->format() == media::VideoFrame::YV12 ||

Completed in 1966 milliseconds