Home
last modified time | relevance | path

Searched defs:fourcc (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
DALooperRoster.cpp103 static void makeFourCC(uint32_t fourcc, char *s, size_t bufsz) { in makeFourCC()
148 char fourcc[15]; in dump() local
/frameworks/native/include/gui/
DDisplayEventReceiver.h42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { in fourcc() function
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1342 void MPEG4Writer::beginBox(const char *fourcc) { in beginBox()
3244 const char *fourcc = getFourCCForMime(mime); in writeMetadataFourCCBox() local
3258 const char *fourcc = getFourCCForMime(mime); in writeVideoFourCCBox() local
3331 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox() local
DAVIExtractor.cpp434 uint32_t fourcc = U32_AT(tmp); in parseChunk() local
DMPEG4Extractor.cpp326 static const char *FourCC2MIME(uint32_t fourcc) { in FourCC2MIME()
357 static bool AdjustChannelsAndRate(uint32_t fourcc, uint32_t *channels, uint32_t *rate) { in AdjustChannelsAndRate()
5193 static bool isCompatibleBrand(uint32_t fourcc) { in isCompatibleBrand()