Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp263 if (!hvcc) { in GetItemData()
498 auto hvcc = GetProperty<HeifHvccBox>(itemId); in ExtractImageProperties() local
499 if (hvcc) { in ExtractImageProperties()
500 auto hvccConfig = hvcc->GetConfig(); in ExtractImageProperties()
505 auto nalArrays = hvcc->GetNalArrays(); in ExtractImageProperties()
507 auto spsConfig = hvcc->GetSpsConfig(); in ExtractImageProperties()
778 auto hvcc = GetProperty<HeifHvccBox>(itemId); in AppendHvccNalData() local
779 if (!hvcc) { in AppendHvccNalData()
782 hvcc->AppendNalData(data); in AppendHvccNalData()
789 if (!hvcc) { in SetHvccConfig()
[all …]