HomeSort by relevance Sort by last modified time
    Searched refs:_soundpos (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 113 _soundpos -- the position in the audio stream
127 self._soundpos = 0
179 self._soundpos = 0
188 return self._soundpos
222 self._soundpos = pos
228 pos = self._soundpos * self._framesize
256 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)
sunau.py 166 self._soundpos = 0
266 self._soundpos = 0
270 return self._soundpos
276 self._soundpos = pos
aifc.py 277 # _soundpos -- the position in the audio stream
296 self._soundpos = 0
357 self._soundpos = 0
366 return self._soundpos
408 self._soundpos = pos
415 pos = self._soundpos * self._framesize
424 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 113 _soundpos -- the position in the audio stream
127 self._soundpos = 0
179 self._soundpos = 0
188 return self._soundpos
222 self._soundpos = pos
228 pos = self._soundpos * self._framesize
256 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)
sunau.py 166 self._soundpos = 0
266 self._soundpos = 0
270 return self._soundpos
276 self._soundpos = pos
aifc.py 277 # _soundpos -- the position in the audio stream
296 self._soundpos = 0
357 self._soundpos = 0
366 return self._soundpos
408 self._soundpos = pos
415 pos = self._soundpos * self._framesize
424 self._soundpos = self._soundpos + len(data) // (self._nchannels * self._sampwidth)
    [all...]

Completed in 31 milliseconds