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

/frameworks/base/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/base/media/libstagefright/
H A DESDS.cpp44 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
49 *objectTypeIndication = mObjectTypeIndication;
H A DMPEG4Extractor.cpp1310 uint8_t objectTypeIndication; local
1311 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
1315 if (objectTypeIndication == 0xe1) {

Completed in 83 milliseconds