/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 437 static inline int getNumberOfTotalChannels(int channelConfig) { in getNumberOfTotalChannels() argument 438 switch (channelConfig) { in getNumberOfTotalChannels() 445 return channelConfig; in getNumberOfTotalChannels() 461 channelConfig) { /* index: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 */ in getNumberOfEffectiveChannels() argument 463 return n[channelConfig]; in getNumberOfEffectiveChannels()
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 437 static inline int getNumberOfTotalChannels(int channelConfig) { in getNumberOfTotalChannels() argument 438 switch (channelConfig) { in getNumberOfTotalChannels() 445 return channelConfig; in getNumberOfTotalChannels() 461 channelConfig) { /* index: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 */ in getNumberOfEffectiveChannels() argument 463 return n[channelConfig]; in getNumberOfEffectiveChannels()
|
D | tpdec_lib.h | 221 void CProgramConfig_GetDefault(CProgramConfig *pPce, const UINT channelConfig);
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioManager.java | 245 final int channelConfig; in getMinOutputFrameSize() local 247 channelConfig = AudioFormat.CHANNEL_OUT_MONO; in getMinOutputFrameSize() 249 channelConfig = AudioFormat.CHANNEL_OUT_STEREO; in getMinOutputFrameSize() 254 sampleRateInHz, channelConfig, AudioFormat.ENCODING_PCM_16BIT) / in getMinOutputFrameSize()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 442 void CProgramConfig_GetDefault(CProgramConfig *pPce, const UINT channelConfig) { in CProgramConfig_GetDefault() argument 450 switch (channelConfig) { in CProgramConfig_GetDefault() 500 pPce->BackElementIsCpe[0] = (channelConfig > 4) ? 1 : 0; in CProgramConfig_GetDefault() 501 pPce->NumChannels += (channelConfig > 4) ? 2 : 1; in CProgramConfig_GetDefault() 502 pPce->NumEffectiveChannels += (channelConfig > 4) ? 2 : 1; in CProgramConfig_GetDefault() 563 UINT channelConfig, in getImplicitAudioChannelTypeAndIndex() argument 569 switch (channelConfig) { in getImplicitAudioChannelTypeAndIndex() 646 int CProgramConfig_LookupElement(CProgramConfig *pPce, UINT channelConfig, in CProgramConfig_LookupElement() argument 652 if (channelConfig > 0) { in CProgramConfig_LookupElement() 660 if ((channelConfig == 2) && in CProgramConfig_LookupElement() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 512 const UINT channelConfig, in CProgramConfigElement_Read() argument 529 if (!CProgramConfig_IsValid(pce) && (channelConfig > 0)) { in CProgramConfigElement_Read() 531 CProgramConfig_GetDefault(pce, channelConfig); in CProgramConfigElement_Read() 1207 pStreamInfo->channelConfig = -1; in CStreamInfoInit() 1764 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init() 2416 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame() 2486 if (self->streamInfo.channelConfig > 0) { in CAacDecoder_DecodeFrame() 2621 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame() 2727 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame() 2746 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame() [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | RecorderRunnable.java | 88 RecorderRunnable(PipeShort latencyPipe, int samplingRate, int channelConfig, int audioFormat, in RecorderRunnable() argument 95 mChannelConfig = channelConfig; in RecorderRunnable()
|
/external/aac/libAACdec/include/ |
D | aacdecoder_lib.h | 847 INT channelConfig; /*!< Channel configuration (0: PCE defined, 1: mono, 2: member
|