Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp856 float profileRatio; in SelectProfileByRatioAndFormat() local
869 profileRatio = float(width) / float(height); in SelectProfileByRatioAndFormat()
871 if (profileRatio == ratio) { in SelectProfileByRatioAndFormat()