Home
last modified time | relevance | path

Searched refs:HALF_FACTOR (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_audio_sink.cpp41 const int32_t HALF_FACTOR = 2; member
370 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp51 const int32_t HALF_FACTOR = 2; member
584 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
749 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp67 const int32_t HALF_FACTOR = 2; member
660 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
968 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp113 static constexpr int32_t HALF_FACTOR = 2; member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner
594 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp49 const int32_t HALF_FACTOR = 2; member
706 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp63 const int32_t HALF_FACTOR = 2; member
615 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp45 const int32_t HALF_FACTOR = 2; member
768 thevolume = (left + right) / HALF_FACTOR; in SetVolumeInner()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp48 const int32_t HALF_FACTOR = 2; member
652 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp54 const int32_t HALF_FACTOR = 2; member
803 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
890 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp181 static constexpr int32_t HALF_FACTOR = 2; member in OHOS::AudioStandard::AudioCapturerSourceInner
840 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
1055 volume = (leftVolume_ + rightVolume_) / HALF_FACTOR; in SetVolume()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/test/unittest/
H A Dremote_fast_audio_capturer_source_unittest.cpp746 remoteFastAudioCapturerSourceInner->bufferFd_ = RemoteFastAudioCapturerSourceInner::HALF_FACTOR; in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp86 static constexpr int32_t HALF_FACTOR = 2; member in OHOS::AudioStandard::FastAudioCapturerSourceInner
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp64 static const int32_t HALF_FACTOR = 2; member
1681 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
H A Daudio_process_in_client.cpp51 static const int32_t HALF_FACTOR = 2; member
918 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
H A Drenderer_in_client.cpp85 static const int32_t HALF_FACTOR = 2; member
1839 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp64 static const int32_t HALF_FACTOR = 2; member
1645 Trace::Count(logUtilsTag_, (vols.volStart[0] + vols.volStart[1]) / HALF_FACTOR); in DfxOperation()

Completed in 42 milliseconds