Searched refs:CanonicalFourCC (Results 1 - 17 of 17) sorted by relevance

/external/libyuv/files/unit_test/
H A Dvideo_common_test.cc42 EXPECT_EQ(static_cast<uint32>(FOURCC_I420), CanonicalFourCC(FOURCC_IYUV));
43 EXPECT_EQ(static_cast<uint32>(FOURCC_I420), CanonicalFourCC(FOURCC_YU12));
44 EXPECT_EQ(static_cast<uint32>(FOURCC_I422), CanonicalFourCC(FOURCC_YU16));
45 EXPECT_EQ(static_cast<uint32>(FOURCC_I444), CanonicalFourCC(FOURCC_YU24));
46 EXPECT_EQ(static_cast<uint32>(FOURCC_YUY2), CanonicalFourCC(FOURCC_YUYV));
47 EXPECT_EQ(static_cast<uint32>(FOURCC_YUY2), CanonicalFourCC(FOURCC_YUVS));
48 EXPECT_EQ(static_cast<uint32>(FOURCC_UYVY), CanonicalFourCC(FOURCC_HDYC));
49 EXPECT_EQ(static_cast<uint32>(FOURCC_UYVY), CanonicalFourCC(FOURCC_2VUY));
50 EXPECT_EQ(static_cast<uint32>(FOURCC_MJPG), CanonicalFourCC(FOURCC_JPEG));
51 EXPECT_EQ(static_cast<uint32>(FOURCC_MJPG), CanonicalFourCC(FOURCC_DMB
[all...]
/external/webrtc/talk/media/base/
H A Dvideocommon_unittest.cc35 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_I420));
37 EXPECT_EQ(FOURCC_ANY, CanonicalFourCC(FOURCC_ANY));
39 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_IYUV));
40 EXPECT_EQ(FOURCC_I422, CanonicalFourCC(FOURCC_YU16));
41 EXPECT_EQ(FOURCC_I444, CanonicalFourCC(FOURCC_YU24));
42 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUYV));
43 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUVS));
44 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_HDYC));
45 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_2VUY));
46 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_JPE
[all...]
H A Dvideocapturer.cc411 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) ||
412 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc);
585 uint32_t supported_fourcc = CanonicalFourCC(supported.fourcc);
595 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) {
608 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) {
H A Dvideocommon.cc61 uint32_t CanonicalFourCC(uint32_t fourcc) { function in namespace:cricket
H A Dvideocommon.h115 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
143 uint32_t CanonicalFourCC(uint32_t fourcc);
H A Dvideoframe.cc256 uint32_t format = CanonicalFourCC(fourcc);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dvideo_common.cc50 uint32 CanonicalFourCC(uint32 fourcc) { function
H A Dconvert_to_argb.cc39 uint32 format = CanonicalFourCC(fourcc);
H A Dconvert_to_i420.cc38 uint32 format = CanonicalFourCC(fourcc);
H A Dconvert_from.cc900 uint32 format = CanonicalFourCC(fourcc);
/external/libyuv/files/source/
H A Dvideo_common.cc49 uint32 CanonicalFourCC(uint32 fourcc) { function
H A Dconvert_to_argb.cc44 uint32 format = CanonicalFourCC(fourcc);
H A Dconvert_to_i420.cc44 uint32 format = CanonicalFourCC(fourcc);
H A Dconvert_from.cc1105 uint32 format = CanonicalFourCC(fourcc);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dvideo_common.h96 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
177 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/libyuv/files/include/libyuv/
H A Dvideo_common.h96 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
177 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.cc208 format = CanonicalFourCC(format);

Completed in 363 milliseconds