Searched refs:on_event (Results 1 - 25 of 55) sorted by relevance
123
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 93 on_event(window, 'load', function() { 97 on_event(window, 'message', function(event) { 217 on_event(window, 'load', callback); 405 on_event(self, "install", on_all_loaded); 406 on_event(self, "message", on_all_loaded); 1194 function on_event(object, event, callback) function 1225 expose(on_event, 'on_event'); 4178 on_event(element, "click",
|
/third_party/ffmpeg/libavfilter/ |
H A D | framesync.h | 49 * The basic working of this API is the following: set the on_event 172 int (*on_event)(struct FFFrameSync *fs); member
|
H A D | vf_alphamerge.c | 90 s->fs.on_event = do_alphamerge; in init()
|
H A D | f_streamselect.c | 141 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_multiply.c | 198 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedthreshold.c | 233 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_threshold.c | 231 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_overlay_opencl.c | 244 ctx->fs.on_event = &overlay_opencl_blend; in overlay_opencl_init()
|
H A D | vf_displace.c | 346 s->fs.on_event = process_frame; in config_output()
|
H A D | framesync.c | 345 ret = fs->on_event(fs); in ff_framesync_activate()
|
H A D | vf_remap.c | 351 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_remap_opencl.c | 273 s->fs.on_event = remap_opencl_process_frame; in config_output()
|
H A D | vf_limitdiff.c | 297 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedclamp.c | 263 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_hysteresis.c | 321 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedminmax.c | 261 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_midequalizer.c | 321 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedmerge.c | 259 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_mergeplanes.c | 193 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_varblur.c | 350 s->fs.on_event = varblur_frame; in config_output()
|
/third_party/nghttp2/src/ |
H A D | shrpx_https_upstream.h | 50 virtual int on_event();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst.h | 201 * on_event - Notify about FST event 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
H A D | fst.c | 33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst.h | 201 * on_event - Notify about FST event 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
H A D | fst.c | 33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
|
Completed in 18 milliseconds
123