Searched refs:audioObjectType (Results 1 – 2 of 2) sorted by relevance
99 ABitReader *bits, unsigned *audioObjectType) { in parseAudioObjectType() argument100 *audioObjectType = bits->getBits(5); in parseAudioObjectType()101 if ((*audioObjectType) == 31) { in parseAudioObjectType()102 *audioObjectType = 32 + bits->getBits(6); in parseAudioObjectType()110 unsigned audioObjectType, unsigned channelConfiguration) { in parseGASpecificConfig() argument123 if (audioObjectType == 6 || audioObjectType == 20) { in parseGASpecificConfig()128 if (audioObjectType == 22) { in parseGASpecificConfig()131 } else if (audioObjectType == 17 || audioObjectType == 19 in parseGASpecificConfig()132 || audioObjectType == 20 || audioObjectType == 23) { in parseGASpecificConfig()149 unsigned audioObjectType; in parseAudioSpecificConfig() local[all …]
142 uint16_t audioObjectType = U16_AT((uint8_t*)csd->data()); in parseAacProfileFromCsd() local143 if ((audioObjectType & 0xF800) == 0xF800) { in parseAacProfileFromCsd()144 audioObjectType = 32 + ((audioObjectType >> 5) & 0x3F); in parseAacProfileFromCsd()146 audioObjectType >>= 11; in parseAacProfileFromCsd()164 if (profiles.map(audioObjectType, &profile)) { in parseAacProfileFromCsd()