/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/av/media/libstagefright/codecs/aacenc/src/ |
D | adj_thr.c | 72 const Word16 nChannels) in calcThreshExp() 97 const Word16 nChannels) in adaptMinSnr() 167 const Word16 nChannels, in initAvoidHoleFlag() 333 const Word16 nChannels) in calcPeNoAH() 370 const Word16 nChannels, in reduceThresholds() 419 const Word16 nChannels, in correctThresh() 531 const Word16 nChannels, in reduceMinSnr() 583 const Word16 nChannels, in allowMoreHoles() 737 const Word16 nChannels, in adaptThresholdsToPe() 1133 const Word16 nChannels, in AdjustThresholds()
|
D | line_pe.c | 44 const Word16 nChannels, in prepareSfbPe() 73 const Word16 nChannels) in calcSfbPe()
|
D | channel_map.c | 64 Word16 InitElementInfo (Word16 nChannels, ELEMENT_INFO* elInfo) in InitElementInfo()
|
D | block_switch.c | 73 const Word32 bitRate, const Word16 nChannels) in InitBlockSwitching() 347 const Word16 nChannels) in SyncBlockSwitching()
|
D | qc_main.c | 122 Word16 QCOutNew(QC_OUT *hQC, Word16 nChannels, VO_MEM_OPERATOR *pMemOP) in QCOutNew() 262 Word16 nChannels, in QCMain()
|
D | sf_estim.c | 848 const Word16 nChannels) in CalcFormFactor() 869 const Word16 nChannels) in EstimateScaleFactors()
|
D | psy_main.c | 246 Word16 psyMain(Word16 nChannels, in psyMain()
|
/frameworks/native/include/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 297 OMX_U32 nChannels; /**< Number of channels */ member 320 OMX_U32 nChannels; /**< Number of channels */ member 349 OMX_U32 nChannels; /**< Number of channels */ member 386 OMX_U16 nChannels; /**< Number of channels */ member 419 OMX_U32 nChannels; /**< Number of channels */ member 445 OMX_U32 nChannels; /**< Number of channels */ member 464 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 489 OMX_U32 nChannels; /**< Number of channels in the data stream (not member [all …]
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | bitenc.h | 33 Word16 nChannels; member
|
D | qc_data.h | 128 Word16 nChannels; member
|
/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/ |
D | FLACExtractor.cpp | 404 static void copyMultiCh8(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh8() 434 static void copyMultiCh16(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh16() 466 static void copyMultiCh24(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels) in copyMultiCh24()
|
D | AudioSource.cpp | 208 const int32_t nChannels = mRecord->channelCount(); in rampVolume() local
|
D | MPEG4Writer.cpp | 3002 int32_t nChannels; in writeAudioFourCCBox() local
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 392 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 114 int32_t nChannels, samplerate; in audioTrack() local
|