Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:objectTypeIndication

1875                 uint8_t objectTypeIndication;
1876 if (esds.getObjectTypeIndication(&objectTypeIndication) == OK) {
1877 if (objectTypeIndication >= 0x60 && objectTypeIndication <= 0x65) {
3483 uint8_t objectTypeIndication;
3484 if (esds.getObjectTypeIndication(&objectTypeIndication) != OK) {
3488 if (objectTypeIndication == 0xe1) {
3497 if (objectTypeIndication == 0x6b) {