Searched refs:codecsInfo (Results 1 – 1 of 1) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 55 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams() argument 58 RINOK(codecsInfo->GetProperty(index, propID, &prop)) in ReadNumberOfStreams() 68 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp() argument 71 RINOK(codecsInfo->GetProperty(index, propID, &prop)) in ReadIsAssignedProp()
|