Home
last modified time | relevance | path

Searched refs:getHdrType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoder.h100 virtual HeifImageHdrType getHdrType() = 0;
H A DHeifDecoderImpl.h62 HeifImageHdrType getHdrType() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1208 HeifImageHdrType HeifDecoderImpl::getHdrType() in getHdrType() function in OHOS::ImagePlugin::HeifDecoderImpl
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp334 HeifImageHdrType heifHdrType = decoder->getHdrType(); in CheckHeifHdrType()