/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 39 STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code() 84 STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) in SetOutStream() 91 STDMETHODIMP CFilterCoder::ReleaseOutStream() in ReleaseOutStream() 98 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() 132 STDMETHODIMP CFilterCoder::Flush() in Flush() 163 STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) in SetInStream() 169 STDMETHODIMP CFilterCoder::ReleaseInStream() in ReleaseInStream() 175 STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 220 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() 225 STDMETHODIMP CFilterCoder::SetKey(const Byte *data, UInt32 size) in SetKey() [all …]
|
D | LimitedStreams.cpp | 8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 52 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 81 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 118 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 138 STDMETHODIMP CExtentsStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 180 STDMETHODIMP CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 198 STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32 size, UInt32 *processedSiz… in Write() 225 STDMETHODIMP CTailInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 235 STDMETHODIMP CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() [all …]
|
D | FileStreams.cpp | 53 STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 172 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 183 STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 219 STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 268 STDMETHODIMP CInFileStream::GetSize(UInt64 *size) in GetSize() 275 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTim… in GetProps() 290 STDMETHODIMP CInFileStream::GetProps2(CStreamFileProps *props) in GetProps2() 319 STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() 345 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 369 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize) in SetSize() [all …]
|
D | StreamObjects.cpp | 11 STDMETHODIMP CBufInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 29 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 110 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() 126 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() 138 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedS… in Write() 193 STDMETHODIMP CCachedInStream::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 235 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
|
D | OffsetStream.cpp | 16 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write() 21 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek() 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 54 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) in SetTotal() 61 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *completeValue) in SetCompleted() 68 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo() 95 STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, in GetUpdateItemInfo() 113 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp() 128 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentTy… in GetParent() 135 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() 143 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() 150 STDMETHODIMP CArchiveUpdateCallback::GetRootRawProp(PROPID in GetRootRawProp() 188 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp() [all …]
|
D | ArchiveOpenCallback.cpp | 16 STDMETHODIMP COpenCallbackImp::SetTotal(const UInt64 *files, const UInt64 *bytes) in SetTotal() 27 STDMETHODIMP COpenCallbackImp::SetCompleted(const UInt64 *files, const UInt64 *bytes) in SetCompleted() 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty() 76 STDMETHODIMP COpenCallbackImp::GetStream(const wchar_t *name, IInStream **inStream) in GetStream() 110 STDMETHODIMP COpenCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.h | 48 STDMETHODIMP Receive (IN IMediaSample *); 79 STDMETHODIMP SetMatchingMediaType(const VideoCaptureCapability& capability); 85 STDMETHODIMP Pause (); 86 STDMETHODIMP Stop (); 87 STDMETHODIMP GetClassID ( OUT CLSID * pCLSID);
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 147 STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, const UInt64 * /* bytes */) in SetTotal() 152 STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files */, const UInt64 * /* bytes… in SetCompleted() 157 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword() 243 STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) in SetTotal() 248 STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* completeValue */) in SetCompleted() 253 STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, in GetStream() 366 STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractMode) in PrepareOperation() 383 STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operationResult) in SetOperationResult() 450 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword() 536 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) in SetTotal() [all …]
|
/external/lzma/CPP/7zip/Compress/ |
D | PpmdDecoder.cpp | 36 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() 99 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code() 131 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 143 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) in SetInStream() 150 STDMETHODIMP CDecoder::ReleaseInStream() in ReleaseInStream() 156 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
|
D | Lzma2Decoder.cpp | 44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() 58 STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *value = _inSizeProcessed; return … in GetInStreamProcessedSize() 59 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_… in SetInStream() 60 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; } in ReleaseInStream() 62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 75 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, in Code() 146 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
|
D | DeltaFilter.cpp | 47 STDMETHODIMP CDeltaEncoder::Init() in Init() 59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UIn… in SetCoderProperties() 86 STDMETHODIMP CDeltaEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 92 STDMETHODIMP CDeltaDecoder::Init() in Init() 104 STDMETHODIMP CDeltaDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2()
|
D | LzmaDecoder.cpp | 48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() 49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() 64 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() 81 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() 173 STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code() 184 STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_… in SetInStream() 185 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; } in ReleaseInStream() 187 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize) in Read()
|
D | Lzma2Encoder.cpp | 58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() 71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 77 STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, in Code()
|
/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 417 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \ 419 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp(kProps) 422 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \ 424 STDMETHODIMP CHandler::GetPropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kProps) 428 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 430 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp(kArcProps) 433 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 435 STDMETHODIMP CHandler::GetArchivePropertyInfo IMP_IInArchive_GetProp_WITH_NAME(kArcProps) 438 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \ 440 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \ [all …]
|
D | SplitHandler.cpp | 54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 256 STDMETHODIMP CHandler::Open(IInStream *stream, const UInt64 *, IArchiveOpenCallback *callback) in Open() 266 STDMETHODIMP CHandler::Close() in Close() 275 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() 296 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract() 337 STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **stream) in GetStream()
|
D | LzmaHandler.cpp | 235 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 258 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 281 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty() 348 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) in Open() 373 STDMETHODIMP CHandler::OpenSeq(ISequentialInStream *stream) in OpenSeq() 381 STDMETHODIMP CHandler::Close() in Close() 415 STDMETHODIMP CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize… in SetRatioInfo() 426 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems, in Extract()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 58 STDMETHODIMP CExtractCallbackImp::SetNumFiles(UInt64 in SetNumFiles() 72 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 total) in SetTotal() 78 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *value) in SetCompleted() 128 STDMETHODIMP CExtractCallbackImp::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo() 150 STDMETHODIMP CExtractCallbackImp::AskOverwrite( in AskOverwrite() 182 STDMETHODIMP CExtractCallbackImp::PrepareOperation(const wchar_t *name, bool isFolder, Int32 /* ask… in PrepareOperation() 188 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() 203 STDMETHODIMP CExtractCallbackImp::ShowMessage(const wchar_t *s) in ShowMessage() 211 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, bool encrypted) in SetOperationResult() 516 STDMETHODIMP CExtractCallbackImp::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 69 STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) in SetTotal() 76 STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) in SetCompleted() 83 STDMETHODIMP CExtractCallbackConsole::AskOverwrite( in AskOverwrite() 107 STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *name, bool /* isFolder */, In… in PrepareOperation() 123 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() 131 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operationResult, bool encrypted) in SetOperationResult() 193 STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) in CryptoGetTextPassword()
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 23 STDMETHODIMP CAesCbcCoder::Init() in Init() 42 STDMETHODIMP CAesCbcCoder::SetKey(const Byte *data, UInt32 size) in SetKey() 54 STDMETHODIMP CAesCbcCoder::SetInitVector(const Byte *data, UInt32 size) in SetInitVector() 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps,… in SetCoderProperties()
|
D | 7zAes.cpp | 129 STDMETHODIMP CEncoder::ResetInitVector() in ResetInitVector() 136 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() 176 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() 209 STDMETHODIMP CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() 215 STDMETHODIMP CBaseCoder::Init() in Init()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | InStreamWithCRC.cpp | 7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 22 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 39 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 46 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) in GetNumberOfItems() 56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() 62 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, in GetPropertyInfo() 173 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty() 290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() 296 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo() 303 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) in GetParent() 315 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp() 542 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty() 651 STDMETHODIMP CHandler::Open(IInStream *stream, in Open() [all …]
|
D | 7zSpecStream.cpp | 7 STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size, UInt32 *processedSize) in Read() 17 STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize(UInt64 subStream, UInt64 *value) in GetSubStreamSize()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 61 STDMETHODIMP CExtractCallbackImp::SetTotal(UInt64 size) in SetTotal() 69 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *completeValue) in SetCompleted() 90 STDMETHODIMP CExtractCallbackImp::GetStream(UInt32 index, in GetStream() 202 STDMETHODIMP CExtractCallbackImp::PrepareOperation(Int32 askExtractMode) in PrepareOperation() 208 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 resultEOperationResult) in SetOperationResult()
|