Searched refs:setparams (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/test/ |
D | test_aifc.py | 173 f.setparams((1, 1, 1, 1, b'NONE', b'')) 208 fout.setparams((1, 1, 1, 1, b'NONE', b'')) 343 self.assertRaises(aifc.Error, fout.setparams, wrong_params) 358 self.assertRaises(aifc.Error, fout.setparams, (1, 1, 1, 1, 1, 1)) 390 fout.setparams(p) 426 fout.setparams((1, sampwidth, 1, 1, b'ULAW', b''))
|
D | audiotests.py | 303 fout.setparams(f.getparams())
|
/third_party/python/Doc/library/ |
D | wave.rst | 153 :meth:`~Wave_write.setnframes` or :meth:`~Wave_write.setparams` with the number 207 .. method:: Wave_write.setparams(tuple)
|
D | aifc.rst | 197 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname) 201 :meth:`getparams` call as argument to :meth:`setparams`.
|
D | sunau.rst | 232 .. method:: AU_write.setparams(tuple)
|
/third_party/alsa-lib/test/ |
D | latency.c | 170 int setparams(snd_pcm_t *phandle, snd_pcm_t *chandle, int *bufsize) in setparams() function 619 if (setparams(phandle, chandle, &latency) < 0) in main()
|
/third_party/python/Lib/ |
D | aifc.py | 678 def setparams(self, params): member in Aifc_write 941 g.setparams(f.getparams())
|
D | wave.py | 395 def setparams(self, params): member in Wave_write
|
D | sunau.py | 403 def setparams(self, params): member in Au_write
|
/third_party/ffmpeg/libavfilter/ |
D | vf_setparams.c | 119 AVFILTER_DEFINE_CLASS(setparams);
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 321 static int setparams(struct loopback *loop, snd_pcm_uframes_t bufsize) in setparams() function 1541 if ((err = setparams(loop, loop->latency/2)) < 0) in pcmjob_start()
|
/third_party/ffmpeg/ |
D | Changelog | 426 - setparams filter
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 18086 @anchor{setparams} 18087 @section setparams 18091 The @code{setparams} filter marks interlace and color range for the
|