Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoder.h58 int32_t mRotationAngle = 0; // Rotation angle, clockwise, should be multiple of 90 member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp359 info->mRotationAngle = (DEGREE_360 - image->GetRotateDegrees()) % DEGREE_360; in InitFrameInfo()