Home
last modified time | relevance | path

Searched refs:audio_volume (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c527 if (camerabin->audio_volume) in gst_camera_bin_dispose()
528 gst_object_unref (camerabin->audio_volume); in gst_camera_bin_dispose()
891 camera->audio_volume = gst_element_factory_make ("volume", "audio-volume"); in gst_camera_bin_init()
974 gst_element_set_state (camerabin->audio_volume, GST_STATE_READY); in gst_camera_bin_video_reset_elements()
983 gst_element_sync_state_with_parent (camerabin->audio_volume); in gst_camera_bin_video_reset_elements()
1538 if (!camera->audio_volume) { in gst_camera_bin_create_elements()
1795 gst_bin_remove (GST_BIN_CAST (camera), camera->audio_volume); in gst_camera_bin_create_elements()
1826 gst_bin_add (GST_BIN_CAST (camera), gst_object_ref (camera->audio_volume)); in gst_camera_bin_create_elements()
1831 camera->audio_volume, "sink", GST_PAD_LINK_CHECK_CAPS); in gst_camera_bin_create_elements()
1832 gst_element_link_pads_full (camera->audio_volume, "src", in gst_camera_bin_create_elements()
[all …]
Dgstcamerabin2.h96 GstElement *audio_volume; member
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp964 ComPtr < ISimpleAudioVolume > audio_volume; in gst_wasapi2_ring_buffer_acquire() local
1091 hr = client_handle->GetService (IID_PPV_ARGS (&audio_volume)); in gst_wasapi2_ring_buffer_acquire()
1098 self->volume_object = audio_volume.Detach (); in gst_wasapi2_ring_buffer_acquire()
/third_party/ffmpeg/fftools/
Dffplay.c251 int audio_volume; member
1513 …double volume_level = is->audio_volume ? (20 * log(is->audio_volume / (double)SDL_MIX_MAXVOLUME) /… in update_volume()
1515 …is->audio_volume = av_clip(is->audio_volume == new_volume ? (is->audio_volume + sign) : new_volume… in update_volume()
2479 if (!is->muted && is->audio_buf && is->audio_volume == SDL_MIX_MAXVOLUME) in sdl_audio_callback()
2484 …rmat(stream, (uint8_t *)is->audio_buf + is->audio_buf_index, AUDIO_S16SYS, len1, is->audio_volume); in sdl_audio_callback()
3123 is->audio_volume = startup_volume; in stream_open()
Dffmpeg.h608 extern int audio_volume;
Dffmpeg_filter.c928 if (audio_volume != 256) { in configure_input_audio_filter()
934 snprintf(args, sizeof(args), "%f", audio_volume / 256.); in configure_input_audio_filter()
Dffmpeg_opt.c154 int audio_volume = 256; variable
3736 … { "vol", OPT_AUDIO | HAS_ARG | OPT_INT, { &audio_volume },
Dffmpeg.c3188 if (audio_volume != 256) { in init_output_stream_streamcopy()