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

  /external/chromium_org/third_party/libyuv/unit_test/
video_common_test.cc 45 EXPECT_EQ(FOURCC_I420, CanonicalFourCC(FOURCC_IYUV));
46 EXPECT_EQ(FOURCC_I422, CanonicalFourCC(FOURCC_YU16));
47 EXPECT_EQ(FOURCC_I444, CanonicalFourCC(FOURCC_YU24));
48 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUYV));
49 EXPECT_EQ(FOURCC_YUY2, CanonicalFourCC(FOURCC_YUVS));
50 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_HDYC));
51 EXPECT_EQ(FOURCC_UYVY, CanonicalFourCC(FOURCC_2VUY));
52 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_JPEG));
53 EXPECT_EQ(FOURCC_MJPG, CanonicalFourCC(FOURCC_DMB1));
54 EXPECT_EQ(FOURCC_BGGR, CanonicalFourCC(FOURCC_BA81))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon_unittest.cc 35 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_JPEG))
    [all...]
videocapturer.cc 419 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) ||
420 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc);
595 uint32 supported_fourcc = CanonicalFourCC(supported.fourcc);
605 if (supported_fourcc == CanonicalFourCC(preferred_fourccs[i])) {
618 } else if (supported_fourcc == CanonicalFourCC(desired.fourcc)) {
videocommon.cc 58 uint32 CanonicalFourCC(uint32 fourcc) {
videocommon.h 114 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
138 uint32 CanonicalFourCC(uint32 fourcc);
videoframe.cc 249 uint32 format = CanonicalFourCC(fourcc);
  /external/libyuv/files/source/
video_common.cc 41 uint32 CanonicalFourCC(uint32 fourcc) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
video_common.cc 49 uint32 CanonicalFourCC(uint32 fourcc) {
convert_to_argb.cc 40 uint32 format = CanonicalFourCC(fourcc);
convert_to_i420.cc 39 uint32 format = CanonicalFourCC(fourcc);
convert_from.cc 961 uint32 format = CanonicalFourCC(fourcc);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
video_common.cc 49 uint32 CanonicalFourCC(uint32 fourcc) {
convert_to_argb.cc 40 uint32 format = CanonicalFourCC(fourcc);
convert_to_i420.cc 39 uint32 format = CanonicalFourCC(fourcc);
convert_from.cc 961 uint32 format = CanonicalFourCC(fourcc);
    [all...]
  /external/libyuv/files/include/libyuv/
video_common.h 78 // equivalents by CanonicalFourCC().
133 // equivalents by CanonicalFourCC().
152 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
video_common.h 95 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
175 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
  /external/chromium_org/third_party/libyuv/include/libyuv/
video_common.h 95 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
175 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc 129 if (CanonicalFourCC(frame->fourcc) != FOURCC_I420 || frame->rotation != 0 ||
309 format = CanonicalFourCC(format);

Completed in 590 milliseconds