Home
last modified time | relevance | path

Searched refs:FOURCC (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/linux/
Ddma_buf_utils.cpp23 #define FOURCC(a, b, c, d) \ macro
27 #define DRM_FORMAT_R8 FOURCC('R', '8', ' ', ' ')
28 #define DRM_FORMAT_R16 FOURCC('R', '1', '6', ' ')
29 #define DRM_FORMAT_GR88 FOURCC('G', 'R', '8', '8')
30 #define DRM_FORMAT_RGB565 FOURCC('R', 'G', '1', '6')
31 #define DRM_FORMAT_ARGB8888 FOURCC('A', 'R', '2', '4')
32 #define DRM_FORMAT_ABGR8888 FOURCC('A', 'B', '2', '4')
33 #define DRM_FORMAT_XRGB8888 FOURCC('X', 'R', '2', '4')
34 #define DRM_FORMAT_XBGR8888 FOURCC('X', 'B', '2', '4')
35 #define DRM_FORMAT_ABGR2101010 FOURCC('A', 'B', '3', '0')
[all …]
/third_party/skia/src/codec/
DSkHeifCodec.cpp18 #define FOURCC(c1, c2, c3, c4) \ macro
33 if (chunkType != FOURCC('f', 't', 'y', 'p')) { in IsSupported()
76 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') in IsSupported()
77 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c') in IsSupported()
78 || brand == FOURCC('a', 'v', 'i', 'f') || brand == FOURCC('a', 'v', 'i', 's')) { in IsSupported()
84 if (brand == FOURCC('a', 'v', 'i', 'f') in IsSupported()
85 || brand == FOURCC('a', 'v', 'i', 's')) { in IsSupported()
/third_party/flutter/skia/src/codec/
DSkHeifCodec.cpp18 #define FOURCC(c1, c2, c3, c4) \ macro
32 if (chunkType != FOURCC('f', 't', 'y', 'p')) { in IsHeif()
74 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') in IsHeif()
75 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c')) { in IsHeif()
/third_party/mesa3d/docs/gallium/
Dformat.rst48 Formats used in video playback are named by their FOURCC code.
65 FOURCC codes for YUV formats:
/third_party/skia/third_party/externals/oboe/samples/parselib/
DREADME.md38 Support for **RIFF** file types and managing FOURCC data.
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c49 #define GST_VIDEO_INFO_TO_MFX_MAP(FORMAT, CHROMA, FOURCC) \ argument
50 { GST_VIDEO_FORMAT_##FORMAT, MFX_CHROMAFORMAT_##CHROMA, MFX_FOURCC_##FOURCC }
/third_party/mesa3d/docs/relnotes/
D18.1.8.rst125 - egl/dri2: Add a helper for the number of planes for a FOURCC format
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt394 - Clarify plane ordering to match Linux FOURCC conventions (Bug 16017).
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt394 - Clarify plane ordering to match Linux FOURCC conventions (Bug 16017).
/third_party/ffmpeg/
DChangelog2044 - changed the FOURCC code for H.263 to "U263" to be able to see the
/third_party/gstreamer/gstreamer/docs/random/
DChangeLog-0.8979 Add FOURCC code for h264 codec (VSSH)
980 Add alternate FOURCC codes for h263 related codecs
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer6963 * tests/: caps.c, props.c: Adjust the test cases to the new FOURCC
6973 plugins/mpeg2/video/gstmpeg2play.c: Simplified the FOURCC API to
6975 the plugins to use the new FOURCC API
/third_party/gstreamer/gstplugins_bad/
DChangeLog26315 FOURCC "Y16 " is used by FLIR Boson USB Video Class (UVC) camera
45074 ksvideosrc: support 'Y16 ' FOURCC as GRAY16_LE
45075 The FLIR Boson USB provides 16-bit grayscale video using this FOURCC.
47551 ivfparse: Add the AV01 FOURCC for parsing AV1 IVFs
47552 Adds AV01 FOURCC to the list of allowed media files, in order to allow
186797 zbar: use GST_MAKE_FOURCC to create FOURCC
192602 mimenc: Write FOURCC as 32bit
225647 Use more FOURCC constants.
/third_party/gstreamer/gstplugins_base/
DChangeLog22104 identified with the FOURCC XV20.
22116 used on Xilinx SoC and is identified with the FOURCC XV10.
22129 with the FOURCC XV15
136937 …f-media.c: Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC for jpeg video...
136940 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
155299 Add a whole bunch of FOURCC <=> MimeType.
/third_party/gstreamer/gstplugins_good/
DChangeLog34351 qtdemux: read saio aux_info_type as a FOURCC
44485 matroskamux: store DTS for V_MS/VFW/FOURCC streams
44526 matroskademux: V_MS/VFW/FOURCC streams have DTS instead of PTS
141882 Use more FOURCC constants.
/third_party/gstreamer/gstreamer/
DChangeLog61673 value: remove our FOURCC GType