Searched refs:GstV4l2Error (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2-utils.h | 63 typedef struct _GstV4l2Error GstV4l2Error; typedef 89 void gst_v4l2_clear_error (GstV4l2Error *error); 90 void gst_v4l2_error (gpointer element, GstV4l2Error *error);
|
D | gstv4l2object.h | 277 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);
|
D | v4l2-utils.c | 169 gst_v4l2_clear_error (GstV4l2Error * v4l2err) in gst_v4l2_clear_error() 179 gst_v4l2_error (gpointer element, GstV4l2Error * v4l2err) in gst_v4l2_error()
|
D | gstv4l2radio.c | 356 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()
|
D | gstv4l2src.c | 378 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()
|
D | gstv4l2sink.c | 442 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2sink_change_state() 501 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2sink_set_caps()
|
D | gstv4l2videodec.c | 122 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()
|
D | gstv4l2videoenc.c | 113 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()
|
D | gstv4l2transform.c | 118 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_open() 201 GstV4l2Error error = GST_V4L2_ERROR_INIT; in gst_v4l2_transform_set_caps()
|
D | gstv4l2object.c | 899 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()
|
D | v4l2_calls.c | 519 gst_v4l2_open (GstV4l2Object * v4l2object, GstV4l2Error * error) in gst_v4l2_open()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 7533 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
|