Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h386 int cropYToArray(int y) const;
H A DParameters.cpp2891 int Parameters::cropYToArray(int y) const { in cropYToArray() function in android::camera2::Parameters
2935 return cropYToArray(normalizedYToCrop(y)); in normalizedYToArray()