HomeSort by relevance Sort by last modified time
    Searched defs:FOURCC (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
Utils.h 31 #define FOURCC(c1, c2, c3, c4) \
  /external/skia/src/codec/
SkHeifCodec.cpp 19 #define FOURCC(c1, c2, c3, c4) \
33 if (chunkType != FOURCC('f', 't', 'y', 'p')) {
75 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c')) {
  /external/webrtc/talk/media/base/
videocommon.h 28 // Common definition for video, including fourcc and VideoFormat.
53 // Definition of FourCC codes
55 // Convert four characters to a FourCC code.
58 #define FOURCC(a, b, c, d) \
61 // Some pages discussing FourCC codes:
62 // http://www.fourcc.org/yuv.php
68 // FourCC codes grouped according to implementation efficiency.
72 enum FourCC {
74 FOURCC_I420 = FOURCC('I', '4', '2', '0'),
75 FOURCC_I422 = FOURCC('I', '4', '2', '2')
189 uint32_t fourcc; \/\/ Color space. FOURCC_ANY means that any color space is OK. member in struct:cricket::VideoFormatPod
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 11 // Common definitions for video, including fourcc and VideoFormat.
24 // Definition of FourCC codes
27 // Convert four characters to a FourCC code.
31 #define FOURCC(a, b, c, d) ( \
35 #define FOURCC(a, b, c, d) ( \
40 // Some pages discussing FourCC codes:
41 // http://www.fourcc.org/yuv.php
47 // FourCC codes grouped according to implementation efficiency.
51 enum FourCC {
53 FOURCC_I420 = FOURCC('I', '4', '2', '0')
    [all...]
  /external/libyuv/files/include/libyuv/
video_common.h 11 // Common definitions for video, including fourcc and VideoFormat.
24 // Definition of FourCC codes
27 // Convert four characters to a FourCC code.
31 #define FOURCC(a, b, c, d) \
35 #define FOURCC(a, b, c, d) \
40 // Some pages discussing FourCC codes:
41 // http://www.fourcc.org/yuv.php
47 // FourCC codes grouped according to implementation efficiency.
51 enum FourCC {
53 FOURCC_I420 = FOURCC('I', '4', '2', '0')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmdls.h 36 * FOURCC definition
39 typedef DWORD FOURCC;
173 FOURCC ExtCkID;
vfw.h 630 typedef DWORD FOURCC;
706 FOURCC fccType;
707 FOURCC fccHandler;
    [all...]
mmsystem.h     [all...]

Completed in 463 milliseconds