Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/tests/ESDS/
H A 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()
/aosp12/frameworks/av/media/libstagefright/
H A DESDS.cpp50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication()
55 *objectTypeIndication = mObjectTypeIndication; in getObjectTypeIndication()
/aosp12/frameworks/av/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp2481 uint8_t objectTypeIndication; in parseChunk() local
2482 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()
2483 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()
4668 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local
4669 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4673 if (objectTypeIndication == 0xe1) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4682 if (objectTypeIndication == 0x6B || objectTypeIndication == 0x69) { in updateAudioTrackInfoFromESDS_MPEG4Audio()
4729 if (objectTypeIndication == 0xdd) { in updateAudioTrackInfoFromESDS_MPEG4Audio()