Searched defs:sampwidth (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 17 sampwidth = 1 variable in SunauPCM8Test 34 sampwidth = 2 variable in SunauPCM16Test 53 sampwidth = 4 variable in SunauPCM32Test 78 sampwidth = 2 variable in SunauULAWTest
|
D | test_wave.py | 20 sampwidth = 1 variable in WavePCM8Test 37 sampwidth = 2 variable in WavePCM16Test 64 sampwidth = 3 variable in WavePCM24Test 91 sampwidth = 4 variable in WavePCM32Test
|
D | test_aifc.py | 23 sampwidth = 1 variable in AifcPCM8Test 40 sampwidth = 2 variable in AifcPCM16Test 59 sampwidth = 3 variable in AifcPCM24Test 84 sampwidth = 4 variable in AifcPCM32Test 109 sampwidth = 2 variable in AifcULAWTest
|
D | audiotests.py | 51 def check_params(self, f, nchannels, sampwidth, framerate, nframes, argument
|
/external/python/cpython2/Lib/plat-mac/ |
D | Audio_mac.py | 38 def setsampwidth(self, sampwidth): argument
|
/external/python/cpython2/Lib/ |
D | wave.py | 347 def setsampwidth(self, sampwidth): argument
|
D | sunau.py | 327 def setsampwidth(self, sampwidth): argument
|
D | aifc.py | 625 def setsampwidth(self, sampwidth): argument
|