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/libstagefright/codecs/common/include/
DvoAAC.h47 short nChannels; /*! number of channels on input (1,2) */ member
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp240 int32_t nChannels, int32_t nSampleRate) { in setupConfigParam()
285 int32_t samplesPerFrame, int32_t nChannels, in encodeNFrames()
390 int32_t nChannels = 2; in TEST_P() local
527 int32_t nChannels = 2; in TEST_F() local
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp599 int nChannels = bitStreamInfo[1]; in TEST_P() local
/frameworks/av/media/libstagefright/flac/dec/
DFLACDecoder.cpp129 unsigned nChannels, in copyTo16Signed()
152 unsigned nChannels, in copyToFloat()
/frameworks/av/media/libstagefright/
DOggWriter.cpp102 int32_t nChannels = 0; in addSource() local
DAudioSource.cpp220 const int32_t nChannels = mRecord->channelCount(); in rampVolume() local
DMPEG4Writer.cpp3872 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/extractors/flac/
DFLACExtractor.cpp409 unsigned nChannels, in copyTo16Signed()
432 unsigned nChannels, in copyToFloat()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp116 int32_t nChannels, samplerate; in audioTrack() local
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp208 static CHANNEL_MODE getChannelMode(uint32_t nChannels) { in getChannelMode()