Searched refs:v4l2capture (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2videodec.c | 78 if (!gst_v4l2_object_set_property_helper (self->v4l2capture, in gst_v4l2_video_dec_set_property() 102 if (!gst_v4l2_object_get_property_helper (self->v4l2capture, in gst_v4l2_video_dec_get_property() 130 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_dec_open() 153 if (GST_V4L2_IS_OPEN (self->v4l2capture)) in gst_v4l2_video_dec_open() 154 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_video_dec_open() 172 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_video_dec_close() 201 gst_v4l2_object_unlock (self->v4l2capture); in gst_v4l2_video_dec_stop() 214 gst_v4l2_object_stop (self->v4l2capture); in gst_v4l2_video_dec_stop() 288 if (self->v4l2capture->pool && in gst_v4l2_video_dec_set_format() 289 !gst_v4l2_buffer_pool_orphan (&self->v4l2capture->pool)) { in gst_v4l2_video_dec_set_format() [all …]
|
D | gstv4l2videoenc.c | 69 if (!gst_v4l2_object_set_property_helper (self->v4l2capture, in gst_v4l2_video_enc_set_property() 93 if (!gst_v4l2_object_get_property_helper (self->v4l2capture, in gst_v4l2_video_enc_get_property() 121 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_enc_open() 131 self->probed_srccaps = gst_v4l2_object_probe_caps (self->v4l2capture, in gst_v4l2_video_enc_open() 157 if (GST_V4L2_IS_OPEN (self->v4l2capture)) in gst_v4l2_video_enc_open() 158 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_video_enc_open() 176 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_video_enc_close() 205 gst_v4l2_object_unlock (self->v4l2capture); in gst_v4l2_video_enc_stop() 219 gst_v4l2_object_stop (self->v4l2capture); in gst_v4l2_video_enc_stop() 277 if (gst_v4l2_encoder_cmd (self->v4l2capture, V4L2_ENC_CMD_STOP, 0)) { in gst_v4l2_video_enc_finish() [all …]
|
D | gstv4l2transform.c | 73 gst_v4l2_object_set_property_helper (self->v4l2capture, prop_id, value, in gst_v4l2_transform_set_property() 98 gst_v4l2_object_get_property_helper (self->v4l2capture, prop_id, value, in gst_v4l2_transform_get_property() 125 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_transform_open() 134 self->probed_srccaps = gst_v4l2_object_get_caps (self->v4l2capture, in gst_v4l2_transform_open() 159 if (GST_V4L2_IS_OPEN (self->v4l2capture)) in gst_v4l2_transform_open() 160 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_transform_open() 176 gst_v4l2_object_close (self->v4l2capture); in gst_v4l2_transform_close() 190 gst_v4l2_object_stop (self->v4l2capture); in gst_v4l2_transform_stop() 216 gst_v4l2_object_stop (self->v4l2capture); in gst_v4l2_transform_set_caps() 221 if (!gst_v4l2_object_set_format (self->v4l2capture, outcaps, &error)) in gst_v4l2_transform_set_caps() [all …]
|
D | gstv4l2videodec.h | 55 GstV4l2Object * v4l2capture; member
|
D | gstv4l2transform.h | 55 GstV4l2Object * v4l2capture; member
|
D | gstv4l2videoenc.h | 57 GstV4l2Object *v4l2capture; member
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 15404 The v4l2output and v4l2capture v4l2objects can have pool == NULL if they 19700 v4l2capture->no_initial_format and keep_aspect instead of doing it 19703 v4l2capture.
|