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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1831 uint8_t objectTypeIndication; local
1832 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) {
1833 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) {
3308 uint8_t objectTypeIndication; local
3309 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
3313 if (objectTypeIndication == 0xe1) {
3322 if (objectTypeIndication == 0x6b) {

Completed in 46 milliseconds