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