Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp189 else if (majorBrand == BRAND_MP42) *pMajorBrand = EMP42; in IsXXXable()
209 else if (compatibleBrand == BRAND_MP42) *pCompatibleBrands |= EMP42; in IsXXXable()
364 else if (majorBrand == BRAND_MP42) *pMajorBrand = EMP42; in IsXXXable()
385 else if (compatibleBrand == BRAND_MP42) *pCompatibleBrands |= EMP42; in IsXXXable()
Dmpeg4file.cpp256 case BRAND_MP42: in Mpeg4File()
303 case BRAND_MP42: in Mpeg4File()
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h228 const uint32 BRAND_MP42 = FourCharConstToUint32('m', 'p', '4', '2'); variable