Home
last modified time | relevance | path

Searched refs:DecoderIsAssigned (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DCreateCoder.h37 bool DecoderIsAssigned; member
40 CCodecInfoEx(): EncoderIsAssigned(false), DecoderIsAssigned(false), IsFilter(false) {} in CCodecInfoEx()
DCreateCoder.cpp120 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); in Load()
188 if ((encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned) in FindMethod_Index()
223 if (codec.Id == methodId && (encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned)) in FindMethod_Index()
398 if (codec.DecoderIsAssigned) in CreateCoder_Index()
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp301 …derClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned)); in LoadCodecs()
992 ci.DecoderIsAssigned : in GetProperty()
1022 if (ci.DecoderIsAssigned) in CreateDecoder()
1144 return Codecs[index - NUM_EXPORT_CODECS].DecoderIsAssigned; in GetCodec_DecoderIsAssigned()
1305 u.DecoderIsAssigned = (cod.CreateDecoder != NULL); in Get_CodecsInfoUser_Vector()
1322 u.DecoderIsAssigned = GetCodec_DecoderIsAssigned(j); in Get_CodecsInfoUser_Vector()
DLoadCodecs.h70 bool DecoderIsAssigned; member
296 bool DecoderIsAssigned; member