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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 283 # _decomp -- the decompressor from builtin module cl
293 self._decomp = None
330 if self._aifc and self._decomp:
341 self._decomp.SetParams(params)
360 if self._decomp:
361 self._decomp.CloseDecompressor()
362 self._decomp = None
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
435 return self._decomp.Decompress(len(data) // self._nchannels,
506 self._decomp = cl.OpenDecompressor(scheme
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 283 # _decomp -- the decompressor from builtin module cl
293 self._decomp = None
330 if self._aifc and self._decomp:
341 self._decomp.SetParams(params)
360 if self._decomp:
361 self._decomp.CloseDecompressor()
362 self._decomp = None
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
435 return self._decomp.Decompress(len(data) // self._nchannels,
506 self._decomp = cl.OpenDecompressor(scheme
    [all...]

Completed in 355 milliseconds