Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h332 int cropYToNormalized(int y) const;
DParameters.cpp2513 int Parameters::cropYToNormalized(int y) const { in cropYToNormalized() function in android::camera2::Parameters
2535 int ret = cropYToNormalized(arrayYToCrop(height)); in arrayYToNormalized()