Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:audioObjectType

172     uint16_t audioObjectType = U16_AT((uint8_t*)csd->data());
173 if ((audioObjectType & 0xF800) == 0xF800) {
174 audioObjectType = 32 + ((audioObjectType >> 5) & 0x3F);
176 audioObjectType >>= 11;
193 if (profiles.map(audioObjectType, &profile)) {