Home
last modified time | relevance | path

Searched refs:heif_only_header (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp664 … parser_->GetItemData(tileImage->GetItemId(), &packedInput[inputIndex], heif_only_header); in PreparePackedInput()
687 parser_->GetItemData(tileImage->GetItemId(), &packedInput[index], heif_only_header); in PreparePackedInput()
757 parser_->GetItemData(image->GetItemId(), &inputs[0], heif_only_header); in HwDecodeSingleImage()
784 parser_->GetItemData(image->GetItemId(), &inputs, heif_only_header); in HwDecodeMimeImage()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h36 heif_only_header enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp269 if (option != heif_only_header) { in GetItemData()