Searched defs:fourcc (Results 1 – 4 of 4) sorted by relevance
103 static void makeFourCC(uint32_t fourcc, char *s, size_t bufsz) { in makeFourCC()148 char fourcc[15]; in dump() local
42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc() function
1493 void MPEG4Writer::beginBox(const char *fourcc) { in beginBox()3671 const char *fourcc = getFourCCForMime(mime); in writeMetadataFourCCBox() local3685 const char *fourcc = getFourCCForMime(mime); in writeVideoFourCCBox() local3758 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox() local
302 static const char *FourCC2MIME(uint32_t fourcc) { in FourCC2MIME()338 static bool AdjustChannelsAndRate(uint32_t fourcc, uint32_t *channels, uint32_t *rate) { in AdjustChannelsAndRate()5403 static bool isCompatibleBrand(uint32_t fourcc) { in isCompatibleBrand()