Searched refs:CreateCoder (Results 1 - 15 of 15) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DCreateCoder.h0 // CreateCoder.h
72 HRESULT CreateCoder(
80 HRESULT CreateCoder(
87 HRESULT CreateCoder(
H A DCreateCoder.cpp0 // CreateCoder.cpp
8 #include "CreateCoder.h"
154 HRESULT CreateCoder( function
254 HRESULT CreateCoder( function
262 return CreateCoder(
268 HRESULT CreateCoder( function
275 return CreateCoder(
289 return CreateCoder(
/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp50 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject);
59 return CreateCoder(clsid, iid, outObject);
H A DLzmaHandler.cpp12 #include "../Common/CreateCoder.h"
106 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS k_BCJ, coder, false));
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A Dmakefile28 $O\CreateCoder.obj \
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
H A Dmakefile23 $O\CreateCoder.obj \
/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp101 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile53 $O\CreateCoder.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile25 $O\CreateCoder.obj \
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h230 HRESULT CreateCoder(const UString &name, bool encode, CMyComPtr<ICompressCoder> &coder) const;
H A DBench.cpp698 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS kLzmaId, encoder.encoder, true));
703 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS kLzmaId, encoder.decoders[j], false));
H A DLoadCodecs.cpp597 HRESULT CCodecs::CreateCoder(const UString &name, bool encode, CMyComPtr<ICompressCoder> &coder) const function in class:CCodecs
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp171 RINOK(CreateCoder(
H A D7zEncode.cpp5 #include "../../Common/CreateCoder.h"
69 RINOK(CreateCoder(
/external/lzma/CPP/7zip/Bundles/Alone7z/
H A Dmakefile52 $O\CreateCoder.obj \

Completed in 181 milliseconds