Searched refs:DecoderIsAssigned (Results 1 – 4 of 4) sorted by relevance
21 bool DecoderIsAssigned; member24 CCodecInfoEx(): EncoderIsAssigned(false), DecoderIsAssigned(false) {} in CCodecInfoEx()
86 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); in LoadCodecs()287 if (codec.DecoderIsAssigned) in CreateCoder()
221 …derClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned)); in LoadCodecs()722 ci.DecoderIsAssigned : in GetProperty()741 if (ci.DecoderIsAssigned) in CreateDecoder()
22 bool DecoderIsAssigned; member