Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/tests/ESDS/
DESDSTest.cpp39 int32_t objectTypeIndication; member
56 mESDSParams.objectTypeIndication = get<1>(GetParam()); in ESDSUnitTest()
150 uint8_t objectTypeIndication; in TEST_P() local
151 status_t status = esds.getObjectTypeIndication(&objectTypeIndication); in TEST_P()
153 ASSERT_EQ(objectTypeIndication, mESDSParams.objectTypeIndication) in TEST_P()
/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.cpp2230 uint8_t objectTypeIndication; in parseChunk() local
2231 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()
2232 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()
4301 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local
4302 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4306 if (objectTypeIndication == 0xe1) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4315 if (objectTypeIndication == 0x6B || objectTypeIndication == 0x69) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4359 if (objectTypeIndication == 0xdd) { in updateAudioTrackInfoFromESDS_MPEG4Audio()