Home
last modified time | relevance | path

Searched refs:compMgr_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.cpp33 compMgr_(nullptr), in HdiCodec()
43 compMgr_ = GetComponentManager(); in InitComponent()
44 CHECK_AND_RETURN_RET_LOG(compMgr_ != nullptr, Status::ERROR_NULL_POINTER, "GetCodecComponentManager failed!"); in InitComponent()
48 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, componentName_, 0, compCb_); in InitComponent()
53 compMgr_ = nullptr; in InitComponent()
69 int32_t ret = compMgr_->GetComponentNum(compCount); in GetCapabilityList()
74 ret = compMgr_->GetComponentCapabilityList(capabilityList, compCount); in GetCapabilityList()
82 if (compMgr_ == nullptr) { in IsSupportCodecType()
83 compMgr_ = GetComponentManager(); in IsSupportCodecType()
84 CHECK_AND_RETURN_RET_LOG(compMgr_ ! in IsSupportCodecType()
[all...]
H A Dhdi_codec.h124 sptr<ICodecComponentManager> compMgr_; member in OHOS::Media::Plugins::Hdi::HdiCodec::PortIndex
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp167 codec_->compMgr_ = GetManager(); in OnAllocateComponent()
168 if (codec_->compMgr_ == nullptr) { in OnAllocateComponent()
173 int32_t ret = codec_->compMgr_->CreateComponent(codec_->compNode_, codec_->componentId_, name, in OnAllocateComponent()
177 codec_->compMgr_ = nullptr; in OnAllocateComponent()
H A Dimage_codec.cpp889 if (compMgr_ != nullptr) { in ReleaseComponent()
890 compMgr_->DestroyComponent(componentId_); in ReleaseComponent()
894 compMgr_ = nullptr; in ReleaseComponent()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp1348 compMgr_ = GetManager(false, caps_.port.video.isSupportPassthrough, isSecure_); in OnAllocateComponent()
1349 if (compMgr_ == nullptr) { in OnAllocateComponent()
1354 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, caps_.compName, 0, compCb_); in OnAllocateComponent()
1357 compMgr_ = nullptr; in OnAllocateComponent()
1374 if (compMgr_ != nullptr) { in ReleaseComponent()
1375 compMgr_->DestroyComponent(componentId_); in ReleaseComponent()
1379 compMgr_ = nullptr; in ReleaseComponent()
H A Dhcodec.h331 sptr<CodecHDI::ICodecComponentManager> compMgr_ = nullptr; member in OHOS::MediaAVCodec::HCodec
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h259 sptr<HdiCodecNamespace::ICodecComponentManager> compMgr_ = nullptr; member in OHOS::ImagePlugin::ImageCodec

Completed in 9 milliseconds