Searched refs:objectTypeIndication (Results 1 – 3 of 3) sorted by relevance
50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication()55 *objectTypeIndication = mObjectTypeIndication; in getObjectTypeIndication()
34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
1926 uint8_t objectTypeIndication; in parseChunk() local1927 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) { in parseChunk()1928 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) { in parseChunk()3542 uint8_t objectTypeIndication; in updateAudioTrackInfoFromESDS_MPEG4Audio() local3543 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) { in updateAudioTrackInfoFromESDS_MPEG4Audio()3547 if (objectTypeIndication == 0xe1) { in updateAudioTrackInfoFromESDS_MPEG4Audio()3556 if (objectTypeIndication == 0x6b) { in updateAudioTrackInfoFromESDS_MPEG4Audio()