Home
last modified time | relevance | path

Searched refs:gst_mini_object_replace (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgststreams.c190 gst_mini_object_replace ((GstMiniObject **) & stream->priv->tags, in gst_stream_finalize()
385 gst_mini_object_replace ((GstMiniObject **) & stream->priv->tags, in gst_stream_set_tags()
498 gst_mini_object_replace ((GstMiniObject **) & stream->priv->tags, in gst_stream_set_property()
504 gst_mini_object_replace ((GstMiniObject **) & stream->priv->caps, in gst_stream_set_property()
Dgstcontext.h104 return gst_mini_object_replace ((GstMiniObject **) old_context, (GstMiniObject *) new_context); in gst_context_replace()
Dgstbufferlist.h92 return gst_mini_object_replace ((GstMiniObject **) old_list, in gst_buffer_list_replace()
Dgstcontext.c360 return gst_mini_object_replace ((GstMiniObject **) old_context, in gst_context_replace()
Dgstminiobject.h292 gboolean gst_mini_object_replace (GstMiniObject **olddata, GstMiniObject *newdata);
Dgstcaps.h262 return gst_mini_object_replace ((GstMiniObject **) old_caps, (GstMiniObject *) new_caps); in gst_caps_replace()
Dgstbufferlist.c641 return gst_mini_object_replace ((GstMiniObject **) old_list, in gst_buffer_list_replace()
Dgsttaglist.h441 return gst_mini_object_replace ((GstMiniObject **) old_taglist, in gst_tag_list_replace()
Dgstbuffer.h577 return gst_mini_object_replace ((GstMiniObject **) obuf, (GstMiniObject *) nbuf); in gst_buffer_replace()
Dgstevent.h329 return gst_mini_object_replace ((GstMiniObject **) old_event, (GstMiniObject *) new_event); in gst_event_replace()
Dgstquery.h292 return gst_mini_object_replace ((GstMiniObject **) old_query, (GstMiniObject *) new_query); in gst_query_replace()
Dgstmessage.h430 return gst_mini_object_replace ((GstMiniObject **) old_message, (GstMiniObject *) new_message); in gst_message_replace()
Dgstminiobject.c728 gst_mini_object_replace (GstMiniObject ** olddata, GstMiniObject * newdata) in gst_mini_object_replace() function
Dgstevent.c2421 return gst_mini_object_replace ((GstMiniObject **) old_event, in gst_event_replace()
Dgsttaglist.c2198 return gst_mini_object_replace ((GstMiniObject **) old_taglist, in gst_tag_list_replace()
Dgstcaps.c2780 return gst_mini_object_replace ((GstMiniObject **) old_caps, in gst_caps_replace()
Dgstquery.c2812 return gst_mini_object_replace ((GstMiniObject **) old_query, in gst_query_replace()
Dgstbuffer.c3035 return gst_mini_object_replace ((GstMiniObject **) obuf, in gst_buffer_replace()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8picture.h75 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_vp8_picture_replace()
Dgstvp9picture.h75 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_vp9_picture_replace()
Dgstav1picture.h108 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_av1_picture_replace()
Dgstmpeg2picture.h135 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_mpeg2_picture_replace()
Dgsth265picture.h113 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_h265_picture_replace()
Dgsth264picture.h204 return gst_mini_object_replace ((GstMiniObject **) old_picture, in gst_h264_picture_replace()
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c242 gst_mini_object_replace (((GstMiniObject **) & priv->prev_overlay), in gst_base_qr_overlay_draw_cb()
260 gst_mini_object_replace (((GstMiniObject **) & priv->prev_overlay), NULL); in gst_base_qr_overlay_dispose()

12