Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/tests/
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()
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp435 void applyGain(void* buffer, float gain, size_t bufferSizeBytes, enum pcm_format pcmFormat, in applyGain()