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;
2230 uint8_t objectTypeIndication; in parseChunk() local2231 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()2232 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()4301 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local4302 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()