| /frameworks/av/media/libeffects/testlibs/ | 
| D | AudioShelvingFilter.cpp | 49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels,  in AudioShelvingFilter()56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) {  in configure()
 
 | 
| D | AudioPeakingFilter.cpp | 44 AudioPeakingFilter::AudioPeakingFilter(int nChannels, int sampleRate)  in AudioPeakingFilter()50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) {  in configure()
 
 | 
| D | AudioEqualizer.cpp | 39                                                 int nChannels, int sampleRate,  in CreateInstance()58 void AudioEqualizer::configure(int nChannels, int sampleRate) {  in configure()
 287 AudioEqualizer::AudioEqualizer(void * pMem, int nBands, int nChannels,  in AudioEqualizer()
 
 | 
| D | AudioBiquadFilter.cpp | 28 AudioBiquadFilter::AudioBiquadFilter(int nChannels, int sampleRate) {  in AudioBiquadFilter()33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) {  in configure()
 
 | 
| D | AudioFormatAdapter.h | 59     void configure(T & processor, int nChannels, uint8_t pcmFormat,  in configure()
 | 
| /frameworks/native/headers/media_plugin/media/openmax/ | 
| D | OMX_AudioExt.h | 58     OMX_U32 nChannels;             /**< Number of channels */  member67     OMX_U32 nChannels;             /**< Number of channels */  member
 76     OMX_U32 nChannels;             /**< Number of channels */  member
 85     OMX_U32 nChannels;        /**< Number of channels */  member
 
 | 
| D | OMX_Audio.h | 180     OMX_U32 nChannels;                /**< Number of channels (e.g. 2 for stereo) */  member225     OMX_U32 nChannels;             /**< Number of channels */  member
 299     OMX_U32 nChannels;             /**< Number of channels */  member
 322     OMX_U32 nChannels;        /**< Number of channels */  member
 351     OMX_U32 nChannels;        /**< Number of channels */  member
 388     OMX_U16 nChannels;        /**< Number of channels */  member
 421     OMX_U32 nChannels;          /**< Number of channels */  member
 447     OMX_U32 nChannels;         /**< Number of channels */  member
 466     OMX_U32 nChannels;          /**< Number of channels in the data stream (not  member
 491     OMX_U32 nChannels;            /**< Number of channels in the data stream (not  member
 [all …]
 
 | 
| /frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ | 
| D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 224                       int32_t nChannels, int32_t nSampleRate) {  in setupConfigParam()235 void Codec2AudioEncHidlTestBase::getChannelCount(int32_t* nChannels) {  in getChannelCount()
 287 void Codec2AudioEncHidlTestBase::getSamplesPerFrame(int32_t nChannels, int32_t* samplesPerFrame) {  in getSamplesPerFrame()
 328                    int32_t nChannels, int32_t nSampleRate, bool flushed = false,  in encodeNFrames()
 592     for (int32_t nChannels = 1; nChannels < maxChannelCount; nChannels++) {  in TEST_P()  local
 
 | 
| D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 396     int32_t nChannels = bitStreamInfo[1];  in validateTimestampList()  local
 | 
| /frameworks/av/media/module/codecs/common/include/ | 
| D | voAAC.h | 47   short   nChannels;		   /*! number of channels on input (1,2) */  member
 | 
| /frameworks/av/media/module/codecs/flac/dec/ | 
| D | FLACDecoder.cpp | 129         unsigned nChannels,  in copyTo16Signed()152         unsigned nChannels,  in copyToFloat()
 
 | 
| /frameworks/av/media/libstagefright/ | 
| D | OggWriter.cpp | 107     int32_t nChannels = 0;  in addSource()  local
 | 
| D | AudioSource.cpp | 241     const int32_t nChannels = mRecord->channelCount();  in rampVolume()  local
 | 
| D | MPEG4Writer.cpp | 4597     int32_t nChannels;  in writeAudioFourCCBox()  local
 | 
| /frameworks/av/media/libstagefright/codecs/aacenc/ | 
| D | SoftAACEncoder2.cpp | 389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) {  in getChannelMode()
 | 
| /frameworks/av/media/module/extractors/flac/ | 
| D | FLACExtractor.cpp | 411         unsigned nChannels,  in copyTo16Signed()434         unsigned nChannels,  in copyToFloat()
 
 | 
| /frameworks/av/media/libstagefright/webm/ | 
| D | WebmWriter.cpp | 129     int32_t nChannels, samplerate;  in audioTrack()  local
 | 
| /frameworks/av/media/codec2/components/aac/ | 
| D | C2SoftAacEnc.cpp | 208 static CHANNEL_MODE getChannelMode(uint32_t nChannels) {  in getChannelMode()
 |