Searched refs:compname (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_sunau.py | 25 compname = 'not compressed' variable in SunauPCM8Test 42 compname = 'not compressed' variable in SunauPCM16Test 61 compname = 'not compressed' variable in SunauPCM24Test 86 compname = 'not compressed' variable in SunauPCM32Test 111 compname = 'CCITT G.711 u-law' variable in SunauULAWTest
|
H A D | test_wave.py | 23 compname = 'not compressed' variable in WavePCM8Test 40 compname = 'not compressed' variable in WavePCM16Test 61 compname = 'not compressed' variable in WavePCM24Test 88 compname = 'not compressed' variable in WavePCM32Test
|
H A D | audiotests.py | 30 comptype, compname): 36 self.assertEqual(f.getcompname(), compname) 40 (nchannels, sampwidth, framerate, nframes, comptype, compname)) 46 self.assertEqual(params.compname, compname) 60 f.setcomptype(self.comptype, self.compname) 76 self.nframes, self.comptype, self.compname) 96 f.setcomptype(self.comptype, self.compname) 116 f.setcomptype(self.comptype, self.compname) 260 self.sndfilenframes, self.comptype, self.compname) [all...] |
H A D | test_aifc.py | 31 compname = b'not compressed' variable in AifcPCM8Test 48 compname = b'not compressed' variable in AifcPCM16Test 67 compname = b'not compressed' variable in AifcPCM24Test 92 compname = b'not compressed' variable in AifcPCM32Test 117 compname = b'' variable in AifcULAWTest 138 compname = b'' variable in AifcALAWTest 187 self.assertEqual(params.compname, f.getcompname())
|
/third_party/python/Lib/ |
H A D | wave.py | 90 'nchannels sampwidth framerate nframes comptype compname') 502 def setcomptype(self, comptype, compname): 508 self._compname = compname 517 nchannels, sampwidth, framerate, nframes, comptype, compname = params 524 self.setcomptype(comptype, compname)
|
H A D | aifc.py | 264 'nchannels sampwidth framerate nframes comptype compname') 271 _aifc_params.compname.__doc__ = ("""\ 678 def setcomptype(self, comptype, compname): 685 self._compname = compname 699 nchannels, sampwidth, framerate, nframes, comptype, compname = params 709 self.setcomptype(comptype, compname) 973 print("compname =", f.getcompname())
|
H A D | sunau.py | 113 'nchannels sampwidth framerate nframes comptype compname') 409 nchannels, sampwidth, framerate, nframes, comptype, compname = params 414 self.setcomptype(comptype, compname)
|
Completed in 5 milliseconds