Home
last modified time | relevance | path

Searched defs:nChannels (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DAudioShelvingFilter.cpp49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels, in AudioShelvingFilter()
56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { in configure()
DAudioPeakingFilter.cpp44 AudioPeakingFilter::AudioPeakingFilter(int nChannels, int sampleRate) in AudioPeakingFilter()
50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { in configure()
DAudioEqualizer.cpp39 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()
DAudioBiquadFilter.cpp28 AudioBiquadFilter::AudioBiquadFilter(int nChannels, int sampleRate) { in AudioBiquadFilter()
33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) { in configure()
DAudioFormatAdapter.h59 void configure(T & processor, int nChannels, uint8_t pcmFormat, in configure()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_AudioExt.h58 OMX_U32 nChannels; /**< Number of channels */ member
67 OMX_U32 nChannels; /**< Number of channels */ member
76 OMX_U32 nChannels; /**< Number of channels */ member
85 OMX_U32 nChannels; /**< Number of channels */ member
DOMX_Audio.h180 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member
225 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/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp226 int32_t nChannels, int32_t nSampleRate) { in setupConfigParam()
237 void Codec2AudioEncHidlTestBase::getChannelCount(int32_t* nChannels) { in getChannelCount()
289 void Codec2AudioEncHidlTestBase::getSamplesPerFrame(int32_t nChannels, int32_t* samplesPerFrame) { in getSamplesPerFrame()
330 int32_t nChannels, int32_t nSampleRate, bool flushed = false, in encodeNFrames()
594 for (int32_t nChannels = 1; nChannels < maxChannelCount; nChannels++) { in TEST_P() local
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp529 int32_t nChannels = bitStreamInfo[1]; in validateTimestampList() local
/frameworks/av/media/module/codecs/common/include/
DvoAAC.h47 short nChannels; /*! number of channels on input (1,2) */ member
/frameworks/av/media/module/codecs/flac/dec/
DFLACDecoder.cpp129 unsigned nChannels, in copyTo16Signed()
152 unsigned nChannels, in copyToFloat()
/frameworks/av/media/libstagefright/
DOggWriter.cpp107 int32_t nChannels = 0; in addSource() local
DAudioSource.cpp241 const int32_t nChannels = mRecord->channelCount(); in rampVolume() local
DMPEG4Writer.cpp4615 int32_t nChannels; in writeAudioFourCCBox() local
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode()
/frameworks/av/media/module/extractors/flac/
DFLACExtractor.cpp411 unsigned nChannels, in copyTo16Signed()
434 unsigned nChannels, in copyToFloat()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp148 int32_t nChannels, samplerate; in audioTrack() local
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp215 static CHANNEL_MODE getChannelMode(uint32_t nChannels) { in getChannelMode()