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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp3659 // compatible brand is present.
3717 // not a brand.
3721 uint32_t brand; local
3723 chunkDataOffset + 4 * i, &brand, 4) < 4) {
3727 brand = ntohl(brand);
3729 if (isCompatibleBrand(brand)) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp658 videoEditClasses_getBrandString(M4OSA_UInt32 brand) argument
662 M4OSA_UInt8* pBrand = (M4OSA_UInt8*)&brand;
665 // Convert the brand from big endian to host.
717 // Return the brand string.

Completed in 86 milliseconds