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

  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 125 case NMethodPropID::kID:
131 case NMethodPropID::kName:
135 case NMethodPropID::kDecoder:
139 case NMethodPropID::kEncoder:
143 case NMethodPropID::kInStreams:
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 57 RINOK(codecsInfo->GetProperty(i, NMethodPropID::kID, &prop));
69 RINOK(codecsInfo->GetProperty(i, NMethodPropID::kName, &prop));
75 RINOK(ReadNumberOfStreams(codecsInfo, i, NMethodPropID::kInStreams, info.NumInStreams));
76 RINOK(ReadNumberOfStreams(codecsInfo, i, NMethodPropID::kOutStreams, info.NumOutStreams));
77 RINOK(ReadIsAssignedProp(codecsInfo, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned));
78 RINOK(ReadIsAssignedProp(codecsInfo, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned));
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 131 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderIsAssigned));
132 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned));
548 if (propID == NMethodPropID::kDecoderIsAssigned)
555 if (propID == NMethodPropID::kEncoderIsAssigned)
607 RINOK(lib.GetMethodProperty(codec.CodecIndex, NMethodPropID::kName, &prop));
642 if (GetProperty(index, NMethodPropID::kEncoder, &prop) == S_OK)
664 RINOK(GetProperty(index, NMethodPropID::kID, &prop));
675 if (GetProperty(index, NMethodPropID::kName, &prop) == S_OK)
  /external/lzma/CPP/7zip/
ICoder.h 170 namespace NMethodPropID

Completed in 555 milliseconds