• Home
  • Raw
  • Download

Lines Matching refs:videodev

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()
531 if (!v4l2object->videodev) in gst_v4l2_open()
532 v4l2object->videodev = g_strdup ("/dev/video"); in gst_v4l2_open()
535 if (stat (v4l2object->videodev, &st) == -1) in gst_v4l2_open()
543 open (v4l2object->videodev, O_RDWR /* | O_NONBLOCK */ ); in gst_v4l2_open()
590 v4l2object->vcap.card, v4l2object->videodev); in gst_v4l2_open()
609 (_("Cannot identify device '%s'."), v4l2object->videodev), in gst_v4l2_open()
616 (_("This isn't a device '%s'."), v4l2object->videodev), in gst_v4l2_open()
624 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_open()
630 (_("Device '%s' is not a capture device."), v4l2object->videodev), in gst_v4l2_open()
637 (_("Device '%s' is not a output device."), v4l2object->videodev), in gst_v4l2_open()
644 (_("Device '%s' is not a M2M device."), v4l2object->videodev), in gst_v4l2_open()
666 other->videodev); in gst_v4l2_dup()
681 g_free (v4l2object->videodev); in gst_v4l2_dup()
682 v4l2object->videodev = g_strdup (other->videodev); in gst_v4l2_dup()
686 v4l2object->vcap.card, v4l2object->videodev); in gst_v4l2_dup()
697 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_dup()
713 v4l2object->videodev); in gst_v4l2_close()
751 v4l2object->videodev); in gst_v4l2_get_norm()
781 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_set_norm()
819 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_get_frequency()
861 v4l2object->videodev, frequency), GST_ERROR_SYSTEM); in gst_v4l2_set_frequency()
895 v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_signal_strength()
931 attribute_num, v4l2object->videodev); in gst_v4l2_get_attribute()
966 value, attribute_num, v4l2object->videodev); in gst_v4l2_set_attribute()
991 attribute_num, v4l2object->videodev); in gst_v4l2_set_string_attribute()
998 attribute_num, v4l2object->videodev); in gst_v4l2_set_string_attribute()
1026 value, attribute_num, v4l2object->videodev); in gst_v4l2_set_string_attribute()
1114 …urrent input on device '%s'. May be it is a radio device"), v4l2object->videodev), GST_ERROR_SYSTE… in gst_v4l2_get_input()
1140 input, v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_set_input()
1186 …rrent output on device '%s'. May be it is a radio device"), v4l2object->videodev), GST_ERROR_SYSTE… in gst_v4l2_get_output()
1212 output, v4l2object->videodev), GST_ERROR_SYSTEM); in gst_v4l2_set_output()