Home
last modified time | relevance | path

Searched refs:GST_IS_TUNER_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dtuner.c328 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_set_frequency()
356 g_return_val_if_fail (GST_IS_TUNER_CHANNEL (channel), 0); in gst_tuner_get_frequency()
391 g_return_val_if_fail (GST_IS_TUNER_CHANNEL (channel), 0); in gst_tuner_signal_strength()
469 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_channel_changed()
509 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_frequency_changed()
533 g_return_if_fail (GST_IS_TUNER_CHANNEL (channel)); in gst_tuner_signal_changed()
Dtunerchannel.h37 #define GST_IS_TUNER_CHANNEL(obj) \ macro