Searched defs:sampwidth (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_sunau.py | 21 sampwidth = 1 variable in SunauPCM8Test |
| D | test_wave.py | 19 sampwidth = 1 variable in WavePCM8Test |
| D | test_aifc.py | 27 sampwidth = 1 variable in AifcPCM8Test |
| D | audiotests.py | 29 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument |
| /third_party/python/Lib/ | ||
| D | sunau.py | 359 def setsampwidth(self, sampwidth): argument |
| D | wave.py | 470 def setsampwidth(self, sampwidth): argument |
| D | aifc.py | 646 def setsampwidth(self, sampwidth): argument |