Searched refs:leftVol (Results 1 – 2 of 2) sorted by relevance
248 bool SoundPool::CheckVolumeVaild(float *leftVol, float *rightVol) in CheckVolumeVaild() argument250 if (*leftVol != std::clamp(*leftVol, 0.f, 1.f) || in CheckVolumeVaild()252 …MEDIA_LOGI("volume l=%{public}f r=%{public}f out of (0.f, 1.f) bounds, using 1.f", *leftVol, *righ… in CheckVolumeVaild()253 *leftVol = *rightVol = 1.f; in CheckVolumeVaild()255 if (*leftVol != *rightVol) { in CheckVolumeVaild()257 *leftVol, *rightVol); in CheckVolumeVaild()258 *rightVol = *leftVol; in CheckVolumeVaild()
61 bool CheckVolumeVaild(float *leftVol, float *rightVol);