Home
last modified time | relevance | path

Searched refs:BRAND_ISOM (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp187 else if (majorBrand == BRAND_ISOM) *pMajorBrand = EISOM; in IsXXXable()
207 else if (compatibleBrand == BRAND_ISOM) *pCompatibleBrands |= EISOM; in IsXXXable()
362 else if (majorBrand == BRAND_ISOM) *pMajorBrand = EISOM; in IsXXXable()
383 else if (compatibleBrand == BRAND_ISOM) *pCompatibleBrands |= EISOM; in IsXXXable()
Dmpeg4file.cpp261 case BRAND_ISOM: in Mpeg4File()
308 case BRAND_ISOM: in Mpeg4File()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h229 const uint32 BRAND_ISOM = FourCharConstToUint32('i', 's', 'o', 'm'); variable