/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 7 sampwidth = 2 variable 27 self.f.setsampwidth(sampwidth) 30 output = '\0' * nframes * nchannels * sampwidth 36 self.assertEqual(sampwidth, self.f.getsampwidth())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 7 sampwidth = 2 variable 27 self.f.setsampwidth(sampwidth) 30 output = '\0' * nframes * nchannels * sampwidth 36 self.assertEqual(sampwidth, self.f.getsampwidth())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
wave.py | 266 sampwidth = struct.unpack('<H', chunk.read(2))[0] 267 self._sampwidth = (sampwidth + 7) // 8 342 def setsampwidth(self, sampwidth): 345 if sampwidth < 1 or sampwidth > 4: 347 self._sampwidth = sampwidth 389 nchannels, sampwidth, framerate, nframes, comptype, compname = params 393 self.setsampwidth(sampwidth)
|
audiodev.py | 148 ## if 0: access outrate, sampwidth, nchannels, inited_outrate, inited_width, \ 153 self.sampwidth = 0 170 self.sampwidth = width 186 if self.sampwidth == 0: 191 info.o_precision = 8 * self.sampwidth
|
sunau.py | 318 def setsampwidth(self, sampwidth): 321 if sampwidth not in (1, 2, 4): 323 self._sampwidth = sampwidth 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params 370 self.setsampwidth(sampwidth)
|
aifc.py | 623 def setsampwidth(self, sampwidth): 626 if sampwidth < 1 or sampwidth > 4: 628 self._sampwidth = sampwidth 675 nchannels, sampwidth, framerate, nframes, comptype, compname = info 681 self.setsampwidth(sampwidth) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
wave.py | 266 sampwidth = struct.unpack('<H', chunk.read(2))[0] 267 self._sampwidth = (sampwidth + 7) // 8 342 def setsampwidth(self, sampwidth): 345 if sampwidth < 1 or sampwidth > 4: 347 self._sampwidth = sampwidth 389 nchannels, sampwidth, framerate, nframes, comptype, compname = params 393 self.setsampwidth(sampwidth)
|
audiodev.py | 148 ## if 0: access outrate, sampwidth, nchannels, inited_outrate, inited_width, \ 153 self.sampwidth = 0 170 self.sampwidth = width 186 if self.sampwidth == 0: 191 info.o_precision = 8 * self.sampwidth
|
sunau.py | 318 def setsampwidth(self, sampwidth): 321 if sampwidth not in (1, 2, 4): 323 self._sampwidth = sampwidth 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params 370 self.setsampwidth(sampwidth)
|
aifc.py | 623 def setsampwidth(self, sampwidth): 626 if sampwidth < 1 or sampwidth > 4: 628 self._sampwidth = sampwidth 675 nchannels, sampwidth, framerate, nframes, comptype, compname = info 681 self.setsampwidth(sampwidth) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
Audio_mac.py | 38 def setsampwidth(self, sampwidth): 39 self._sampwidth = sampwidth
|
/external/esd/include/ |
audiofile.h | 479 int *sampwidth); 481 int *sampwidth);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
audiofile.h | 479 int *sampwidth); 481 int *sampwidth);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
audiofile.h | 479 int *sampwidth); 481 int *sampwidth);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
audiofile.h | 479 int *sampwidth); 481 int *sampwidth);
|