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.h335 int normalizedYToArray(int y) const;
DParameters.cpp2053 normalizedYToArray(focusingAreas[j].top); in updateRequest()
2057 normalizedYToArray(focusingAreas[j].bottom); in updateRequest()
2082 normalizedYToArray(meteringAreas[j].top); in updateRequest()
2086 normalizedYToArray(meteringAreas[j].bottom); in updateRequest()
2666 int Parameters::normalizedYToArray(int y) const { in normalizedYToArray() function in android::camera2::Parameters