Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_transform_box.cpp18 static const uint8_t ROTATE_NINETY_DEGREES = 90; variable
25 rotDegree_ = rotation * ROTATE_NINETY_DEGREES; in ParseContent()
32 writer.Write8((uint8_t) (rotDegree_ / ROTATE_NINETY_DEGREES)); in Write()