Home
last modified time | relevance | path

Searched refs:lastMinLen (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp2016 int lastMinLen = newMinLen; in ResizeLcd() local
2019 lastMinLen = LCD_SHORT_SIDE_THRESHOLD; in ResizeLcd()
2020 lastMaxLen = static_cast<int>(lastMinLen * ratio); in ResizeLcd()
2023 lastMinLen = static_cast<int>(lastMaxLen / ratio); in ResizeLcd()
2027 width = lastMinLen; in ResizeLcd()
2031 height = lastMinLen; in ResizeLcd()

Completed in 4 milliseconds