Searched refs:kCompatibleBrands (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp290 static const uint32_t kCompatibleBrands[] = { local
308 i < sizeof(kCompatibleBrands) / sizeof(kCompatibleBrands[0]);
310 if (kCompatibleBrands[i] == fourcc) {
H A DMPEG4Extractor.cpp2331 static const uint32_t kCompatibleBrands[] = { local
2349 i < sizeof(kCompatibleBrands) / sizeof(kCompatibleBrands[0]);
2351 if (kCompatibleBrands[i] == fourcc) {

Completed in 56 milliseconds