Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.cpp34 compMgr_(nullptr), in HdiCodec()
44 compMgr_ = GetComponentManager(); in InitComponent()
45 if (compMgr_ == nullptr) { in InitComponent()
57 compMgr_ = nullptr; in InitComponent()
73 int32_t ret = compMgr_->GetComponentNum(compCount); in GetCapabilityList()
90 if (compMgr_ == nullptr) { in IsSupportCodecType()
91 compMgr_ = GetComponentManager(); in IsSupportCodecType()
92 if (compMgr_ == nullptr) { in IsSupportCodecType()
346 if (compMgr_ != nullptr && componentId_ > 0) { in Release()
347 compMgr_->DestroyComponent(componentId_); in Release()
[all …]
H A Dhdi_codec.h123 sptr<ICodecComponentManager> compMgr_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp176 codec_->compMgr_ = GetManager(); in OnAllocateComponent()
177 if (codec_->compMgr_ == nullptr) { in OnAllocateComponent()
182 int32_t ret = codec_->compMgr_->CreateComponent(codec_->compNode_, codec_->componentId_, name, in OnAllocateComponent()
186 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()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp1341 compMgr_ = GetManager(false, caps_.port.video.isSupportPassthrough); in OnAllocateComponent()
1342 if (compMgr_ == nullptr) { in OnAllocateComponent()
1347 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, caps_.compName, 0, compCb_); in OnAllocateComponent()
1350 compMgr_ = nullptr; in OnAllocateComponent()
1367 if (compMgr_ != nullptr) { in ReleaseComponent()
1368 compMgr_->DestroyComponent(componentId_); in ReleaseComponent()
1372 compMgr_ = nullptr; in ReleaseComponent()
H A Dhcodec.h331 sptr<CodecHDI::ICodecComponentManager> compMgr_ = nullptr; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h259 sptr<HdiCodecNamespace::ICodecComponentManager> compMgr_ = nullptr; variable