Home
last modified time | relevance | path

Searched defs:CreateDecoder (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/test/
Dcodec_factory.h115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
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
215 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
/external/lzma/CPP/7zip/Common/
DRegisterCodec.h12 CreateCodecP CreateDecoder; member
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc579 VCMGenericDecoder* VCMCodecDataBase::CreateDecoder(VideoCodecType type) const { in CreateDecoder() function in webrtc::VCMCodecDataBase
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp319 std::unique_ptr<CCodec_ScanlineDecoder> CCodec_JpegModule::CreateDecoder( in CreateDecoder() function in CCodec_JpegModule
Dccodec_tiffmodule.cpp478 CCodec_TiffContext* CCodec_TiffModule::CreateDecoder( in CreateDecoder() function in CCodec_TiffModule
Dfx_codec_fax.cpp583 std::unique_ptr<CCodec_ScanlineDecoder> CCodec_FaxModule::CreateDecoder( in CreateDecoder() function in CCodec_FaxModule
Dfx_codec_jpx_opj.cpp896 CJPX_Decoder* CCodec_JpxModule::CreateDecoder(const uint8_t* src_buf, in CreateDecoder() function in CCodec_JpxModule
Dfx_codec_flate.cpp776 std::unique_ptr<CCodec_ScanlineDecoder> CCodec_FlateModule::CreateDecoder( in CreateDecoder() function in CCodec_FlateModule
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp733 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder() function in CCodecs
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp500 int CPDF_DIBSource::CreateDecoder() { in CreateDecoder() function in CPDF_DIBSource