HomeSort by relevance Sort by last modified time
    Searched refs:setparams (Results 1 - 25 of 35) sorted by null

1 2

  /external/python/cpython2/Lib/test/
test_aifc.py 144 fout.setparams((1, 1, 1, 1, 'NONE', ''))
245 self.assertRaises(aifc.Error, fout.setparams, wrong_params)
260 self.assertRaises(aifc.Error, fout.setparams, (1, 1, 1, 1, 1, 1))
292 fout.setparams(p)
329 fout.setparams((1, sampwidth, 1, 1, 'ULAW', ''))
  /external/python/cpython3/Lib/test/
test_aifc.py 171 f.setparams((1, 1, 1, 1, b'NONE', b''))
205 fout.setparams((1, 1, 1, 1, b'NONE', b''))
306 self.assertRaises(aifc.Error, fout.setparams, wrong_params)
321 self.assertRaises(aifc.Error, fout.setparams, (1, 1, 1, 1, 1, 1))
353 fout.setparams(p)
389 fout.setparams((1, sampwidth, 1, 1, b'ULAW', b''))
  /external/python/cpython2/Lib/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
sunau.py 85 setparams(tuple)-- set all parameters at once
376 def setparams(self, params): member in class:Au_write
aifc.py 105 setparams(tuple)
341 self._decomp.SetParams(params)
543 # set through the setcomptype() or setparams() method
545 # set through the setcomptype() or setparams() method
547 # set through the setnchannels() or setparams() method
549 # set through the setsampwidth() or setparams() method
551 # set through the setframerate() or setparams() method
553 # set through the setnframes() or setparams() method
676 def setparams(self, info): member in class:Aifc_write
835 self._comp.SetParams(params
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
sunau.py 85 setparams(tuple)-- set all parameters at once
367 def setparams(self, params): member in class:Au_write
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /prebuilts/gdb/linux-x86/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
sunau.py 85 setparams(tuple)-- set all parameters at once
367 def setparams(self, params): member in class:Au_write
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
sunau.py 85 setparams(tuple)-- set all parameters at once
367 def setparams(self, params): member in class:Au_write
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
audiodev.py 62 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
79 al.setparams(AL.DEFAULT_DEVICE, self.oldparams)
123 al.setparams(AL.DEFAULT_DEVICE, self.params)
sunau.py 85 setparams(tuple)-- set all parameters at once
367 def setparams(self, params): member in class:Au_write
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 62 fout.setparams(f.getparams())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 63 fout.setparams(f.getparams())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 63 fout.setparams(f.getparams())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 63 fout.setparams(f.getparams())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 63 fout.setparams(f.getparams())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
wave.py 52 setparams(tuple)
282 set through the setcomptype() or setparams() method
284 set through the setcomptype() or setparams() method
286 set through the setnchannels() or setparams() method
288 set through the setsampwidth() or setparams() method
290 set through the setframerate() or setparams() method
292 set through the setnframes() or setparams() method
388 def setparams(self, params): member in class:Wave_write
aifc.py 105 setparams(tuple)
329 self._decomp.SetParams(params)
529 # set through the setcomptype() or setparams() method
531 # set through the setcomptype() or setparams() method
533 # set through the setnchannels() or setparams() method
535 # set through the setsampwidth() or setparams() method
537 # set through the setframerate() or setparams() method
539 # set through the setnframes() or setparams() method
662 def setparams(self, info): member in class:Aifc_write
815 self._comp.SetParams(params)
    [all...]
  /external/python/cpython3/Lib/
wave.py 52 setparams(tuple)
273 set through the setcomptype() or setparams() method
275 set through the setcomptype() or setparams() method
277 set through the setnchannels() or setparams() method
279 set through the setsampwidth() or setparams() method
281 set through the setframerate() or setparams() method
283 set through the setnframes() or setparams() method
385 def setparams(self, params): member in class:Wave_write

Completed in 2130 milliseconds

1 2