Searched defs:objectTypeIndication (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1797 uint8_t objectTypeIndication; local
1798 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
1802 if (objectTypeIndication == 0xe1) {
1808 if (objectTypeIndication == 0x6b) {
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1492 uint8_t objectTypeIndication; local
1493 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {

Completed in 84 milliseconds