Home
last modified time | relevance | path

Searched refs:probed_srccaps (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c156 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_dec_open()
173 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_dec_close()
305 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_dec_set_format()
306 self->probed_srccaps = gst_v4l2_object_probe_caps (self->v4l2capture, in gst_v4l2_video_dec_set_format()
309 if (gst_caps_is_empty (self->probed_srccaps)) in gst_v4l2_video_dec_set_format()
727 available_caps = gst_caps_copy (self->probed_srccaps); in gst_v4l2_video_dec_handle_frame()
913 if (self->probed_srccaps) in gst_v4l2_video_dec_src_query()
914 result = gst_caps_ref (self->probed_srccaps); in gst_v4l2_video_dec_src_query()
1009 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_dec_dispose()
Dgstv4l2transform.c134 self->probed_srccaps = gst_v4l2_object_get_caps (self->v4l2capture, in gst_v4l2_transform_open()
137 if (gst_caps_is_empty (self->probed_srccaps)) in gst_v4l2_transform_open()
162 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_transform_open()
178 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_transform_close()
272 if (self->probed_srccaps) in gst_v4l2_transform_query()
273 caps = gst_caps_ref (self->probed_srccaps); in gst_v4l2_transform_query()
1068 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_transform_dispose()
Dgstv4l2videoenc.c131 self->probed_srccaps = gst_v4l2_object_probe_caps (self->v4l2capture, in gst_v4l2_video_enc_open()
135 if (gst_caps_is_empty (self->probed_srccaps)) in gst_v4l2_video_enc_open()
160 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_enc_open()
177 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_enc_close()
942 if (self->probed_srccaps) { in gst_v4l2_video_enc_src_query()
944 result = gst_caps_intersect (tmpl, self->probed_srccaps); in gst_v4l2_video_enc_src_query()
1063 gst_caps_replace (&self->probed_srccaps, NULL); in gst_v4l2_video_enc_dispose()
Dgstv4l2videodec.h58 GstCaps *probed_srccaps; member
Dgstv4l2transform.h58 GstCaps *probed_srccaps; member
Dgstv4l2videoenc.h60 GstCaps *probed_srccaps; member