Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dcodec_factory.h37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0;
39 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg,
116 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
117 return CreateDecoder(cfg, 0); in CreateDecoder()
120 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
212 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
213 return CreateDecoder(cfg, 0); in CreateDecoder()
216 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.cc69 Decoder *const decoder = codec_->CreateDecoder(dec_cfg, flags_); in RunLoop()
/external/libaom/libaom/test/
Dcodec_factory.h37 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const = 0;
39 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg,
119 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder() function
120 return CreateDecoder(cfg, 0); in CreateDecoder()
123 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder() function
Dtile_independence_test.cc38 fw_dec_ = codec_->CreateDecoder(cfg, 0); in TileIndependenceTest()
39 inv_dec_ = codec_->CreateDecoder(cfg, 0); in TileIndependenceTest()
Ddecode_multithreaded_test.cc43 single_thread_dec_ = codec_->CreateDecoder(cfg, 0); in AV1DecodeMultiThreadedTest()
48 multi_thread_dec_[i] = codec_->CreateDecoder(cfg, 0); in AV1DecodeMultiThreadedTest()
Ddecode_test_driver.cc58 Decoder *const decoder = codec_->CreateDecoder(dec_cfg, flags_); in RunLoop()
Dav1_ext_tile_test.cc48 decoder_ = codec_->CreateDecoder(cfg, 0); in AV1ExtTileTest()
/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.cpp162 if ((encode ? codec.CreateEncoder : codec.CreateDecoder) in FindMethod_Index()
202 if (codec.Id == methodId && (encode ? codec.CreateEncoder : codec.CreateDecoder)) in FindMethod_Index()
347 if (codec.CreateDecoder) in CreateCoder_Index()
349 void *p = codec.CreateDecoder(); in CreateCoder_Index()
393 …HRESULT res = __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressCoder, (void **)&cod.Cod… in CreateCoder_Index()
398 … return __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressFilter, (void **)&filter); in CreateCoder_Index()
401 … return __externalCodecs->GetCodecs->CreateDecoder(i, &IID_ICompressCoder2, (void **)&cod.Coder2); in CreateCoder_Index()
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,
/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;
/external/perfetto/src/trace_processor/
Dproto_incremental_state.h80 typename MessageType::Decoder CreateDecoder() {

12