Searched refs:PLATFORM_MILLIBEL_MAX_VOLUME (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A Dplatform.h20 #define PLATFORM_MILLIBEL_MAX_VOLUME 0 // No more than unity gain macro
22 #define PLATFORM_MILLIBEL_MAX_VOLUME SL_MILLIBEL_MAX macro
/frameworks/wilhelm/src/itf/
H A DIVolume.c27 if (!((SL_MILLIBEL_MIN <= level) && (level <= PLATFORM_MILLIBEL_MAX_VOLUME))) {
72 *pMaxLevel = PLATFORM_MILLIBEL_MAX_VOLUME;

Completed in 71 milliseconds