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

/external/aac/libAACenc/src/
H A Daacenc.h188 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */ member in struct:AACENC_CONFIG
H A Dpsy_main.cpp234 AUDIO_OBJECT_TYPE audioObjectType)
240 isLowDelay(audioObjectType)
251 const AUDIO_OBJECT_TYPE audioObjectType,
259 FDKaacEnc_psyInitStates(hPsy, hPsy->pStaticChannels[0], audioObjectType);
271 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
305 AUDIO_OBJECT_TYPE audioObjectType,
331 switch (audioObjectType)
386 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
232 FDKaacEnc_psyInitStates(PSY_INTERNAL *hPsy, PSY_STATIC* psyStatic, AUDIO_OBJECT_TYPE audioObjectType) argument
247 FDKaacEnc_psyInit(PSY_INTERNAL *hPsy, PSY_OUT **phpsyOut, const INT nSubFrames, const INT nMaxChannels, const AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm) argument
304 FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm, INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth, INT usePns, INT useIS, UINT syntaxFlags, ULONG initFlags) argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java31 //audioObjectType; 5 uimsbf
32 //if (audioObjectType == 31) {
33 //audioObjectType = 32 + audioObjectTypeExt; 6 uimsbf
35 //return audioObjectType;
39 //audioObjectType = GetAudioObjectType();
47 //if ( audioObjectType == 5 ||
48 //audioObjectType == 29 ) {
51 //if ( audioObjectType == 29 ) {
57 //audioObjectType = GetAudioObjectType();
58 //if ( audioObjectType
273 int audioObjectType; field in class:AudioSpecificConfig
546 parseGaSpecificConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
584 parseParametricSpecificConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
603 parseParaConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
633 parseErHvxcConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
654 parseHilnConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
672 parseHilnEnexConfig(int samplingFrequencyIndex, int channelConfiguration, int audioObjectType, BitReaderBuffer in) argument
708 setAudioObjectType(int audioObjectType) argument
[all...]

Completed in 94 milliseconds