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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1757 uint8_t objectTypeIndication; local
1758 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) {
1759 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) {
3162 uint8_t objectTypeIndication; local
3163 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
3167 if (objectTypeIndication == 0xe1) {
3176 if (objectTypeIndication == 0x6b) {

Completed in 1259 milliseconds