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

  /external/libvpx/libvpx/third_party/libyuv/source/
video_common.cc 28 {FOURCC_YU12, FOURCC_I420},
  /external/libyuv/files/source/
video_common.cc 27 {FOURCC_YU12, FOURCC_I420},
  /external/libyuv/files/unit_test/
video_common_test.cc 43 EXPECT_EQ(static_cast<uint32>(FOURCC_I420), CanonicalFourCC(FOURCC_YU12));
86 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/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 105 milliseconds