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

Lines Matching refs:scheme

499                     scheme = cl.G711_ULAW
502 scheme = cl.G711_ALAW
506 self._decomp = cl.OpenDecompressor(scheme)
816 scheme = cl.G711_ULAW
818 scheme = cl.G711_ALAW
821 self._comp = cl.OpenCompressor(scheme)