Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp273 int32_t decoderHeight = 0; in GetLocalSnapshotPixelMap() local
277 decoderHeight = info.size.height; in GetLocalSnapshotPixelMap()
281 if (oriScale != 0 && decoderWidth > 0 && decoderHeight > 0) { in GetLocalSnapshotPixelMap()
286 static_cast<int>(decoderHeight * newScale / oriScale) : decoderHeight; in GetLocalSnapshotPixelMap()