Home
last modified time | relevance | path

Searched defs:get_channel (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dtuner.h71 (* get_channel) (GstTuner *tuner); member
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py471 def get_channel(self, name): member in Format
/third_party/ffmpeg/libavfilter/
Daf_channelmap.c108 static int get_channel(char **map, uint64_t *ch, char delim) in get_channel() function
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py130 def get_channel(self, target: str, options: Sequence[Tuple[str, str]], member in ChannelCache
/third_party/grpc/test/cpp/qps/
Dclient.h539 Channel* get_channel() { return channel_.get(); } in get_channel() function