Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:objectType

2209     uint32_t objectType = br.getBits(5);
2211 if (objectType == 31) { // AAC-ELD => additional 6 bits
2212 objectType = 32 + br.getBits(6);
2227 if (objectType == 5) {