Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:tSenMounting

1534         if(mSensorNames[i].num == caps.tSenMounting.nSenId) {
1546 params->set(CameraProperties::CAMERA_SENSOR_ID, caps.tSenMounting.nSenId);
1549 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation);
1593 if((OMX_TI_SENFACING_TYPE)mFacing[i].num == caps.tSenMounting.eFacing) {
2318 CAMHAL_LOGD("tSenMounting.nSenId = %d", int(caps.tSenMounting.nSenId));
2319 CAMHAL_LOGD("tSenMounting.nRotation = %d", int(caps.tSenMounting.nRotation));
2320 CAMHAL_LOGD("tSenMounting.bMirror = %d", int(caps.tSenMounting.bMirror));
2321 CAMHAL_LOGD("tSenMounting.bFlip = %d", int(caps.tSenMounting.bFlip));
2322 CAMHAL_LOGD("tSenMounting.eFacing = %d", int(caps.tSenMounting.eFacing));
2454 CAMHAL_LOGDB("sen mount id=%u", (unsigned int)caps->tSenMounting.nSenId);
2455 CAMHAL_LOGDB("facing id=%u", (unsigned int)caps->tSenMounting.eFacing);