Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:objectType

3006     uint32_t objectType = br.getBits(5);
3008 if (objectType == 31) { // AAC-ELD => additional 6 bits
3009 objectType = 32 + br.getBits(6);
3016 mLastTrack->meta->setInt32(kKeyAACAOT, objectType);
3037 if (objectType == AOT_SBR || objectType == AOT_PS) {//SBR specific config per 14496-3 table 1.13
3081 if (objectType == AOT_SBR || objectType == AOT_PS) {
3083 objectType = br.getBits(5);
3085 if (objectType == AOT_ESCAPE) {
3087 objectType = 32 + br.getBits(6);
3090 if (objectType == AOT_AAC_LC || objectType == AOT_ER_AAC_LC ||
3091 objectType == AOT_ER_AAC_LD || objectType == AOT_ER_AAC_SCAL ||
3092 objectType == AOT_ER_BSAC) {
3107 switch (objectType) {
3123 extensionFlag, objectType);