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

/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp449 int32_t bestHeight = -1; local
462 bestHeight = height;
466 CameraDeviceClient::euclidDistSquare(bestWidth, bestHeight, width, height))) {
468 bestHeight = h;
483 *outHeight = bestHeight;

Completed in 48 milliseconds