Home
last modified time | relevance | path

Searched refs:irot (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.cpp473 auto irot = GetProperty<HeifIrotBox>(itemId); in ExtractImageProperties() local
474 if (irot) { in ExtractImageProperties()
475 image->SetRotateDegrees(irot->GetRotDegree()); in ExtractImageProperties()