Searched refs:getsampwidth (Results 1 - 15 of 15) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_wave.py36 self.assertEqual(sampwidth, self.f.getsampwidth())
H A Dtest_aifc.py36 self.assertEqual(f.getsampwidth(), 2)
77 fout.setsampwidth(f.getsampwidth())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_wave.py36 self.assertEqual(sampwidth, self.f.getsampwidth())
H A Dtest_aifc.py36 self.assertEqual(f.getsampwidth(), 2)
77 fout.setsampwidth(f.getsampwidth())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsunau.py48 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(), \
H A Daudiodev.py249 p.setsampwidth(af.getsampwidth())
251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels()
H A Dwave.py15 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
H A Dsndhdr.py74 a.getnframes(), 8*a.getsampwidth())
H A Daifc.py66 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
959 print "sampwidth =", f.getsampwidth()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsunau.py48 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(), \
H A Daudiodev.py249 p.setsampwidth(af.getsampwidth())
251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels()
H A Dwave.py15 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
H A Dsndhdr.py74 a.getnframes(), 8*a.getsampwidth())
H A Daifc.py66 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
959 print "sampwidth =", f.getsampwidth()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DAudio_mac.py113 p.setsampwidth(af.getsampwidth())

Completed in 190 milliseconds