Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h35 heif_no_header, enumerator
68 heif_header_option option = heif_no_header) const;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp673 parser_->GetItemData(tileImage->GetItemId(), &packedInput[inputIndex], heif_no_header); in PreparePackedInput()
690 parser_->GetItemData(tileImage->GetItemId(), &packedInput[index + 1], heif_no_header); in PreparePackedInput()
760 parser_->GetItemData(image->GetItemId(), &inputs[1], heif_no_header); in HwDecodeSingleImage()
852 &inputs[index], index == 0 ? heif_header_data : heif_no_header); in SwDecodeGrids()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp266 if (option != heif_no_header && !hvcc->GetHeaders(out)) { in GetItemData()