Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp193 … float sourceScale = static_cast<float>(sourceSize.height) / static_cast<float>(sourceSize.width); in ConvertDecodeSize() local
195 if (sourceScale - desiredScale <= EPSILON) { in ConvertDecodeSize()
H A Dthumbnail_utils.cpp326 …float sourceScale = static_cast<float>(dataSource->GetHeight()) / static_cast<float>(dataSource->G… in CenterScaleEx() local
328 if (sourceScale <= 1.0f) { in CenterScaleEx()