Home
last modified time | relevance | path

Searched defs:nChannels (Results 1 – 14 of 14) 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.h57 OMX_U32 nChannels; /**< Number of channels */ member
66 OMX_U32 nChannels; /**< Number of channels */ member
75 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/libstagefright/flac/dec/
DFLACDecoder.cpp147 unsigned nChannels) { in copyMultiCh8()
180 unsigned nChannels) { in copyMultiCh16()
214 unsigned nChannels) { in copyMultiCh24()
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp406 …tiCh8(short *dst, const int * src[FLACParser::kMaxChannels], unsigned nSamples, unsigned nChannels) in copyMultiCh8()
436 …iCh16(short *dst, const int * src[FLACParser::kMaxChannels], unsigned nSamples, unsigned nChannels) in copyMultiCh16()
468 …iCh24(short *dst, const int * src[FLACParser::kMaxChannels], unsigned nSamples, unsigned nChannels) in copyMultiCh24()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode()
/frameworks/av/media/libstagefright/
DAudioSource.cpp216 const int32_t nChannels = mRecord->channelCount(); in rampVolume() local
DMPEG4Writer.cpp3770 int32_t nChannels; in writeAudioFourCCBox() local
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp114 int32_t nChannels, samplerate; in audioTrack() local