/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 36 self.assertEqual(sampwidth, self.f.getsampwidth())
|
test_aifc.py | 36 self.assertEqual(f.getsampwidth(), 2) 77 fout.setsampwidth(f.getsampwidth())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 36 self.assertEqual(sampwidth, self.f.getsampwidth())
|
test_aifc.py | 36 self.assertEqual(f.getsampwidth(), 2) 77 fout.setsampwidth(f.getsampwidth())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sunau.py | 48 getsampwidth() -- returns sample width in bytes 213 def getsampwidth(self): member in class:Au_read 243 return self.getnchannels(), self.getsampwidth(), \ 325 def getsampwidth(self): member in class:Au_write 376 return self.getnchannels(), self.getsampwidth(), \
|
wave.py | 15 getsampwidth() -- returns sample width in bytes 106 available through the getsampwidth() method 196 def getsampwidth(self): member in class:Wave_read 209 return self.getnchannels(), self.getsampwidth(), \ 349 def getsampwidth(self): member in class:Wave_write
|
sndhdr.py | 74 a.getnframes(), 8*a.getsampwidth())
|
audiodev.py | 249 p.setsampwidth(af.getsampwidth()) 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels()
|
aifc.py | 66 getsampwidth() -- returns sample width in bytes 267 # available through the getsampwidth() method 374 def getsampwidth(self): member in class:Aifc_read 390 return self.getnchannels(), self.getsampwidth(), \ 630 def getsampwidth(self): member in class:Aifc_write [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sunau.py | 48 getsampwidth() -- returns sample width in bytes 213 def getsampwidth(self): member in class:Au_read 243 return self.getnchannels(), self.getsampwidth(), \ 325 def getsampwidth(self): member in class:Au_write 376 return self.getnchannels(), self.getsampwidth(), \
|
wave.py | 15 getsampwidth() -- returns sample width in bytes 106 available through the getsampwidth() method 196 def getsampwidth(self): member in class:Wave_read 209 return self.getnchannels(), self.getsampwidth(), \ 349 def getsampwidth(self): member in class:Wave_write
|
sndhdr.py | 74 a.getnframes(), 8*a.getsampwidth())
|
audiodev.py | 249 p.setsampwidth(af.getsampwidth()) 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels()
|
aifc.py | 66 getsampwidth() -- returns sample width in bytes 267 # available through the getsampwidth() method 374 def getsampwidth(self): member in class:Aifc_read 390 return self.getnchannels(), self.getsampwidth(), \ 630 def getsampwidth(self): member in class:Aifc_write [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
Audio_mac.py | 113 p.setsampwidth(af.getsampwidth())
|