Searched refs:brand (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp319 // compatible brand is present.
378 // not a brand.
382 uint32_t brand; local
384 chunkDataOffset + 4 * i, &brand, 4) < 4) {
388 brand = ntohl(brand);
390 MakeFourCCString(brand, brandstring);
393 if (isCompatibleBrand(brand)) {
H A DMPEG4Extractor.cpp2360 // compatible brand is present.
2415 // not a brand.
2419 uint32_t brand; local
2421 chunkDataOffset + 4 * i, &brand, 4) < 4) {
2425 brand = ntohl(brand);
2427 if (isCompatibleBrand(brand)) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp657 videoEditClasses_getBrandString(M4OSA_UInt32 brand) argument
661 M4OSA_UInt8* pBrand = (M4OSA_UInt8*)&brand;
664 // Convert the brand from big endian to host.
716 // Return the brand string.

Completed in 109 milliseconds