Searched refs:objectTypeIndication (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/av/media/libstagefright/
H A DESDS.cpp50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
55 *objectTypeIndication = mObjectTypeIndication;
H A DMPEG4Extractor.cpp1757 uint8_t objectTypeIndication; local
1758 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) {
1759 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) {
3162 uint8_t objectTypeIndication; local
3163 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
3167 if (objectTypeIndication == 0xe1) {
3176 if (objectTypeIndication == 0x6b) {

Completed in 91 milliseconds