Searched refs:channelConfig (Results 1 – 9 of 9) sorted by relevance
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 328 static inline int getNumberOfTotalChannels(int channelConfig) in getNumberOfTotalChannels() argument 330 switch (channelConfig) { in getNumberOfTotalChannels() 333 return channelConfig; in getNumberOfTotalChannels() 344 int getNumberOfEffectiveChannels(const int channelConfig) in getNumberOfEffectiveChannels() argument 347 return n[channelConfig]; in getNumberOfEffectiveChannels()
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 328 static inline int getNumberOfTotalChannels(int channelConfig) in getNumberOfTotalChannels() argument 330 switch (channelConfig) { in getNumberOfTotalChannels() 333 return channelConfig; in getNumberOfTotalChannels() 344 int getNumberOfEffectiveChannels(const int channelConfig) in getNumberOfEffectiveChannels() argument 347 return n[channelConfig]; in getNumberOfEffectiveChannels()
|
D | tpdec_lib.h | 210 const UINT channelConfig ); 231 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 | 379 const UINT channelConfig ) in CProgramConfig_GetDefault() argument 387 switch (channelConfig) { in CProgramConfig_GetDefault() 433 pPce->BackElementIsCpe[0] = (channelConfig>4) ? 1 : 0; in CProgramConfig_GetDefault() 434 pPce->NumChannels += (channelConfig>4) ? 2 : 1; in CProgramConfig_GetDefault() 435 pPce->NumEffectiveChannels += (channelConfig>4) ? 2 : 1; in CProgramConfig_GetDefault() 493 UINT channelConfig, in getImplicitAudioChannelTypeAndIndex() argument 501 switch (channelConfig) { in getImplicitAudioChannelTypeAndIndex() 580 UINT channelConfig, in CProgramConfig_LookupElement() argument 591 if (channelConfig > 0) in CProgramConfig_LookupElement() 602 if ( (channelConfig == 2) && (elType == ID_SCE) ) in CProgramConfig_LookupElement() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 410 const UINT channelConfig, in CProgramConfigElement_Read() argument 431 if ( !pce->isValid && (channelConfig > 0) ) { in CProgramConfigElement_Read() 433 CProgramConfig_GetDefault( pce, channelConfig ); in CProgramConfigElement_Read() 445 if (channelConfig == 0) { in CProgramConfigElement_Read() 693 pStreamInfo->channelConfig = -1; in CStreamInfoInit() 934 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init() 1151 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame() 1282 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame() 1388 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame() 1419 self->streamInfo.channelConfig, 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/libMpegTPEnc/src/ |
D | tpenc_lib.cpp | 185 const int channelConfig, in getPceRepetitionRate() argument 194 switch ( channelConfig ) { in getPceRepetitionRate()
|
/external/aac/libAACdec/include/ |
D | aacdecoder_lib.h | 549 …INT channelConfig; /*!< Channel configuration (0: PCE defined, 1: mono, 2: ste… member
|