Home
last modified time | relevance | path

Searched defs:FourCharConstToUint32 (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
Da_atomdefs.h106 #define FourCharConstToUint32(a, b, c, d) ( (uint32(a) << 24) | (uint32(b) << 16) | (uint32(c) << 8… macro
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h93 #define FourCharConstToUint32(a, b, c, d) ( (uint32(a) << 24) | (uint32(b) << 16) | (uint32(c) << 8… macro