Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h116 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() function
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
216 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
/external/libaom/libaom/test/
Dcodec_factory.h122 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder() function
126 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder() function
/external/pdfium/core/fxcodec/jpx/
Djpxmodule.cpp14 std::unique_ptr<CJPX_Decoder> JpxModule::CreateDecoder( in CreateDecoder() function in fxcodec::JpxModule
/external/webrtc/modules/video_coding/codecs/h264/test/
Dh264_impl_unittest.cc40 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestH264Impl
/external/lzma/CPP/7zip/Common/
DRegisterCodec.h14 CreateCodecP CreateDecoder; member
/external/webrtc/modules/video_coding/codecs/multiplex/test/
Dmultiplex_adapter_unittest.cc66 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestMultiplexAdapter
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder() function
/external/webrtc/modules/audio_coding/codecs/isac/
Disac_webrtc_api_test.cc96 std::unique_ptr<AudioDecoder> CreateDecoder(IsacImpl impl, int sample_rate_hz) { in CreateDecoder() function
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h209 Func_CreateDecoder CreateDecoder; member
DLoadCodecs.cpp855 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder() function in CCodecs
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp480 std::unique_ptr<ScanlineDecoder> JpegModule::CreateDecoder( in CreateDecoder() function in fxcodec::JpegModule
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc64 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestVp9Impl
1610 std::unique_ptr<VideoDecoder> CreateDecoder() override { in TEST_F() function in webrtc::TestVp9ImplProfile2
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc69 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestVp8Impl
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp576 std::unique_ptr<ScanlineDecoder> FaxModule::CreateDecoder( in CreateDecoder() function in fxcodec::FaxModule
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp486 std::unique_ptr<ModuleIface::Context> TiffModule::CreateDecoder( in CreateDecoder() function in fxcodec::TiffModule
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp784 std::unique_ptr<ScanlineDecoder> FlateModule::CreateDecoder( in CreateDecoder() function in fxcodec::FlateModule
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp488 CPDF_DIB::LoadState CPDF_DIB::CreateDecoder() { in CreateDecoder() function in CPDF_DIB
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc450 upb::pb::DecoderPtr CreateDecoder(upb::Arena* arena, in CreateDecoder() function