Searched refs:HdiCodecAdapter (Results 1 – 3 of 3) sorted by relevance
112 HdiCodecAdapter::HdiCodecAdapter(std::string componentName, std::string pluginMime) in HdiCodecAdapter() function in OHOS::Media::Plugin::CodecAdapter::HdiCodecAdapter119 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 …]
33 class HdiCodecAdapter : public CodecPlugin {35 HdiCodecAdapter(std::string componentName, std::string pluginMime);36 ~HdiCodecAdapter() override;
93 return std::make_shared<HdiCodecAdapter>(name, pluginMime); in RegisterCodecPlugins()