Searched defs:audioObjectType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp99 ABitReader *bits, unsigned *audioObjectType) {
100 *audioObjectType = bits->getBits(5);
101 if ((*audioObjectType) == 31) {
102 *audioObjectType = 32 + bits->getBits(6);
110 unsigned audioObjectType, unsigned channelConfiguration) {
123 if (audioObjectType == 6 || audioObjectType == 20) {
128 if (audioObjectType == 22) {
131 } else if (audioObjectType == 17 || audioObjectType
98 parseAudioObjectType( ABitReader *bits, unsigned *audioObjectType) argument
108 parseGASpecificConfig( ABitReader *bits, unsigned audioObjectType, unsigned channelConfiguration) argument
149 unsigned audioObjectType; local
[all...]
/frameworks/av/media/libstagefright/
H A DUtils.cpp171 uint16_t audioObjectType = U16_AT((uint8_t*)csd->data()); local
172 if ((audioObjectType & 0xF800) == 0xF800) {
173 audioObjectType = 32 + ((audioObjectType >> 5) & 0x3F);
175 audioObjectType >>= 11;
192 if (profiles.map(audioObjectType, &profile)) {

Completed in 241 milliseconds