Lines Matching defs:sel

75 #define GST_INPUT_SELECTOR_GET_LOCK(sel) (&((RsnInputSelector*)(sel))->lock)  argument
76 #define GST_INPUT_SELECTOR_GET_COND(sel) (&((RsnInputSelector*)(sel))->cond) argument
77 #define GST_INPUT_SELECTOR_LOCK(sel) (g_mutex_lock (GST_INPUT_SELECTOR_GET_LOCK(sel))) argument
78 #define GST_INPUT_SELECTOR_UNLOCK(sel) (g_mutex_unlock (GST_INPUT_SELECTOR_GET_LOCK(sel))) argument
79 #define GST_INPUT_SELECTOR_WAIT(sel) (g_cond_wait (GST_INPUT_SELECTOR_GET_COND(sel), \ argument
81 #define GST_INPUT_SELECTOR_BROADCAST(sel) (g_cond_broadcast (GST_INPUT_SELECTOR_GET_COND(sel))) argument
302 RsnInputSelector *sel; in gst_selector_pad_get_property() local
415 RsnInputSelector *sel; in gst_selector_pad_iterate_linked_pads() local
440 RsnInputSelector *sel; in gst_selector_pad_event() local
579 RsnInputSelector *sel = GST_INPUT_SELECTOR (parent); in gst_selector_pad_query() local
622 gst_input_selector_wait_running_time (RsnInputSelector * sel, in gst_input_selector_wait_running_time()
746 RsnInputSelector *sel = GST_INPUT_SELECTOR (user_data); in forward_sticky_events() local
766 gst_input_selector_debug_cached_buffers (RsnInputSelector * sel) in gst_input_selector_debug_cached_buffers()
799 gst_input_selector_cleanup_old_cached_buffers (RsnInputSelector * sel, in gst_input_selector_cleanup_old_cached_buffers()
926 RsnInputSelector *sel; in gst_selector_pad_chain() local
1245 gst_input_selector_init (RsnInputSelector * sel) in gst_input_selector_init()
1275 RsnInputSelector *sel = GST_INPUT_SELECTOR (object); in gst_input_selector_dispose() local
1287 RsnInputSelector *sel = GST_INPUT_SELECTOR (object); in gst_input_selector_finalize() local
1339 RsnInputSelector *sel = GST_INPUT_SELECTOR (object); in gst_input_selector_set_property() local
1385 gst_input_selector_active_pad_changed (RsnInputSelector * sel, in gst_input_selector_active_pad_changed()
1398 RsnInputSelector *sel = GST_INPUT_SELECTOR (object); in gst_input_selector_get_property() local
1433 gst_input_selector_get_linked_pad (RsnInputSelector * sel, GstPad * pad, in gst_input_selector_get_linked_pad()
1453 RsnInputSelector *sel; in gst_input_selector_event() local
1514 RsnInputSelector *sel; in gst_input_selector_query() local
1583 gst_input_selector_is_active_sinkpad (RsnInputSelector * sel, GstPad * pad) in gst_input_selector_is_active_sinkpad()
1596 gst_input_selector_activate_sinkpad (RsnInputSelector * sel, GstPad * pad) in gst_input_selector_activate_sinkpad()
1632 RsnInputSelector *sel; in gst_input_selector_request_new_pad() local
1671 RsnInputSelector *sel; in gst_input_selector_release_pad() local
1691 gst_input_selector_reset (RsnInputSelector * sel) in gst_input_selector_reset()