Searched refs:objectTypeIndication (Results 1 – 4 of 4) sorted by relevance
39 int32_t objectTypeIndication; member56 mESDSParams.objectTypeIndication = get<1>(GetParam()); in ESDSUnitTest()150 uint8_t objectTypeIndication; in TEST_P() local151 status_t status = esds.getObjectTypeIndication(&objectTypeIndication); in TEST_P()153 ASSERT_EQ(objectTypeIndication, mESDSParams.objectTypeIndication) in TEST_P()
50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication()55 *objectTypeIndication = mObjectTypeIndication; in getObjectTypeIndication()
34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
2481 uint8_t objectTypeIndication; in parseChunk() local2482 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()2483 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()4668 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local4669 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()