/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkwindow.c | 110 _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/ |
D | gstsrtsink.c | 75 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()
|
D | gstsrtsrc.c | 78 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/ |
D | gsturidecodebin.c | 271 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 …]
|
D | gstparsebin.c | 511 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 …]
|
D | gstdecodebin2.c | 663 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 …]
|
D | gsturidecodebin3.c | 359 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()
|
D | gstdecodebin3.c | 534 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/ |
D | gstrtpbasedepayload.c | 200 GValue * return_accu, const GValue * handler_return, gpointer data) in extension_accumulator() argument 209 g_value_set_object (return_accu, ext); in extension_accumulator()
|
D | gstrtpbasepayload.c | 245 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/ |
D | gstrtpbin.c | 2011 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()
|
D | rtpsession.c | 147 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/ |
D | gstbin.c | 324 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/ |
D | gstrtspsrc.c | 543 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()
|