Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_comp

558     # _comp -- the compressor from builtin module cl
581 self._comp = None
748 if self._comp:
749 self._comp.CloseCompressor()
750 self._comp = None
764 dummy = self._comp.SetParam(cl.FRAME_BUFFER_SIZE, len(data))
765 dummy = self._comp.SetParam(cl.COMPRESSED_BUFFER_SIZE, len(data))
766 return self._comp.Compress(self._nframes, data)
821 self._comp = cl.OpenCompressor(scheme)
833 self._comp.SetParams(params)
835 dummy = self._comp.Compress(0, '')