Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h353 int cropYToArray(int y) const;
DParameters.cpp2604 int Parameters::cropYToArray(int y) const { in cropYToArray() function in android::camera2::Parameters
2648 return cropYToArray(normalizedYToCrop(y)); in normalizedYToArray()