Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2tuner.c113 if (v4l2object->get_in_out_func (v4l2object, &channel)) { in gst_v4l2_tuner_get_channel()
242 if (v4l2object->get_in_out_func (v4l2object, &chan)) { in gst_v4l2_tuner_set_frequency()
271 if (v4l2object->get_in_out_func (v4l2object, &chan)) { in gst_v4l2_tuner_get_frequency()
296 if (v4l2object->get_in_out_func (v4l2object, &chan)) { in gst_v4l2_tuner_signal_strength()
Dgstv4l2object.h201 GstV4l2GetInOutFunction get_in_out_func; member
256 GstV4l2GetInOutFunction get_in_out_func,
Dgstv4l2object.c489 GstV4l2GetInOutFunction get_in_out_func, in gst_v4l2_object_new() argument
505 v4l2object->get_in_out_func = get_in_out_func; in gst_v4l2_object_new()