Searched refs:SET_PARAM (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_eq.c | 320 #define SET_PARAM(param_name, set_fn_name) \ in process_command() macro 323 SET_PARAM(contrast, contrast) in process_command() 324 else SET_PARAM(brightness, brightness) in process_command() 325 else SET_PARAM(saturation, saturation) in process_command() 326 else SET_PARAM(gamma, gamma) in process_command() 327 else SET_PARAM(gamma_r, gamma) in process_command() 328 else SET_PARAM(gamma_g, gamma) in process_command() 329 else SET_PARAM(gamma_b, gamma) in process_command() 330 else SET_PARAM(gamma_weight, gamma) in process_command()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstosssrc.c | 441 SET_PARAM (oss, SNDCTL_DSP_SETFRAGMENT, tmp, "SETFRAGMENT"); in gst_oss_src_prepare() 443 SET_PARAM (oss, SNDCTL_DSP_RESET, 0, "RESET"); in gst_oss_src_prepare() 445 SET_PARAM (oss, SNDCTL_DSP_SETFMT, fmt, "SETFMT"); in gst_oss_src_prepare() 447 SET_PARAM (oss, SNDCTL_DSP_STEREO, 1, "STEREO"); in gst_oss_src_prepare() 448 SET_PARAM (oss, SNDCTL_DSP_CHANNELS, channels, "CHANNELS"); in gst_oss_src_prepare() 449 SET_PARAM (oss, SNDCTL_DSP_SPEED, rate, "SPEED"); in gst_oss_src_prepare()
|
D | gstosssink.c | 450 SET_PARAM (oss, SNDCTL_DSP_SETFMT, tmp, "SETFMT"); in gst_oss_sink_prepare() 452 SET_PARAM (oss, SNDCTL_DSP_STEREO, 1, "STEREO"); in gst_oss_sink_prepare() 453 SET_PARAM (oss, SNDCTL_DSP_CHANNELS, channels, "CHANNELS"); in gst_oss_sink_prepare() 454 SET_PARAM (oss, SNDCTL_DSP_SPEED, rate, "SPEED"); in gst_oss_sink_prepare() 461 SET_PARAM (oss, SNDCTL_DSP_SETFRAGMENT, tmp, "SETFRAGMENT"); in gst_oss_sink_prepare()
|
D | common.h | 23 #define SET_PARAM(_oss, _name, _val, _detail) \ macro
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | py_pass.cc | 37 const char SET_PARAM[] = "__setattr__"; variable 216 top_cell.attr(SET_PARAM)(param_name, new_parameter); in ReflectParamBackToPython() local
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 156725 sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros. 156731 Cache probed caps; fix debug output for SET_PARAM macros.
|