Searched refs:HdiCodec (Results 1 – 7 of 7) sorted by relevance
29 HdiCodec::HdiCodec() in HdiCodec() function in OHOS::Media::Plugins::Hdi::HdiCodec42 Status HdiCodec::InitComponent(const std::string &name) in InitComponent()51 compCb_ = new HdiCodec::HdiCallback(shared_from_this()); in InitComponent()64 sptr<ICodecComponentManager> HdiCodec::GetComponentManager() in GetComponentManager()70 std::vector<CodecCompCapability> HdiCodec::GetCapabilityList() in GetCapabilityList()88 bool HdiCodec::IsSupportCodecType(const std::string &name) in IsSupportCodecType()111 void HdiCodec::InitParameter(AudioCodecOmxParam ¶m) in InitParameter()150 Status HdiCodec::InitBuffers(uint32_t bufferSize) in InitBuffers()318 Status HdiCodec::Reset() in Reset()333 void HdiCodec::Release() in Release()[all …]
47 class HdiCodec : public std::enable_shared_from_this<HdiCodec> {54 HdiCodec();86 explicit HdiCallback(std::shared_ptr<HdiCodec> hdiCodec);92 std::shared_ptr<HdiCodec> hdiCodec_ = nullptr;
248 std::shared_ptr<Media::Plugins::Hdi::HdiCodec> hdiCodec_; in GetLbvcDecoderCapability()249 hdiCodec_ = std::make_shared<Media::Plugins::Hdi::HdiCodec>(); in GetLbvcDecoderCapability()276 std::shared_ptr<Media::Plugins::Hdi::HdiCodec> hdiCodec_; in GetLbvcEncoderCapability()277 hdiCodec_ = std::make_shared<Media::Plugins::Hdi::HdiCodec>(); in GetLbvcEncoderCapability()
75 std::shared_ptr<Hdi::HdiCodec> hdiCodec_;
79 hdiCodec_(std::make_shared<HdiCodec>()) in AudioLbvcDecoderPlugin()
76 std::shared_ptr<Hdi::HdiCodec> hdiCodec_;
81 hdiCodec_(std::make_shared<HdiCodec>()) in AudioLbvcEncoderPlugin()