HomeSort by relevance Sort by last modified time
    Searched defs:audioObjectType (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_audio_specific_config.cpp 28 (1) change audioObjectType to Int
37 (2) declare audioObjectType as enum type
118 audioObjectType = (temp & 0x1f0) >> 4;
120 pVars->prog_config.profile = audioObjectType;
144 IF (((audioObjectType == MP4AUDIO_AAC_MAIN) OR
145 (audioObjectType == MP4AUDIO_AAC_LC) OR
146 (audioObjectType == MP4AUDIO_AAC_SSR) OR
147 (audioObjectType == MP4AUDIO_LTP) OR
148 (audioObjectType == MP4AUDIO_AAC_SCALABLE) OR
149 (audioObjectType == MP4AUDIO_TWINVQ)) AND (status == -1)
    [all...]
s_mc_info.h 25 Description: (1) use enum type for audioObjectType (2) update revision history
88 tMP4AudioObjectType audioObjectType; /* Should eventually be called object */
pvmp4audiodecoder_api.h 320 Int audioObjectType;
363 tMP4AudioObjectType audioObjectType);
  /external/aac/libAACenc/src/
aacenc.h 189 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 99 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 == 1
    [all...]

Completed in 700 milliseconds