/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 | 57 OMX_U32 nChannels; /**< Number of channels */ member 66 OMX_U32 nChannels; /**< Number of channels */ member 75 OMX_U32 nChannels; /**< Number of channels */ member
|
D | OMX_Audio.h | 180 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/ |
D | voAAC.h | 47 short nChannels; /*! number of channels on input (1,2) */ member
|
/frameworks/av/media/libstagefright/flac/dec/ |
D | FLACDecoder.cpp | 147 unsigned nChannels) { in copyMultiCh8() 180 unsigned nChannels) { in copyMultiCh16() 214 unsigned nChannels) { in copyMultiCh24()
|
/frameworks/av/media/extractors/flac/ |
D | FLACExtractor.cpp | 406 …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/ |
D | SoftAACEncoder2.cpp | 389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 216 const int32_t nChannels = mRecord->channelCount(); in rampVolume() local
|
D | MPEG4Writer.cpp | 3770 int32_t nChannels; in writeAudioFourCCBox() local
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 114 int32_t nChannels, samplerate; in audioTrack() local
|