HomeSort by relevance Sort by last modified time
    Searched refs:audioObjectType (Results 1 - 25 of 36) sorted by null

1 2

  /external/opencore/codecs_v2/audio/aac/dec/src/
get_ga_specific_config.h 25 Description: (1) use enum type for audioObjectType
86 const tMP4AudioObjectType audioObjectType
get_ga_specific_config.cpp 29 Description: (1) use enum type for audioObjectType (2) update revision history
57 audioObjectType = variable that indicates the Audio Object Type.
89 audioObjectType from AudioSpecificConfig() and set the decoder configuration
157 audioObjectType = audioObjectType,
167 IF ((audioObjectType == MP4AUDIO_AAC_SCALABLE) OR
168 (audioObjectType == MP4AUDIO_ER_AAC_SCALABLE))
181 IF (audioObjectType == MP4AUDIO_ER_BSAC)
197 IF (((audioObjectType > 16) AND (audioObjectType < 22)) O
    [all...]
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...]
set_mc_info.cpp 27 Description: Change audioObjectType from Int to enum types
254 const tMP4AudioObjectType audioObjectType, /* used to be profile */
265 * audioObjectType and sampling rate
269 pMC_Info->audioObjectType = audioObjectType;
get_ics_info.h 90 const tMP4AudioObjectType audioObjectType,
pvmp4setaudioconfig.cpp 176 tMP4AudioObjectType audioObjectType)
284 if ((audioObjectType == MP4AUDIO_AAC_LC) ||
285 (audioObjectType == MP4AUDIO_LTP))
290 audioObjectType, /* previously profile */
297 else if ((audioObjectType == MP4AUDIO_SBR) ||
298 (audioObjectType == MP4AUDIO_PS))
312 if (audioObjectType == MP4AUDIO_PS)
s_mc_info.h 25 Description: (1) use enum type for audioObjectType (2) update revision history
88 tMP4AudioObjectType audioObjectType; /* Should eventually be called object */
get_ics_info.cpp 51 audioObjectType = MP4 Audio Object Type for the current song. Only if
241 ELSEIF (audioObjectType == MP4AUDIO_LTP)
404 const tMP4AudioObjectType audioObjectType,
474 * Reference [1] states that the audioObjectType is first tested,
476 * if (audioObjectType == MP4AUDIO_LTP). Instead, this code combines
489 * if (audioObjectType == MP4AUDIO_LTP)
524 else if (audioObjectType == MP4AUDIO_LTP)
569 } /* else if (audioObjectType == MP4AUDIO_LTP) */
587 } /* end of "else" clause of if (audioObjectType == MP4AUDIO_LTP) */
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ga_specific_config.h 25 Description: (1) use enum type for audioObjectType
86 const tMP4AudioObjectType audioObjectType
get_ga_specific_config.cpp 29 Description: (1) use enum type for audioObjectType (2) update revision history
57 audioObjectType = variable that indicates the Audio Object Type.
89 audioObjectType from AudioSpecificConfig() and set the decoder configuration
157 audioObjectType = audioObjectType,
167 IF ((audioObjectType == MP4AUDIO_AAC_SCALABLE) OR
168 (audioObjectType == MP4AUDIO_ER_AAC_SCALABLE))
181 IF (audioObjectType == MP4AUDIO_ER_BSAC)
197 IF (((audioObjectType > 16) AND (audioObjectType < 22)) O
    [all...]
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...]
set_mc_info.cpp 27 Description: Change audioObjectType from Int to enum types
254 const tMP4AudioObjectType audioObjectType, /* used to be profile */
265 * audioObjectType and sampling rate
269 pMC_Info->audioObjectType = audioObjectType;
get_ics_info.h 90 const tMP4AudioObjectType audioObjectType,
pvmp4setaudioconfig.cpp 176 tMP4AudioObjectType audioObjectType)
284 if ((audioObjectType == MP4AUDIO_AAC_LC) ||
285 (audioObjectType == MP4AUDIO_LTP))
290 audioObjectType, /* previously profile */
297 else if ((audioObjectType == MP4AUDIO_SBR) ||
298 (audioObjectType == MP4AUDIO_PS))
312 if (audioObjectType == MP4AUDIO_PS)
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);
get_ics_info.cpp 51 audioObjectType = MP4 Audio Object Type for the current song. Only if
241 ELSEIF (audioObjectType == MP4AUDIO_LTP)
404 const tMP4AudioObjectType audioObjectType,
474 * Reference [1] states that the audioObjectType is first tested,
476 * if (audioObjectType == MP4AUDIO_LTP). Instead, this code combines
489 * if (audioObjectType == MP4AUDIO_LTP)
524 else if (audioObjectType == MP4AUDIO_LTP)
569 } /* else if (audioObjectType == MP4AUDIO_LTP) */
587 } /* end of "else" clause of if (audioObjectType == MP4AUDIO_LTP) */
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
get_ga_specific_config.cpp 29 Description: (1) use enum type for audioObjectType (2) update revision history
57 audioObjectType = variable that indicates the Audio Object Type.
89 audioObjectType from AudioSpecificConfig() and set the decoder configuration
157 audioObjectType = audioObjectType,
167 IF ((audioObjectType == MP4AUDIO_AAC_SCALABLE) OR
168 (audioObjectType == MP4AUDIO_ER_AAC_SCALABLE))
181 IF (audioObjectType == MP4AUDIO_ER_BSAC)
197 IF (((audioObjectType > 16) AND (audioObjectType < 22)) O
    [all...]
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...]
set_mc_info.cpp 27 Description: Change audioObjectType from Int to enum types
254 const tMP4AudioObjectType audioObjectType, /* used to be profile */
265 * audioObjectType and sampling rate
269 pMC_Info->audioObjectType = audioObjectType;
get_ics_info.cpp 51 audioObjectType = MP4 Audio Object Type for the current song. Only if
241 ELSEIF (audioObjectType == MP4AUDIO_LTP)
404 const tMP4AudioObjectType audioObjectType,
474 * Reference [1] states that the audioObjectType is first tested,
476 * if (audioObjectType == MP4AUDIO_LTP). Instead, this code combines
489 * if (audioObjectType == MP4AUDIO_LTP)
524 else if (audioObjectType == MP4AUDIO_LTP)
569 } /* else if (audioObjectType == MP4AUDIO_LTP) */
587 } /* end of "else" clause of if (audioObjectType == MP4AUDIO_LTP) */
getactualaacconfig.cpp 279 if (pVars->mc_info.audioObjectType != pVars->mc_info.ExtendedAudioObjectType)
285 *aAudioObjectType = pVars->mc_info.audioObjectType;
  /external/opencore/codecs_v2/audio/aac/dec/include/
decoder_aac.h 34 extern Int PVMP4SetAudioConfig(tPVMP4AudioDecoderExternal *pExt, void *pMem, Int upsamplingFactor, Int samp_rate, Int num_ch, tMP4AudioObjectType audioObjectType);
68 tMP4AudioObjectType audioObjectType = MP4AUDIO_AAC_LC
pvmp4audiodecoder_api.h 320 Int audioObjectType;
363 tMP4AudioObjectType audioObjectType);
  /external/opencore/protocols/rtp_payload_parser/util/src/
latmpayloadparser.cpp 747 sMC->audioObjectType = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_OBJ_TYPE);
749 if (sMC->audioObjectType != MP4AUDIO_AAC_LC &&
750 sMC->audioObjectType != MP4AUDIO_LTP &&
751 sMC->audioObjectType != MP4AUDIO_PS &&
752 sMC->audioObjectType != MP4AUDIO_SBR)
785 if (sMC->audioObjectType == MP4AUDIO_SBR ||
786 sMC->audioObjectType == MP4AUDIO_PS)
789 sMC->extensionAudioObjectType = sMC->audioObjectType;
807 sMC->audioObjectType = BufferReadBits(decoderSpecificConfig, &bitPos, LEN_OBJ_TYPE);
811 if (sMC->audioObjectType == MP4AUDIO_AAC_LC || sMC->audioObjectType == MP4AUDIO_LTP
    [all...]

Completed in 239 milliseconds

1 2