Home
last modified time | relevance | path

Searched refs:getObjectTypeIndication (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/av/media/libstagefright/
DESDS.cpp50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication() function in android::ESDS
DUtils.cpp398 if (esds.getObjectTypeIndication(&objType) == OK) { in parseMpeg2ProfileLevelFromEsds()
/frameworks/av/media/libstagefright/tests/ESDS/
DESDSTest.cpp151 status_t status = esds.getObjectTypeIndication(&objectTypeIndication); in TEST_P()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp2231 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()
4302 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) { in updateAudioTrackInfoFromESDS_MPEG4Audio()