Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:objectType

1829     uint32_t objectType = br.getBits(5);
1831 if (objectType == 31) { // AAC-ELD => additional 6 bits
1832 objectType = 32 + br.getBits(6);