Home
last modified time | relevance | path

Searched defs:pcmFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/interfaces/audio/aidl/default/tests/
H A DAlsaUtilsTest.cpp133 void ApplyGainTest::VerifyBufferResult(const pcm_format pcmFormat, const float gain) { in VerifyBufferResult()
166 void ApplyGainTest::VerifyBufferResultWithClamp(const pcm_format pcmFormat, const float gain) { in VerifyBufferResultWithClamp()
/aosp_15_r20/frameworks/av/media/libeffects/testlibs/
H A DAudioFormatAdapter.h59 void configure(T & processor, int nChannels, uint8_t pcmFormat, in configure()
/aosp_15_r20/hardware/interfaces/audio/aidl/default/alsa/
H A DUtils.cpp435 void applyGain(void* buffer, float gain, size_t bufferSizeBytes, enum pcm_format pcmFormat, in applyGain()