Searched refs:probed_srccaps (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videodec.c | 156 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()
|
D | gstv4l2transform.c | 134 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()
|
D | gstv4l2videoenc.c | 131 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()
|
D | gstv4l2videodec.h | 58 GstCaps *probed_srccaps; member
|
D | gstv4l2transform.h | 58 GstCaps *probed_srccaps; member
|
D | gstv4l2videoenc.h | 60 GstCaps *probed_srccaps; member
|