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

/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp1926 uint8_t objectTypeIndication; local
1927 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) {
1928 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) {
3542 uint8_t objectTypeIndication; local
3543 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
3547 if (objectTypeIndication == 0xe1) {
3556 if (objectTypeIndication == 0x6b) {

Completed in 17 milliseconds