Home
last modified time | relevance | path

Searched defs:coderProps (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.cpp65 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
79 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
H A DXzEncoder.cpp187 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
202 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
H A DLzmaEncoder.cpp168 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
193 const PROPVARIANT *coderProps, UInt32 numProps)) in Z7_COM7F_IMF()
H A DPpmdEncoder.cpp55 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in Z7_COM7F_IMF()
H A DPpmdZip.cpp196 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in Z7_COM7F_IMF()
H A DBZip2Encoder.cpp865 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in Z7_COM7F_IMF()
H A DDeflateEncoder.cpp216 HRESULT CCoder::BaseSetEncoderProperties2(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in BaseSetEncoderProperties2()
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp335 CCoderProps coderProps(Props.Size() + (dataSizeReduce ? 1 : 0) + (affinity ? 1 : 0) ); in SetCoderProps_DSReduce_Aff() local