Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp27 constexpr int MAX_VOLUME = 255; variable
32 constexpr int MAX_VOLUME = 87; variable
209 EXPECT_EQ(MAX_VOLUME, volumeValue);
266 EXPECT_EQ(MAX_VOLUME, volumeThresholdValueMax);
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_test_types.h22 constexpr int16_t MAX_VOLUME = 15; variable
H A Dui_client_test.cpp901 if (volume < MIN_VOLUME || volume > MAX_VOLUME) { in SetVolume()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp28 constexpr int MAX_VOLUME = 255; variable
34 constexpr int MAX_VOLUME = 127; variable
230 EXPECT_EQ(MAX_VOLUME, volumeValue);
289 EXPECT_EQ(MAX_VOLUME, volumeThresholdValueMaxIn);
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_soundcard.h35 #define MAX_VOLUME 100 macro
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_player.cpp35 constexpr uint16_t MAX_VOLUME = 300; variable
501 float parsedVolume = static_cast<float>(volume * MAX_VOLUME) ; in SetVolume()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp213 int32_t ret = videoPlayer_->SetVolume(leftVolume * MAX_VOLUME, rightVolume * MAX_VOLUME); in SetVolume()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h491 static constexpr uint16_t MAX_VOLUME = 300; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/adm/audio_adm_interface/src/
H A Daudio_adm_interface_test.cpp43 constexpr int MAX_VOLUME = 255; variable
48 constexpr int MAX_VOLUME = 127; variable
653 int32_t expectValue = MAX_VOLUME;
662 .value[0] = MAX_VOLUME,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_native_media_player.cpp26 const double MAX_VOLUME = 1.0; variable
297 if ((volume < 0.0) || (volume > MAX_VOLUME)) { in HandleVolumeChanged()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h207 static constexpr int32_t MAX_VOLUME = 15; variable