Searched refs:getChannelCount (Results 1 – 5 of 5) sorted by relevance
78 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftFlacEnc::IntfImpl228 uint32_t channelCount = mIntf->getChannelCount(); in process()338 …ALOGV("%s numChannel=%d, sampleRate=%d", __func__, mIntf->getChannelCount(), mIntf->getSampleRate(… in configureEncoder()346 ok = ok && FLAC__stream_encoder_set_channels(mFlacStreamEncoder, mIntf->getChannelCount()); in configureEncoder()
110 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAacEnc::IntfImpl236 … mIntf->getSampleRate(), mIntf->getChannelCount(), mIntf->getBitrate(), mSBRMode, mSBRRatio); in setAudioParams()252 getChannelMode(mIntf->getChannelCount()))) { in setAudioParams()296 uint32_t channelCount = mIntf->getChannelCount(); in process()
196 void getChannelCount(uint32_t* channelCount);236 void AudioEffectHidlTest::getChannelCount(uint32_t* channelCount) { in getChannelCount() function in AudioEffectHidlTest402 getChannelCount(&channelCount); in TEST_P()418 getChannelCount(&channelCount); in TEST_P()
91 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAmrNbEnc::IntfImpl
93 uint32_t getChannelCount() const { return mChannelCount->value; } in getChannelCount() function in android::C2SoftAmrWbEnc::IntfImpl