Home
last modified time | relevance | path

Searched refs:var_InheritFloat (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/
H A Dparam_eq.c120 p_sys->f_lowf = var_InheritFloat( p_this, "param-eq-lowf"); in Open()
122 p_sys->f_highf = var_InheritFloat( p_this, "param-eq-highf"); in Open()
125 p_sys->f_f1 = var_InheritFloat( p_this, "param-eq-f1"); in Open()
126 p_sys->f_Q1 = var_InheritFloat( p_this, "param-eq-q1"); in Open()
127 p_sys->f_gain1 = var_InheritFloat( p_this, "param-eq-gain1"); in Open()
129 p_sys->f_f2 = var_InheritFloat( p_this, "param-eq-f2"); in Open()
130 p_sys->f_Q2 = var_InheritFloat( p_this, "param-eq-q2"); in Open()
131 p_sys->f_gain2 = var_InheritFloat( p_this, "param-eq-gain2"); in Open()
133 p_sys->f_f3 = var_InheritFloat( p_this, "param-eq-f3"); in Open()
134 p_sys->f_Q3 = var_InheritFloat( p_this, "param-eq-q3"); in Open()
[all …]
H A Dgain.c96 p_sys->f_gain = var_InheritFloat( p_filter->obj.parent, "gain-value" ); in set_category()
/dports/multimedia/vlc/vlc-3.0.16/src/audio_output/
H A Dvolume.c176 + var_InheritFloat (obj, "audio-replay-gain-preamp"); in aout_ReplayGainSelect()
178 gain = var_InheritFloat (obj, "audio-replay-gain-default"); in aout_ReplayGainSelect()
189 multiplier *= var_InheritFloat (obj, "gain"); in aout_ReplayGainSelect()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dfragment_shaders.c618 color_params.tone_mapping_param = var_InheritFloat(tc->gl, "tone-mapping-param"); in opengl_fragment_shader_init_impl()
620 color_params.desaturation_strength = var_InheritFloat(tc->gl, "desat-strength"); in opengl_fragment_shader_init_impl()
621 color_params.desaturation_exponent = var_InheritFloat(tc->gl, "desat-exponent"); in opengl_fragment_shader_init_impl()
622 color_params.desaturation_base = var_InheritFloat(tc->gl, "desat-base"); in opengl_fragment_shader_init_impl()
623 color_params.max_boost = var_InheritFloat(tc->gl, "max-boost"); in opengl_fragment_shader_init_impl()
625 color_params.tone_mapping_desaturate = var_InheritFloat(tc->gl, "tone-mapping-desat"); in opengl_fragment_shader_init_impl()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCAudioEffectsWindowController.m368 var_InheritFloat(p_playlist, "compressor-rms-peak"),
369 var_InheritFloat(p_playlist, "compressor-attack"),
370 var_InheritFloat(p_playlist, "compressor-release"),
371 var_InheritFloat(p_playlist, "compressor-threshold"),
372 var_InheritFloat(p_playlist, "compressor-ratio"),
373 var_InheritFloat(p_playlist, "compressor-knee"),
376 var_InheritFloat(p_playlist, "spatializer-width"),
377 var_InheritFloat(p_playlist, "spatializer-wet"),
378 var_InheritFloat(p_playlist, "spatializer-dry"),
379 var_InheritFloat(p_playlist, "spatializer-damp"),
[all …]
H A DVLCVideoEffectsWindowController.m660 var_InheritFloat(p_playlist, "contrast"),
661 var_InheritFloat(p_playlist, "brightness"),
662 var_InheritFloat(p_playlist, "saturation"),
663 var_InheritFloat(p_playlist, "gamma"),
664 var_InheritFloat(p_playlist, "sharpen-sigma"),
666 var_InheritFloat(p_playlist, "grain-variance"),
691 var_InheritFloat(p_playlist, "hue") // index: 33
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dplaylist.cpp41 setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) ); in PlaylistDialog()
H A Dextended.cpp50 setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) ); in ExtendedDialog()
H A Dbookmarks.cpp40 setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) ); in BookmarksDialog()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dvolume.h71 float gain = var_InheritFloat(aout, MODULE_STRING"-gain"); in aout_SoftVolumeInit()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_variables.h618 static inline float var_InheritFloat( vlc_object_t *obj, const char *name ) in var_InheritFloat() function
626 #define var_InheritFloat(o, n) var_InheritFloat(VLC_OBJECT(o), n) macro
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/src/
H A Dfsc_window.cpp58 m_opacity = 255 * var_InheritFloat( getIntf(), "qt-fs-opacity" ); in FscWindow()
/dports/multimedia/vlc/vlc-3.0.16/modules/visualization/visual/
H A Dwindow.c81 p_param->f_kaiser_alpha = var_InheritFloat( p_aout, "effect-kaiser-param" ); in window_get_param()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsvg.c103 p_sys->f_scale = var_InheritFloat( p_this, "svg-scale" ); in OpenDecoder()
H A Dfluidsynth.c167 var_InheritFloat (p_this, "synth-gain")); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dshm.c220 float rate = var_InheritFloat (obj, "shm-fps"); in Open()
H A Dvnc.c391 p_sys->f_fps = var_InheritFloat( p_demux, CFG_PREFIX "fps" ); in Open()
H A Drdp.c415 p_sys->f_fps = var_InheritFloat( p_demux, CFG_PREFIX "fps" ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/screen/
H A Dmac.c80 p_data->rate = var_InheritFloat(p_demux, "screen-fps"); in screen_InitCapture()
H A Dxcb.c234 p_sys->rate = var_InheritFloat (obj, "screen-fps"); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_splitter/
H A Dpanoramix.c547 p_gamma[0].f_gamma = var_InheritFloat( p_splitter, CFG_PREFIX "bz-gamma-red" ); in Open()
548 p_gamma[1].f_gamma = var_InheritFloat( p_splitter, CFG_PREFIX "bz-gamma-green" ); in Open()
549 p_gamma[2].f_gamma = var_InheritFloat( p_splitter, CFG_PREFIX "bz-gamma-blue" ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dmjpeg.c370 float f_fps = var_InheritFloat( p_demux, "mjpeg-fps" ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dopencv_wrapper.c243 var_InheritFloat( p_filter, "opencv-scale" ); in Create()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/
H A Dinput_manager.cpp149 emit rateChanged( var_InheritFloat( p_intf, "rate" ) ); in setInput()
195 emit rateChanged( var_InheritFloat( p_intf, "rate" ) ); in delInput()
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/vaapi/
H A Dfilters.c585 VLC_CLIP(var_InheritFloat(filter, adjust_params_names[i]), in OpenAdjust_InitFilterParams()
718 VLC_CLIP(var_InheritFloat(filter, p_basic_filter_data->sigma.psz_name), in OpenBasicFilter_InitFilterParams()

12