Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h369 int normalizedYToArray(int y) const;
DParameters.cpp2298 normalizedYToArray(focusingAreas[j].top); in updateRequest()
2302 normalizedYToArray(focusingAreas[j].bottom); in updateRequest()
2327 normalizedYToArray(meteringAreas[j].top); in updateRequest()
2331 normalizedYToArray(meteringAreas[j].bottom); in updateRequest()
2973 int Parameters::normalizedYToArray(int y) const { in normalizedYToArray() function in android::camera2::Parameters