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

  /external/lzma/CPP/7zip/Common/
CreateCoder.h 22 bool IsSimpleCodec() const { return NumOutStreams == 1 && NumInStreams == 1; }
CreateCoder.cpp 205 if (codec.IsSimpleCodec())
225 if (codec.IsSimpleCodec())

Completed in 546 milliseconds