Home
last modified time | relevance | path

Searched defs:getChannelCount (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DMultiChannelResampler.h126 int32_t getChannelCount() const { in getChannelCount() function
194 int getChannelCount() const { in getChannelCount() function
/frameworks/base/media/jni/soundpool/
DSound.h67 int32_t getChannelCount() const { return mChannelCount; } in getChannelCount() function
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h76 int32_t getChannelCount() { in getChannelCount() function
DAAudioArgsParser.h120 int32_t getChannelCount() const { in getChannelCount() function
DAAudioSimplePlayer.h109 int32_t getChannelCount() { in getChannelCount() function
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp88 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAmrNbEnc::IntfImpl
DC2SoftAmrWbEnc.cpp89 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAmrWbEnc::IntfImpl
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp102 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftFlacEnc::IntfImpl
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.cpp114 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftOpusEnc::IntfImpl
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.h319 uint32_t getChannelCount() const { in getChannelCount() function
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp120 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAacEnc::IntfImpl
/frameworks/base/media/java/android/media/metrics/
DTrackChangeEvent.java231 public int getChannelCount() { in getChannelCount() method in TrackChangeEvent
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp235 void Codec2AudioEncHidlTestBase::getChannelCount(int32_t* nChannels) { in getChannelCount() function in __anon567c84490111::Codec2AudioEncHidlTestBase
/frameworks/base/media/java/android/media/
DAudioFormat.java1050 public int getChannelCount() { in getChannelCount() method in AudioFormat
DAudioRecord.java1182 public int getChannelCount() { in getChannelCount() method in AudioRecord
DAudioTrack.java2124 public int getChannelCount() { in getChannelCount() method in AudioTrack
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java1887 public int getChannelCount() { in getChannelCount() method in DynamicsProcessing