Home
last modified time | relevance | path

Searched refs:v4l2output (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videodec.c86 if (!gst_v4l2_object_set_property_helper (self->v4l2output, in gst_v4l2_video_dec_set_property()
110 if (!gst_v4l2_object_get_property_helper (self->v4l2output, in gst_v4l2_video_dec_get_property()
127 if (!gst_v4l2_object_open (self->v4l2output, &error)) in gst_v4l2_video_dec_open()
130 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_dec_open()
134 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_dec_open()
146 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_dec_open()
150 if (GST_V4L2_IS_OPEN (self->v4l2output)) in gst_v4l2_video_dec_open()
151 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_dec_open()
171 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_dec_close()
186 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_start()
[all …]
Dgstv4l2videoenc.c77 if (!gst_v4l2_object_set_property_helper (self->v4l2output, in gst_v4l2_video_enc_set_property()
101 if (!gst_v4l2_object_get_property_helper (self->v4l2output, in gst_v4l2_video_enc_get_property()
118 if (!gst_v4l2_object_open (self->v4l2output, &error)) in gst_v4l2_video_enc_open()
121 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_enc_open()
124 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_enc_open()
143 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open()
150 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open()
154 if (GST_V4L2_IS_OPEN (self->v4l2output)) in gst_v4l2_video_enc_open()
155 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_enc_open()
175 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_enc_close()
[all …]
Dgstv4l2transform.c82 if (!gst_v4l2_object_set_property_helper (self->v4l2output, in gst_v4l2_transform_set_property()
107 if (!gst_v4l2_object_get_property_helper (self->v4l2output, in gst_v4l2_transform_get_property()
122 if (!gst_v4l2_object_open (self->v4l2output, &error)) in gst_v4l2_transform_open()
125 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_transform_open()
128 self->probed_sinkcaps = gst_v4l2_object_get_caps (self->v4l2output, in gst_v4l2_transform_open()
145 self->v4l2output->videodev), (NULL)); in gst_v4l2_transform_open()
152 self->v4l2output->videodev), (NULL)); in gst_v4l2_transform_open()
156 if (GST_V4L2_IS_OPEN (self->v4l2output)) in gst_v4l2_transform_open()
157 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_transform_open()
175 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_transform_close()
[all …]
Dgstv4l2videodec.h54 GstV4l2Object * v4l2output; member
Dgstv4l2transform.h54 GstV4l2Object * v4l2output; member
Dgstv4l2videoenc.h56 GstV4l2Object *v4l2output; member
/third_party/gstreamer/gstplugins_good/
DChangeLog15404 The v4l2output and v4l2capture v4l2objects can have pool == NULL if they
19702 Fix a typo as keep_aspect was set twice on v4l2output but never on