Home
last modified time | relevance | path

Searched refs:degToTransform (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h326 static int degToTransform(int degrees, bool mirror);
DParameters.cpp156 previewTransform = degToTransform(0, in initialize()
2591 int Parameters::degToTransform(int degrees, bool mirror) { in degToTransform() function in android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1592 int transform = Parameters::degToTransform(degrees, in commandSetDisplayOrientationL()