Searched refs:BRAND_MP42 (Results 1 – 3 of 3) sorted by relevance
189 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()
256 case BRAND_MP42: in Mpeg4File()303 case BRAND_MP42: in Mpeg4File()
228 const uint32 BRAND_MP42 = FourCharConstToUint32('m', 'p', '4', '2'); variable