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

/frameworks/av/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/av/media/libstagefright/
H A DESDS.cpp48 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
53 *objectTypeIndication = mObjectTypeIndication;
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 99 milliseconds