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.h365 int normalizedYToArray(int y) const;
DParameters.cpp2232 normalizedYToArray(focusingAreas[j].top); in updateRequest()
2236 normalizedYToArray(focusingAreas[j].bottom); in updateRequest()
2261 normalizedYToArray(meteringAreas[j].top); in updateRequest()
2265 normalizedYToArray(meteringAreas[j].bottom); in updateRequest()
2904 int Parameters::normalizedYToArray(int y) const { in normalizedYToArray() function in android::camera2::Parameters