Searched refs:check_params (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_median.c | 108 static void check_params(MedianContext *s, AVFilterLink *inlink) in check_params() function 142 check_params(s, inlink); in config_input() 259 check_params(s, ctx->inputs[0]); in process_command()
|
/third_party/python/Lib/test/ |
D | audiotests.py | 29 def check_params(self, f, nchannels, sampwidth, framerate, nframes, member in AudioTests 75 self.check_params(f, self.nchannels, self.sampwidth, self.framerate, 259 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | consistency_tools.py | 293 def check_params(self, params): member in XMLChecker 342 self.check_params(members) 402 self.check_params(elem.findall('param'))
|