Home
last modified time | relevance | path

Searched refs:return_accu (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c110 _accum_logical_and (GSignalInvocationHint * ihint, GValue * return_accu, in _accum_logical_and() argument
114 gboolean val2 = g_value_get_boolean (return_accu); in _accum_logical_and()
116 g_value_set_boolean (return_accu, val && val2); in _accum_logical_and()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtsink.c75 GValue * return_accu, const GValue * handler_return, gpointer data);
95 GValue * return_accu, const GValue * handler_return, gpointer data) in authentication_accumulator() argument
100 g_value_set_boolean (return_accu, ret); in authentication_accumulator()
Dgstsrtsrc.c78 GValue * return_accu, const GValue * handler_return, gpointer data);
98 GValue * return_accu, const GValue * handler_return, gpointer data) in src_authentication_accumulator() argument
103 g_value_set_boolean (return_accu, ret); in src_authentication_accumulator()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c271 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
276 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
284 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
290 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
292 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
299 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
304 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
311 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
316 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
330 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgstparsebin.c511 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
516 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
524 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
530 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
532 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
540 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
545 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
552 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
557 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
571 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgstdecodebin2.c663 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
668 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
676 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_or_accumulator() argument
682 retboolean = g_value_get_boolean (return_accu); in _gst_boolean_or_accumulator()
684 g_value_set_boolean (return_accu, myboolean || retboolean); in _gst_boolean_or_accumulator()
692 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_accumulator() argument
697 g_value_set_boxed (return_accu, array); in _gst_array_accumulator()
704 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_select_accumulator() argument
709 g_value_set_enum (return_accu, res); in _gst_select_accumulator()
723 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_array_hasvalue_accumulator() argument
[all …]
Dgsturidecodebin3.c359 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_int_accumulator() argument
363 g_value_set_int (return_accu, res); in _gst_int_accumulator()
Dgstdecodebin3.c534 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_int_accumulator() argument
538 g_value_set_int (return_accu, res); in _gst_int_accumulator()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c200 GValue * return_accu, const GValue * handler_return, gpointer data) in extension_accumulator() argument
209 g_value_set_object (return_accu, ext); in extension_accumulator()
Dgstrtpbasepayload.c245 GValue * return_accu, const GValue * handler_return, gpointer data) in extension_accumulator() argument
254 g_value_set_object (return_accu, ext); in extension_accumulator()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c2011 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_element_accumulator() argument
2018 g_value_set_object (return_accu, element); in _gst_element_accumulator()
2026 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_caps_accumulator() argument
2033 g_value_set_boxed (return_accu, caps); in _gst_caps_accumulator()
Drtpsession.c147 accumulate_trues (GSignalInvocationHint * ihint, GValue * return_accu, in accumulate_trues() argument
151 g_value_set_boolean (return_accu, TRUE); in accumulate_trues()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c324 GValue * return_accu, const GValue * handler_return, gpointer dummy) in _gst_boolean_accumulator() argument
329 g_value_set_boolean (return_accu, myboolean); in _gst_boolean_accumulator()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c543 GValue * return_accu, const GValue * handler_return, gpointer data) in select_stream_accum() argument
549 g_value_set_boolean (return_accu, myboolean); in select_stream_accum()
564 GValue * return_accu, const GValue * handler_return, gpointer data) in before_send_accum() argument
569 g_value_set_boolean (return_accu, myboolean); in before_send_accum()