Home
last modified time | relevance | path

Searched refs:mOutChannelCount (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libeffects/lvm/tests/
H A DEffectReverbTest.cpp62 mOutChannelCount(audio_channel_count_from_out_mask(mOutChMask)), in SingleEffectTest()
73 const size_t mOutChannelCount; member in SingleEffectTest
91 std::vector<float> output(mTotalFrameCount * mOutChannelCount); in TEST_P()
H A DEffectTestHelper.h78 mOutChannelCount(audio_channel_count_from_out_mask(mOutChMask)), in EffectTestHelper()
152 const size_t mOutChannelCount; variable
H A DEffectTestHelper.cpp61 outBuffer.f32 += mFrameCount * mOutChannelCount; in process()
/aosp12/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp664 mOutChannelCount(outChannelCount), in AdjustChannelsBufferProvider()
680 if (mContractedFormat != AUDIO_FORMAT_INVALID && mInChannelCount > mOutChannelCount) { in AdjustChannelsBufferProvider()
704 adjust_channels_non_destructive(src, mInChannelCount, dst, mOutChannelCount, in copyFrames()
708 const size_t contractedIdx = frames * mOutChannelCount * mSampleSizeInBytes; in copyFrames()
/aosp12/frameworks/av/media/libaudioprocessing/include/media/
H A DBufferProviders.h270 const size_t mOutChannelCount; variable