Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp241 HeifDecoderImpl::HeifDecoderImpl() in HeifDecoderImpl() function in OHOS::ImagePlugin::HeifDecoderImpl
248 HeifDecoderImpl::~HeifDecoderImpl() in ~HeifDecoderImpl()
337 bool HeifDecoderImpl::Reinit(HeifFrameInfo *frameInfo) in Reinit()
565 bool HeifDecoderImpl::decodeGainmap() in decodeGainmap()
571 bool HeifDecoderImpl::decodeAuxiliaryMap() in decodeAuxiliaryMap()
1121 bool HeifDecoderImpl::IsDirectYUVDecode() in IsDirectYUVDecode()
1164 bool HeifDecoderImpl::getScanline(uint8_t *dst) in getScanline()
1170 size_t HeifDecoderImpl::skipScanlines(int count) in skipScanlines()
1208 HeifImageHdrType HeifDecoderImpl::getHdrType() in getHdrType()
1243 void HeifDecoderImpl::getErrMsg(std::string& errMsg) in getErrMsg()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoderImpl.h35 class HeifDecoderImpl : public HeifDecoder {
37 HeifDecoderImpl();
39 ~HeifDecoderImpl() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/
H A DBUILD.gn437 sources = [ "src/heif_impl/HeifDecoderImpl.cpp" ]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp2105 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc()
2265 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc()
2288 auto decoder = reinterpret_cast<HeifDecoderImpl*>(codec_->getHeifContext()); in HeapMemAlloc()