Home
last modified time | relevance | path

Searched defs:volume (Results 1 - 25 of 95) sorted by relevance

1234

/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiosetvolume_fuzzer/
H A Daudiosetvolume_fuzzer.cpp32 float volume = 0; in AudioSetVolumeFuzzTest() local
/third_party/pulseaudio/src/pulsecore/
H A Dstream-util.c31 int pa_stream_get_volume_channel_map(const pa_cvolume *volume, const pa_channel_map *original_map, const pa_format_info *format, in pa_stream_get_volume_channel_map() argument
[all...]
H A Dplay-memchunk.c32 pa_play_memchunk( pa_sink *sink, const pa_sample_spec *ss, const pa_channel_map *map, const pa_memchunk *chunk, pa_cvolume *volume, pa_proplist *p, pa_sink_input_flags_t flags, uint32_t *sink_input_index) pa_play_memchunk() argument
H A Dmix.h31 pa_cvolume volume; member
H A Dcore-scache.h36 pa_cvolume volume; member
/third_party/pulseaudio/src/pulse/
H A Dext-stream-restore.h41 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */ member
H A Dscache.c168 pa_operation *pa_context_play_sample(pa_context *c, const char *name, const char *dev, pa_volume_t volume, pa_context_success_cb_t cb, void *userdata) { in pa_context_play_sample() argument
208 pa_operation *pa_context_play_sample_with_proplist(pa_context *c, const char *name, const char *dev, pa_volume_t volume, const pa_proplist *p, pa_context_play_sample_cb_t cb, void *userdata) { in pa_context_play_sample_with_proplist() argument
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiorendereradapter_fuzzer/
H A Daudiorenderadapter_fuzzer.cpp34 float volume = 0.5; in AudioRendererAdapterFuzzTest() local
/third_party/pulseaudio/sonic/
H A DMain.java20 runSonic( AudioInputStream audioStream, SourceDataLine line, float speed, float pitch, float rate, float volume, boolean emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument
H A Dmain.c80 float volume = 1.0f; in main() local
17 runSonic( waveFile inFile, waveFile outFile, float speed, float pitch, float rate, float volume, int emulateChordPitch, int quality, int sampleRate, int numChannels) runSonic() argument
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_media_player_bridge_wrapper.cpp47 void ArkWebNativeMediaPlayerBridgeWrapper::SetVolume(double volume) in SetVolume() argument
H A Dark_web_native_media_player_handler_impl.cpp37 void ArkWebNativeMediaPlayerHandlerImpl::HandleVolumeChanged(double volume) in HandleVolumeChanged() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_media_player_bridge_impl.cpp49 void ArkWebNativeMediaPlayerBridgeImpl::SetVolume(double volume) in SetVolume() argument
H A Dark_web_native_media_player_handler_wrapper.cpp32 void ArkWebNativeMediaPlayerHandlerWrapper::HandleVolumeChanged(double volume) in HandleVolumeChanged() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_renderer_adapter_wrapper.cpp74 int32_t ArkAudioRendererAdapterWrapper::SetVolume(float volume) in SetVolume() argument
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_renderer_adapter_mock.cpp57 int32_t AudioRendererAdapterImpl::SetVolume(float volume) in SetVolume() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_renderer_adapter_impl.cpp70 int32_t ArkAudioRendererAdapterImpl::SetVolume(float volume) in SetVolume() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DVolumeBarView.java72 public void setVolume(float volume) { in setVolume() argument
/third_party/skia/modules/audioplayer/
H A DSkAudioPlayer.h33 float volume() const { return fVolume; } // 0...1 in volume() function in SkAudioPlayer
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_volume.cpp99 int32_t ActionVolume::VolumeRequest(float volume) in VolumeRequest() argument
147 int32_t ActionVolume::VolumeExecution(float volume) in VolumeExecution() argument
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp127 int32_t volume = static_cast<int32_t>(size); in AudioProxyFunc() local
/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp327 float volume = 0.0f; in SetMute() local
/base/telephony/call_manager/services/audio/include/
H A Dtone.h54 int32_t volume = 0; member
/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c69 const AVFilter *volume; in init_filter_graph() local
[all...]
/third_party/alsa-utils/amixer/
H A Dvolume_mapping.c120 set_normalized_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, double volume, int dir, enum ctl_dir ctl_dir) set_normalized_volume() argument
165 set_normalized_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, double volume, int dir) set_normalized_playback_volume() argument
173 set_normalized_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, double volume, int dir) set_normalized_capture_volume() argument
[all...]

Completed in 7 milliseconds

1234