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

  /external/libyuv/files/source/
video_common.cc 28 {FOURCC_YU12, FOURCC_I420},
  /external/libyuv/files/unit_test/
video_common_test.cc 46 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_YU12));
90 EXPECT_TRUE(TestValidFourCC(FOURCC_YU12, FOURCC_BPP_YU12));
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 91 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420.
  /external/libyuv/files/include/libyuv/
video_common.h 91 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420.
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 47 format != FOURCC_YU12 && format != FOURCC_YV12) || y == sample;
217 case FOURCC_YU12:
convert_to_argb.cc 179 case FOURCC_YU12:
convert_from.cc     [all...]
  /external/webrtc/talk/media/base/
videocommon.h 111 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420.
videoframe.cc 268 case FOURCC_YU12:
videocapturer.cc 600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 ||
videoframe_unittest.h     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 526 encoder_fourcc_ = libyuv::FOURCC_YU12;
    [all...]

Completed in 425 milliseconds