Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c74 #define COMPRESS_PLAYBACK_VOLUME_MAX 0x2000 macro
3371 volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_compr_volume()
3372 volume[1] = (int)(right * COMPRESS_PLAYBACK_VOLUME_MAX); in out_set_compr_volume()