Home
last modified time | relevance | path

Searched refs:CreateDecoder (Results 1 – 25 of 32) sorted by relevance

12

/external/libvpx/libvpx/test/
Dcodec_factory.h35 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0;
37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg,
115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
116 return CreateDecoder(cfg, 0); in CreateDecoder()
119 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
211 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
212 return CreateDecoder(cfg, 0); in CreateDecoder()
215 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
Dtile_independence_test.cc34 fw_dec_ = codec_->CreateDecoder(cfg, 0); in TileIndependenceTest()
35 inv_dec_ = codec_->CreateDecoder(cfg, 0); in TileIndependenceTest()
Ddecode_test_driver.cc68 Decoder *const decoder = codec_->CreateDecoder(dec_cfg, flags_); in RunLoop()
Dencode_test_driver.cc195 codec_->CreateDecoder(dec_cfg, dec_init_flags)); in RunLoop()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp71 || (encode ? !codec.CreateEncoder : !codec.CreateDecoder) in FindCodecClassId()
95 c = codec.CreateDecoder(); in CreateCoderMain()
120 if (encode ? !codec.CreateEncoder : !codec.CreateDecoder) in CreateCoder2()
139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder() function
192 if (codec.CreateDecoder) in GetMethodProperty()
201 value->boolVal = BoolToVARIANT_BOOL(codec.CreateDecoder != NULL); in GetMethodProperty()
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp311 if (codec.CreateDecoder) in CreateCoder()
313 void *p = codec.CreateDecoder(); in CreateCoder()
356 …HRESULT res = __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressCoder, (void **)&cod.Cod… in CreateCoder()
361 … return __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressFilter, (void **)&filter); in CreateCoder()
364 … return __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressCoder2, (void **)&cod.Coder2); in CreateCoder()
DRegisterCodec.h14 CreateCodecP CreateDecoder; member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h209 Func_CreateDecoder CreateDecoder; member
222 CreateDecoder(NULL), in CCodecLib()
327 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder);
DLoadCodecs.cpp252 lib.CreateDecoder = (Func_CreateDecoder)lib.Lib.GetProc("CreateDecoder"); in LoadCodecs()
801 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject);
855 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder() function in CCodecs
859 return CreateDecoder(index, iid, coder); in CreateDecoder()
867 if (lib.CreateDecoder) in CreateDecoder()
868 return lib.CreateDecoder(ci.CodecIndex, iid, (void **)coder); in CreateDecoder()
/external/lzma/CPP/7zip/Archive/
DArchive2.def11 CreateDecoder PRIVATE
/external/pdfium/core/fxcodec/codec/
Dccodec_faxmodule.h19 std::unique_ptr<CCodec_ScanlineDecoder> CreateDecoder(const uint8_t* src_buf,
Dccodec_jpxmodule.h23 std::unique_ptr<CJPX_Decoder> CreateDecoder(const uint8_t* src_buf,
Dccodec_tiffmodule.h26 std::unique_ptr<Context> CreateDecoder(
Dccodec_flatemodule.h18 std::unique_ptr<CCodec_ScanlineDecoder> CreateDecoder(const uint8_t* src_buf,
Dccodec_jpegmodule.h31 std::unique_ptr<CCodec_ScanlineDecoder> CreateDecoder(const uint8_t* src_buf,
Dfx_codec_fax.cpp582 std::unique_ptr<CCodec_ScanlineDecoder> CCodec_FaxModule::CreateDecoder( in CreateDecoder() function in CCodec_FaxModule
/external/pdfium/testing/libfuzzer/
Dpdf_codec_fax_fuzzer.cc33 fax_module.CreateDecoder(data, size, width, height, K, EndOfLine, in LLVMFuzzerTestOneInput()
Dpdf_jpx_fuzzer.cc19 g_module.CreateDecoder(data, size, nullptr); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp182 if (!CreateDecoder()) in Load()
294 int iCreatedDecoder = CreateDecoder(); in StartLoadDIBSource()
477 int CPDF_DIBSource::CreateDecoder() { in CreateDecoder() function in CPDF_DIBSource
537 m_pDecoder = pJpegModule->CreateDecoder( in CreateDCTDecoder()
553 m_pDecoder = pJpegModule->CreateDecoder( in CreateDCTDecoder()
601 m_pDecoder = pJpegModule->CreateDecoder(src_data, src_size, m_Width, m_Height, in CreateDCTDecoder()
609 context->set_decoder(pJpxModule->CreateDecoder( in LoadJpxBitmap()
Dcpdf_dibsource.h89 int CreateDecoder();
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.h141 VCMGenericDecoder* CreateDecoder(VideoCodecType type) const;
Dcodec_database.cc549 ptr_decoder = CreateDecoder(decoder_item->settings->codecType); in CreateAndInitDecoder()
579 VCMGenericDecoder* VCMCodecDataBase::CreateDecoder(VideoCodecType type) const { in CreateDecoder() function in webrtc::VCMCodecDataBase
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp277 return CPDF_ModuleMgr::Get()->GetFaxModule()->CreateDecoder( in FPDFAPI_CreateFaxDecoder()
302 return CPDF_ModuleMgr::Get()->GetFlateModule()->CreateDecoder( in FPDFAPI_CreateFlateDecoder()
/external/lzma/CPP/7zip/
DICoder.h281 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp91 CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in DecodeInlineStream()

12