Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DESDS.cpp50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication()
55 *objectTypeIndication = mObjectTypeIndication; in getObjectTypeIndication()
/frameworks/av/media/libstagefright/include/
DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp2349 uint8_t objectTypeIndication; in parseChunk() local
2350 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()
2351 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()
4472 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local
4473 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4477 if (objectTypeIndication == 0xe1) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4486 if (objectTypeIndication == 0x6B || objectTypeIndication == 0x69) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4530 if (objectTypeIndication == 0xdd) { in updateAudioTrackInfoFromESDS_MPEG4Audio()