Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dtuner.c147 iface->set_channel = NULL; in gst_tuner_default_init()
201 if (iface->set_channel) { in gst_tuner_set_channel()
202 iface->set_channel (tuner, channel); in gst_tuner_set_channel()
Dtuner.h68 void (* set_channel) (GstTuner *tuner, member
Dgstv4l2tuner.h186 iface->set_channel = interface_as_function ## _tuner_set_channel; \