Searched refs:probed_sinkcaps (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 128 self->probed_sinkcaps = gst_v4l2_object_get_caps (self->v4l2output, in gst_v4l2_transform_open() 131 if (gst_caps_is_empty (self->probed_sinkcaps)) in gst_v4l2_transform_open() 163 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_transform_open() 179 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_transform_close() 277 if (self->probed_sinkcaps) in gst_v4l2_transform_query() 278 caps = gst_caps_ref (self->probed_sinkcaps); in gst_v4l2_transform_query() 1067 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_transform_dispose()
|
D | gstv4l2videoenc.c | 124 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_enc_open() 127 if (gst_caps_is_empty (self->probed_sinkcaps)) in gst_v4l2_video_enc_open() 161 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_enc_open() 178 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_enc_close() 984 if (self->probed_sinkcaps) in gst_v4l2_video_enc_sink_query() 985 result = gst_caps_ref (self->probed_sinkcaps); in gst_v4l2_video_enc_sink_query() 1062 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_enc_dispose()
|
D | gstv4l2videodec.h | 59 GstCaps *probed_sinkcaps; member
|
D | gstv4l2transform.h | 59 GstCaps *probed_sinkcaps; member
|
D | gstv4l2videoenc.h | 61 GstCaps *probed_sinkcaps; member
|
D | gstv4l2videodec.c | 134 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_dec_open() 138 if (gst_caps_is_empty (self->probed_sinkcaps)) in gst_v4l2_video_dec_open() 157 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_dec_open() 174 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_dec_close() 946 result = gst_video_decoder_proxy_getcaps (decoder, self->probed_sinkcaps, in gst_v4l2_video_dec_sink_getcaps() 1008 gst_caps_replace (&self->probed_sinkcaps, NULL); in gst_v4l2_video_dec_dispose()
|