Home
last modified time | relevance | path

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

/external/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/test/
Dcodec_factory.h127 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder() function
131 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder() function
/external/webrtc/api/video_codecs/
Dvideo_decoder_factory_template_open_h264_adapter.h32 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
Dvideo_decoder_factory_template_dav1d_adapter.h26 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
Dvideo_decoder_factory_template_libvpx_vp8_adapter.h26 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
Dvideo_decoder_factory_template_libvpx_vp9_adapter.h25 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
/external/webrtc/api/video_codecs/test/
Dvideo_decoder_factory_template_tests.cc38 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
51 static std::unique_ptr<VideoDecoder> CreateDecoder( in CreateDecoder() function
/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/webrtc/modules/video_coding/codecs/multiplex/test/
Dmultiplex_adapter_unittest.cc64 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestMultiplexAdapter
/external/lzma/CPP/7zip/Common/
DRegisterCodec.h14 CreateCodecP CreateDecoder; member
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder() function
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp380 std::unique_ptr<ScanlineDecoder> JpegModule::CreateDecoder( in CreateDecoder() function in fxcodec::JpegModule
/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/tiff/
Dtiff_decoder.cpp460 std::unique_ptr<ProgressiveDecoderIface::Context> TiffDecoder::CreateDecoder( in CreateDecoder() function in fxcodec::TiffDecoder
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp598 std::unique_ptr<ScanlineDecoder> FaxModule::CreateDecoder( in CreateDecoder() function in fxcodec::FaxModule
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc71 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestVp8Impl
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc106 std::unique_ptr<VideoDecoder> CreateDecoder() override { in CreateDecoder() function in webrtc::TestVp9Impl
2034 std::unique_ptr<VideoDecoder> CreateDecoder() override { in TEST_P() function in webrtc::TestVp9ImplProfile2
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp507 CPDF_DIB::LoadState CPDF_DIB::CreateDecoder(uint8_t resolution_levels_to_skip) { in CreateDecoder() function in CPDF_DIB
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp807 std::unique_ptr<ScanlineDecoder> FlateModule::CreateDecoder( in CreateDecoder() function in fxcodec::FlateModule
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc450 upb::pb::DecoderPtr CreateDecoder(upb::Arena* arena, in CreateDecoder() function