Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h105 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
187 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() function
/external/lzma/CPP/7zip/Common/
DRegisterCodec.h11 CreateCodecP CreateDecoder; member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp565 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder) in CreateDecoder() function in CCodecs
/external/chromium_org/media/base/android/
Dmedia_codec_bridge.cc627 VideoCodecBridge* VideoCodecBridge::CreateDecoder(const VideoCodec& codec, in CreateDecoder() function in media::VideoCodecBridge