Home
last modified time | relevance | path

Searched refs:GstV4l2Error (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2-utils.h63 typedef struct _GstV4l2Error GstV4l2Error; typedef
89 void gst_v4l2_clear_error (GstV4l2Error *error);
90 void gst_v4l2_error (gpointer element, GstV4l2Error *error);
Dgstv4l2object.h277 gboolean gst_v4l2_object_open (GstV4l2Object * v4l2object, GstV4l2Error * error);
292 gboolean gst_v4l2_object_set_format (GstV4l2Object * v4l2object, GstCaps * caps, GstV4l2Error
293 gboolean gst_v4l2_object_try_format (GstV4l2Object * v4l2object, GstCaps * caps, GstV4l2Error
323 gboolean gst_v4l2_open (GstV4l2Object * v4l2object, GstV4l2Error * error);
Dv4l2-utils.c169 gst_v4l2_clear_error (GstV4l2Error * v4l2err) in gst_v4l2_clear_error()
179 gst_v4l2_error (gpointer element, GstV4l2Error * v4l2err) in gst_v4l2_error()
Dgstv4l2radio.c356 gst_v4l2radio_open (GstV4l2Radio * radio, GstV4l2Error * error) in gst_v4l2radio_open()
412 gst_v4l2radio_start (GstV4l2Radio * radio, GstV4l2Error * error) in gst_v4l2radio_start()
435 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2radio_change_state()
Dgstv4l2src.c378 GstV4l2Error * error) in gst_v4l2src_set_format()
403 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2src_fixate()
700 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2src_decide_allocation()
897 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2src_change_state()
Dgstv4l2sink.c442 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2sink_change_state()
501 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2sink_set_caps()
Dgstv4l2videodec.c122 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_open()
258 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_set_format()
631 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_dec_handle_frame()
Dgstv4l2videoenc.c113 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_open()
310 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_set_format()
864 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_video_enc_decide_allocation()
Dgstv4l2transform.c118 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_open()
201 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_set_caps()
Dgstv4l2object.c899 gst_v4l2_object_open (GstV4l2Object * v4l2object, GstV4l2Error * error) in gst_v4l2_object_open()
3487 gboolean try_only, GstV4l2Error * error) in gst_v4l2_object_set_format_full()
4139 GstV4l2Error * error) in gst_v4l2_object_set_format()
4148 GstV4l2Error * error) in gst_v4l2_object_try_format()
Dv4l2_calls.c519 gst_v4l2_open (GstV4l2Object * v4l2object, GstV4l2Error * error) in gst_v4l2_open()
/third_party/gstreamer/gstplugins_good/
DChangeLog7533 v4l2: use GstV4l2Error in gst_v4l2_open()
7540 GstV4l2Error is a helper to raise error bus messages when it is
23789 v4l2object: always set the GstV4l2Error on error
31866 v4l2-util: Introduce GstV4l2Error