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.h321 static int degToTransform(int degrees, bool mirror);
DParameters.cpp157 previewTransform = degToTransform(0, in initialize()
2575 int Parameters::degToTransform(int degrees, bool mirror) { in degToTransform() function in android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1572 int transform = Parameters::degToTransform(degrees, in commandSetDisplayOrientationL()