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.h354 int cropYToNormalized(int y) const;
DParameters.cpp2637 int Parameters::cropYToNormalized(int y) const { in cropYToNormalized() function in android::camera2::Parameters
2659 int ret = cropYToNormalized(arrayYToCrop(height)); in arrayYToNormalized()