Home
last modified time | relevance | path

Searched refs:CanonicalFourCC (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/libyuv/unit_test/
Dvideo_common_test.cc45 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_IYUV)); in TEST_F()
46 EXPECT_EQ(FOURCC_I422, CanonicalFourCC(FOURCC_YU16)); in TEST_F()
47 EXPECT_EQ(FOURCC_I444, CanonicalFourCC(FOURCC_YU24)); in TEST_F()
48 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUYV)); in TEST_F()
49 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUVS)); in TEST_F()
50 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_HDYC)); in TEST_F()
51 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_2VUY)); in TEST_F()
52 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_JPEG)); in TEST_F()
53 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_DMB1)); in TEST_F()
54 EXPECT_EQ(FOURCC_BGGR, CanonicalFourCC(FOURCC_BA81)); in TEST_F()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocommon_unittest.cc35 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_I420)); in TEST()
37 EXPECT_EQ(FOURCC_ANY, CanonicalFourCC(FOURCC_ANY)); in TEST()
39 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_IYUV)); in TEST()
40 EXPECT_EQ(FOURCC_I422, CanonicalFourCC(FOURCC_YU16)); in TEST()
41 EXPECT_EQ(FOURCC_I444, CanonicalFourCC(FOURCC_YU24)); in TEST()
42 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUYV)); in TEST()
43 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUVS)); in TEST()
44 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_HDYC)); in TEST()
45 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_2VUY)); in TEST()
46 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_JPEG)); in TEST()
[all …]
Dvideocapturer.cc419 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) || in OnFrameCaptured()
420 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc); in OnFrameCaptured()
595 uint32 supported_fourcc = CanonicalFourCC(supported.fourcc); in GetFormatDistance()
605 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) { in GetFormatDistance()
618 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) { in GetFormatDistance()
Dvideocommon.cc58 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() function
Dvideocommon.h138 uint32 CanonicalFourCC(uint32 fourcc);
Dvideoframe.cc249 uint32 format = CanonicalFourCC(fourcc); in Validate()
/external/libyuv/files/source/
Dvideo_common.cc41 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() function
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dvideo_common.cc49 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() function
Dconvert_to_argb.cc40 uint32 format = CanonicalFourCC(fourcc); in ConvertToARGB()
Dconvert_to_i420.cc39 uint32 format = CanonicalFourCC(fourcc); in ConvertToI420()
Dconvert_from.cc961 uint32 format = CanonicalFourCC(fourcc); in ConvertFromI420()
/external/chromium_org/third_party/libyuv/source/
Dvideo_common.cc49 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() function
Dconvert_to_argb.cc40 uint32 format = CanonicalFourCC(fourcc); in ConvertToARGB()
Dconvert_to_i420.cc39 uint32 format = CanonicalFourCC(fourcc); in ConvertToI420()
Dconvert_from.cc961 uint32 format = CanonicalFourCC(fourcc); in ConvertFromI420()
/external/libyuv/files/include/libyuv/
Dvideo_common.h152 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/chromium_org/third_party/libyuv/include/libyuv/
Dvideo_common.h175 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dvideo_common.h175 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.cc129 if (CanonicalFourCC(frame->fourcc) != FOURCC_I420 || frame->rotation != 0 || in Alias()
309 format = CanonicalFourCC(format); in Reset()