Searched refs:FOURCC_YU12 (Results 1 – 11 of 11) sorted by relevance
/external/libyuv/files/unit_test/ |
D | video_common_test.cc | 43 EXPECT_EQ(static_cast<uint32>(FOURCC_I420), CanonicalFourCC(FOURCC_YU12)); in TEST_F() 86 EXPECT_TRUE(TestValidFourCC(FOURCC_YU12, FOURCC_BPP_YU12)); in TEST_F()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | video_common.cc | 28 {FOURCC_YU12, FOURCC_I420},
|
/external/libyuv/files/source/ |
D | video_common.cc | 27 {FOURCC_YU12, FOURCC_I420},
|
/external/libyuv/files/include/libyuv/ |
D | video_common.h | 91 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420. enumerator
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | video_common.h | 91 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420. enumerator
|
/external/webrtc/talk/media/base/ |
D | videocommon.h | 111 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420. enumerator
|
D | videoframe.cc | 268 case FOURCC_YU12: in Validate()
|
D | videocapturer.cc | 600 if (supported.height >= 720 && (supported_fourcc == FOURCC_YU12 || in GetFormatDistance()
|
D | videoframe_unittest.h | 1111 ASSERT_TRUE(LoadFrame(kImageFilename, cricket::FOURCC_YU12, kWidth, kHeight, in ConstructI420Aliases()
|
/external/libyuv/files/docs/ |
D | formats.md | 77 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420.
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediaencoder_jni.cc | 526 encoder_fourcc_ = libyuv::FOURCC_YU12; in InitEncodeOnCodecThread()
|