Home
last modified time | relevance | path

Searched refs:CAST_STREAM_FULL_VOLUME (Results 1 - 8 of 8) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player_utils.cpp46 int initVolume = originalVolume * CAST_STREAM_FULL_VOLUME / maxVolume; in GetVolume()
H A Dremote_player_controller.cpp399 if (volume < 0 || volume > CAST_STREAM_FULL_VOLUME) { in SetVolume()
H A Dcast_stream_player.cpp1066 int ret = audioSystemMgr_->SetVolume(streamType, (volume * maxVolume) / CAST_STREAM_FULL_VOLUME); in SetVolume()
1397 int curVolume = (volumeEvent.volume * CAST_STREAM_FULL_VOLUME) / maxVolume_; in OnVolumeKeyEvent()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player_utils.cpp46 int initVolume = originalVolume * CAST_STREAM_FULL_VOLUME / maxVolume; in GetVolume()
H A Dremote_player_controller.cpp399 if (volume < 0 || volume > CAST_STREAM_FULL_VOLUME) { in SetVolume()
H A Dcast_stream_player.cpp1066 int ret = audioSystemMgr_->SetVolume(streamType, (volume * maxVolume) / CAST_STREAM_FULL_VOLUME); in SetVolume()
1397 int curVolume = (volumeEvent.volume * CAST_STREAM_FULL_VOLUME) / maxVolume_; in OnVolumeKeyEvent()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Dcast_stream_common.h24 constexpr int32_t CAST_STREAM_FULL_VOLUME = 100; member
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Dcast_stream_common.h24 constexpr int32_t CAST_STREAM_FULL_VOLUME = 100; member

Completed in 7 milliseconds