Searched refs:get_channel (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_channelmap.c | 108 static int get_channel(char **map, uint64_t *ch, char delim) in get_channel() function 182 if (get_channel(&mapping, &in_ch, separator) < 0) { in channelmap_init() 200 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init() 210 if (get_channel(&mapping, &in_ch, '-') < 0 || in channelmap_init() 219 if (get_channel(&mapping, &in_ch, '-') < 0 || in channelmap_init() 220 get_channel(&mapping, &out_ch, separator) < 0 || in channelmap_init()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | tuner.c | 148 iface->get_channel = NULL; in gst_tuner_default_init() 223 if (iface->get_channel) { in gst_tuner_get_channel() 224 return iface->get_channel (tuner); in gst_tuner_get_channel()
|
D | tuner.h | 71 (* get_channel) (GstTuner *tuner); member
|
D | gstv4l2tuner.h | 187 iface->get_channel = interface_as_function ## _tuner_get_channel; \
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 471 def get_channel(self, name): member in Format
|