Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp42 constexpr int32_t NUM_180 = 180; variable
584 int32_t dstWidth = info.rotation % NUM_180 == 0 ? param.dstWidth : param.dstHeight; in ScalePixelMap()
585 int32_t dstHeight = info.rotation % NUM_180 == 0 ? param.dstHeight : param.dstWidth; in ScalePixelMap()