Searched defs:sensorOrientation (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1053 OMX_CONFIG_ROTATIONTYPE sensorOrientation; local
1081 OMX_INIT_STRUCT(sensorOrientation, OMX_CONFIG_ROTATIONTYPE);
1082 sensorOrientation.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1085 &sensorOrientation);
1091 ( unsigned int ) sensorOrientation.nRotation);
1092 sensorOrientation.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1093 sensorOrientation.nRotation = degree;
1096 &sensorOrientation);
1104 &sensorOrientation);
1110 ( unsigned int ) sensorOrientation
[all...]

Completed in 71 milliseconds