Home
last modified time | relevance | path

Searched refs:GST_SAMPLE_CAST (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstsample.h38 #define GST_SAMPLE_CAST(obj) ((GstSample *)obj) macro
39 #define GST_SAMPLE(obj) (GST_SAMPLE_CAST(obj))
95 return GST_SAMPLE_CAST (gst_mini_object_ref (GST_MINI_OBJECT_CAST ( in gst_sample_ref()
148 #define gst_sample_make_writable(sample) GST_SAMPLE_CAST (gst_mini_object_make_writable (…
155 return GST_SAMPLE_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST (buf))); in gst_sample_copy()
188 #define gst_value_get_sample(v) GST_SAMPLE_CAST (g_value_get_boxed(v))
Dgstsample.c448 return GST_SAMPLE_CAST (gst_mini_object_ref (GST_MINI_OBJECT_CAST (sample))); in gst_sample_ref()
479 GST_SAMPLE_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST (buf))); in gst_sample_copy()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsink.c1833 return GST_SAMPLE_CAST (obj); in gst_app_sink_try_pull_sample()