Searched refs:videodev (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | v4l2_calls.c | 94 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_get_capabilities() 157 n, v4l2object->videodev), in gst_v4l2_fill_lists() 159 n, v4l2object->videodev, errno, strerror (errno))); in gst_v4l2_fill_lists() 188 input.tuner, v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_fill_lists() 236 v4l2object->videodev), in gst_v4l2_fill_lists() 238 n, v4l2object->videodev, errno, strerror (errno))); in gst_v4l2_fill_lists() 309 "(%d - %s)", n, v4l2object->videodev, errno, strerror (errno)); in gst_v4l2_fill_lists() 418 v4l2object->videodev), in gst_v4l2_fill_lists() 420 n, v4l2object->videodev, errno, strerror (errno))); in gst_v4l2_fill_lists() 525 v4l2object->videodev); in gst_v4l2_open() [all …]
|
D | gstv4l2radio.c | 145 vtun.index, v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_fill_channel_list() 152 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_fill_channel_list() 159 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_fill_channel_list() 186 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_get_input() 209 input, v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_set_input() 243 radio->v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2radio_set_mute_on() 336 g_free (filter->v4l2object->videodev); in gst_v4l2radio_init() 337 filter->v4l2object->videodev = g_strdup (DEFAULT_PROP_DEVICE); in gst_v4l2radio_init() 476 g_free (radio->v4l2object->videodev); in gst_v4l2radio_set_property() 477 radio->v4l2object->videodev = in gst_v4l2radio_set_property() [all …]
|
D | gstv4l2object.c | 511 v4l2object->videodev = g_strdup (default_device); in gst_v4l2_object_new() 556 g_free (v4l2object->videodev); in gst_v4l2_object_destroy() 617 g_free (v4l2object->videodev); in gst_v4l2_object_set_property_helper() 618 v4l2object->videodev = g_value_dup_string (value); in gst_v4l2_object_set_property_helper() 729 g_value_set_string (value, v4l2object->videodev); in gst_v4l2_object_get_property_helper() 1237 "with"), v4l2object->videodev), in gst_v4l2_object_fill_format_list() 1239 n, v4l2object->videodev, errno, g_strerror (errno))); in gst_v4l2_object_fill_format_list() 3147 v4l2object->videodev), in gst_v4l2_object_setup_pool() 3155 v4l2object->videodev, mode), (NULL)); in gst_v4l2_object_setup_pool() 3162 "method."), v4l2object->videodev), (NULL)); in gst_v4l2_object_setup_pool() [all …]
|
D | gstv4l2videodec.c | 146 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_dec_open() 323 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_dec_set_format() 400 cmd, flags, v4l2object->videodev, g_strerror (errno)); in gst_v4l2_decoder_cmd() 404 cmd, flags, v4l2object->videodev, g_strerror (errno)); in gst_v4l2_decoder_cmd()
|
D | gstv4l2videoenc.c | 143 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open() 150 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open() 253 cmd, flags, v4l2object->videodev, g_strerror (errno)); in gst_v4l2_encoder_cmd() 257 cmd, flags, v4l2object->videodev, g_strerror (errno)); in gst_v4l2_encoder_cmd()
|
D | gstv4l2object.h | 132 char *videodev; member
|
D | gstv4l2src.c | 1187 if (v4l2src->v4l2object->videodev != NULL) { in gst_v4l2src_uri_get_uri() 1188 return g_strdup_printf ("v4l2://%s", v4l2src->v4l2object->videodev); in gst_v4l2src_uri_get_uri()
|
D | gstv4l2transform.c | 145 self->v4l2output->videodev), (NULL)); in gst_v4l2_transform_open() 152 self->v4l2output->videodev), (NULL)); in gst_v4l2_transform_open()
|
D | gstv4l2bufferpool.c | 946 min_buffers, obj->videodev, GST_V4L2_MIN_BUFFERS (obj)); in gst_v4l2_buffer_pool_start() 1914 toread, obj->videodev), GST_ERROR_SYSTEM); in gst_v4l2_do_read()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 87007 v4l2radio: Free videodev string before replacing it 90811 v4l2: remove unnecessary linux/videodev.h include 90901 v4l2: remove unnecessary linux/videodev.h include
|