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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 103 _nframes -- the number of audio frames
149 self._nframes = chunk.chunksize // self._framesize
194 return self._nframes
220 if pos < 0 or pos > self._nframes:
291 _nframes -- the number of audio frames written to the header
318 self._nframes = 0
369 self._nframes = nframes
402 self._nframes, self._comptype, self._compname
465 if not self._nframes:
466 self._nframes = initlength / (self._nchannels * self._sampwidth
    [all...]
aifc.py 264 # _nframes -- the number of audio frames
372 return self._nframes
406 if pos < 0 or pos > self._nframes:
453 self._nframes = _read_long(chunk)
550 # _nframes -- the number of audio frames written to the header
586 self._nframes = 0
650 self._nframes = nframes
690 self._nframes, self._comptype, self._compname
730 if self._nframeswritten != self._nframes or \
744 if self._nframeswritten != self._nframes or
    [all...]
sunau.py 299 self._nframes = AUDIO_UNKNOWN_SIZE
345 self._nframes = nframes
395 if self._nframeswritten != self._nframes or \
401 if self._nframeswritten != self._nframes or \
444 if self._nframes == AUDIO_UNKNOWN_SIZE:
447 length = self._nframes * self._framesize
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 103 _nframes -- the number of audio frames
149 self._nframes = chunk.chunksize // self._framesize
194 return self._nframes
220 if pos < 0 or pos > self._nframes:
291 _nframes -- the number of audio frames written to the header
318 self._nframes = 0
369 self._nframes = nframes
402 self._nframes, self._comptype, self._compname
465 if not self._nframes:
466 self._nframes = initlength / (self._nchannels * self._sampwidth
    [all...]
aifc.py 264 # _nframes -- the number of audio frames
372 return self._nframes
406 if pos < 0 or pos > self._nframes:
453 self._nframes = _read_long(chunk)
550 # _nframes -- the number of audio frames written to the header
586 self._nframes = 0
650 self._nframes = nframes
690 self._nframes, self._comptype, self._compname
730 if self._nframeswritten != self._nframes or \
744 if self._nframeswritten != self._nframes or
    [all...]
sunau.py 299 self._nframes = AUDIO_UNKNOWN_SIZE
345 self._nframes = nframes
395 if self._nframeswritten != self._nframes or \
401 if self._nframeswritten != self._nframes or \
444 if self._nframes == AUDIO_UNKNOWN_SIZE:
447 length = self._nframes * self._framesize
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 89 const float *_in,int _nchannels,size_t _nframes,int _window_sz,
112 for(xi=0;xi<_nframes;xi++){

Completed in 586 milliseconds