Searched defs:fourcc (Results 1 – 4 of 4) sorted by relevance
103 static void makeFourCC(uint32_t fourcc, char *s) { in makeFourCC()148 char fourcc[15]; in dump() local
1245 void MPEG4Writer::beginBox(const char *fourcc) { in beginBox()2915 const char *fourcc = getFourCCForMime(mime); in writeVideoFourCCBox() local2990 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox() local
319 static const char *FourCC2MIME(uint32_t fourcc) { in FourCC2MIME()350 static bool AdjustChannelsAndRate(uint32_t fourcc, uint32_t *channels, uint32_t *rate) { in AdjustChannelsAndRate()4842 static bool isCompatibleBrand(uint32_t fourcc) { in isCompatibleBrand()
434 uint32_t fourcc = U32_AT(tmp); in parseChunk() local