Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h113 std::shared_ptr<HdiCodecNamespace::OmxCodecBuffer> omxBuffer;
164 std::shared_ptr<HdiCodecNamespace::OmxCodecBuffer> SurfaceBufferToOmxBuffer(
166 std::shared_ptr<HdiCodecNamespace::OmxCodecBuffer> DynamicSurfaceBufferToOmxBuffer();
257 sptr<HdiCodecNamespace::ICodecCallback> compCb_ = nullptr;
258 sptr<HdiCodecNamespace::ICodecComponent> compNode_ = nullptr;
259 sptr<HdiCodecNamespace::ICodecComponentManager> compMgr_ = nullptr;
383 class HdiCallback : public HdiCodecNamespace::ICodecCallback {
387 …int32_t EventHandler(HdiCodecNamespace::CodecEventType event, const HdiCodecNamespace::EventInfo& …
389 int32_t FillBufferDone(int64_t appData, const HdiCodecNamespace::OmxCodecBuffer& buffer);
399 void ChangeOmxToTargetState(HdiCodecNamespace::CodecStateType &state,
[all …]
H A Dimage_codec_list.h22 sptr<HdiCodecNamespace::ICodecComponentManager> GetManager();
23 std::vector<HdiCodecNamespace::CodecCompCapability> GetCapList();
H A Dhdi_define.h25 namespace HdiCodecNamespace = OHOS::HDI::Codec::V3_0; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_list.cpp24 using namespace HdiCodecNamespace;
H A Dcodec_state.cpp22 using namespace HdiCodecNamespace;
H A Dimage_codec.cpp25 using namespace HdiCodecNamespace;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp28 using namespace HdiCodecNamespace;
121 static bool IsValueInRange(uint32_t value, HdiCodecNamespace::RangeValue range) in IsValueInRange()
140 HdiCodecNamespace::RangeValue widthRange = { in IsHardwareDecodeSupported()
144 HdiCodecNamespace::RangeValue heightRange = { in IsHardwareDecodeSupported()