Home
last modified time | relevance | path

Searched refs:media_device_path (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecdevice.c51 g_free (device->media_device_path); in gst_v4l2_codec_device_free()
58 const gchar * media_device_path, const gchar * video_device_path) in gst_v4l2_codec_device_new() argument
68 device->media_device_path = g_strdup (media_device_path); in gst_v4l2_codec_device_new()
Dgstv4l2codecdevice.h35 gchar *media_device_path; member
Dgstv4l2decoder.c150 "media-device", device->media_device_path, in gst_v4l2_decoder_new()
761 const gchar *media_device_path = NULL; in gst_v4l2_decoder_install_properties() local
765 media_device_path = device->media_device_path; in gst_v4l2_decoder_install_properties()
771 "Path to the media device node", media_device_path, in gst_v4l2_decoder_install_properties()