Home
last modified time | relevance | path

Searched refs:HdiCodecAdapter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp112 HdiCodecAdapter::HdiCodecAdapter(std::string componentName, std::string pluginMime) in HdiCodecAdapter() function in OHOS::Media::Plugin::CodecAdapter::HdiCodecAdapter
119 HdiCodecAdapter::~HdiCodecAdapter() in ~HdiCodecAdapter()
128 Status HdiCodecAdapter::Init() in Init()
183 Status HdiCodecAdapter::Deinit() in Deinit()
202 Status HdiCodecAdapter::Prepare() in Prepare()
231 Status HdiCodecAdapter::Reset() in Reset()
258 Status HdiCodecAdapter::Start() in Start()
275 Status HdiCodecAdapter::Stop() in Stop()
283 Status HdiCodecAdapter::Flush() in Flush()
368 Status HdiCodecAdapter::ConfigOmx() in ConfigOmx()
[all …]
H A Dhdi_codec_adapter.h33 class HdiCodecAdapter : public CodecPlugin {
35 HdiCodecAdapter(std::string componentName, std::string pluginMime);
36 ~HdiCodecAdapter() override;
H A Dhdi_codec_manager.cpp93 return std::make_shared<HdiCodecAdapter>(name, pluginMime); in RegisterCodecPlugins()