Home
last modified time | relevance | path

Searched refs:CalculateMaxAmplitudeForPCM24Bit (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dcalc_max_amplitude.h25 float CalculateMaxAmplitudeForPCM24Bit(char *frame, uint64_t nSamples);
H A Dcalc_max_amplitude.cpp65 float CalculateMaxAmplitudeForPCM24Bit(char *frame, uint64_t nSamples) in CalculateMaxAmplitudeForPCM24Bit() function
113 return CalculateMaxAmplitudeForPCM24Bit(frame, (replyBytes / SAMPLE_S24_BYTE_NUM)); in UpdateMaxAmplitude()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp405 * @tc.name : Test CalculateMaxAmplitudeForPCM24Bit API
408 * @tc.desc : Test CalculateMaxAmplitudeForPCM24Bit interface .Return 0 when nSamples is 0
414 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); in HWTEST()
419 * @tc.name : Test CalculateMaxAmplitudeForPCM24Bit API
422 * @tc.desc : Test CalculateMaxAmplitudeForPCM24Bit interface .Return 1.0 when value < 0
429 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); in HWTEST()
434 * @tc.name : Test CalculateMaxAmplitudeForPCM24Bit API
437 * @tc.desc : Test CalculateMaxAmplitudeForPCM24Bit interface .update curMaxAmplitude when curMaxAmplitude < value
443 float result = CalculateMaxAmplitudeForPCM24Bit(frame, nSamples); in HWTEST()
448 * @tc.name : Test CalculateMaxAmplitudeForPCM24Bit AP
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp587 return CalculateMaxAmplitudeForPCM24Bit(frame, (replyBytes / 3)); // 3 bytes in UpdateMaxAmplitude()
630 float CalculateMaxAmplitudeForPCM24Bit(char *frame, uint64_t nSamples) in CalculateMaxAmplitudeForPCM24Bit() function
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h165 float CalculateMaxAmplitudeForPCM24Bit(char *frame, uint64_t nSamples);

Completed in 7 milliseconds