Searched defs:COMPRESS_PLAYBACK_VOLUME_MAX (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.c59 #define COMPRESS_PLAYBACK_VOLUME_MAX 0x2000 macro
1440 volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX);
1441 volume[1] = (int)(right * COMPRESS_PLAYBACK_VOLUME_MAX);

Completed in 42 milliseconds