Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp2017 int lastMaxLen = newMaxLen; in ResizeLcd() local
2020 lastMaxLen = static_cast<int>(lastMinLen * ratio); in ResizeLcd()
2021 if (lastMaxLen > MAXIMUM_LCD_LONG_SIDE) { in ResizeLcd()
2022 lastMaxLen = MAXIMUM_LCD_LONG_SIDE; in ResizeLcd()
2023 lastMinLen = static_cast<int>(lastMaxLen / ratio); in ResizeLcd()
2028 height = lastMaxLen; in ResizeLcd()
2030 width = lastMaxLen; in ResizeLcd()

Completed in 5 milliseconds