Searched refs:objectTypeIndication (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const;
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1504 uint8_t objectTypeIndication; local
1505 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
/frameworks/av/media/libstagefright/
H A DESDS.cpp48 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
53 *objectTypeIndication = mObjectTypeIndication;
H A DMPEG4Extractor.cpp2245 uint8_t objectTypeIndication; local
2246 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
2250 if (objectTypeIndication == 0xe1) {
2256 if (objectTypeIndication == 0x6b) {

Completed in 97 milliseconds