Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp120 … RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)) in Load()
190 if ((encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned) in FindMethod_Index()
226 if (codec.Id == methodId && (encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned)) in FindMethod_Index()
401 if (codec.DecoderIsAssigned) in CreateCoder_Index()
H A DCreateCoder.h37 bool DecoderIsAssigned; member
40 CCodecInfoEx(): EncoderIsAssigned(false), DecoderIsAssigned(false), IsFilter(false) {} in CCodecInfoEx()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp299 …oderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned)) in LoadCodecs()
998 ci.DecoderIsAssigned : in Z7_COM7F_IMF()
1028 if (ci.DecoderIsAssigned) in Z7_COM7F_IMF()
1150 return Codecs[index - NUM_EXPORT_CODECS].DecoderIsAssigned; in GetCodec_DecoderIsAssigned()
1311 u.DecoderIsAssigned = (cod.CreateDecoder != NULL); in Get_CodecsInfoUser_Vector()
1328 u.DecoderIsAssigned = GetCodec_DecoderIsAssigned(j); in Get_CodecsInfoUser_Vector()
H A DLoadCodecs.h70 bool DecoderIsAssigned; member
286 bool DecoderIsAssigned; member