Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:sensorOrientation

1053     OMX_CONFIG_ROTATIONTYPE sensorOrientation;
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.nRotation);
1112 ( unsigned int ) sensorOrientation.nPortIndex);