Searched refs:nRotation (Results 1 – 14 of 14) sorted by relevance
196 m_sConfigFrameRotation.nRotation = 0; in component_init()1330 OMX_S32 nRotation; in set_config() local1336 if( pParam->nRotation == 0 || in set_config()1337 pParam->nRotation == 90 || in set_config()1338 pParam->nRotation == 180 || in set_config()1339 pParam->nRotation == 270 ) { in set_config()1340 DEBUG_PRINT_HIGH("\nset_config: Rotation Angle %u", pParam->nRotation); in set_config()1342 DEBUG_PRINT_ERROR("ERROR: un supported Rotation %u", pParam->nRotation); in set_config()1345 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()1346 if(nRotation < 0) in set_config()[all …]
1519 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulRGBRotation; in VPP_GetConfig()1522 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation; in VPP_GetConfig()1525 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation; in VPP_GetConfig()1682 (Rotate->nRotation == 0 || in VPP_SetConfig()1683 Rotate->nRotation == 90 || in VPP_SetConfig()1684 Rotate->nRotation == 180 || in VPP_SetConfig()1685 Rotate->nRotation == 270)) { in VPP_SetConfig()1688 pHandle->pComponentPrivate)->pIpFrameStatus->ulRGBRotation = Rotate->nRotation; in VPP_SetConfig()1692 … pHandle->pComponentPrivate)->pIpFrameStatus->ulYUVRotation = Rotate->nRotation; in VPP_SetConfig()1696 (Rotate->nRotation == 0 || in VPP_SetConfig()[all …]
1032 rotation.nRotation = degree; in setPictureRotation()1091 ( unsigned int ) sensorOrientation.nRotation); in setSensorOrientation()1093 sensorOrientation.nRotation = degree; in setSensorOrientation()1110 ( unsigned int ) sensorOrientation.nRotation); in setSensorOrientation()
1102 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation); in insertSenMount()
325 OMX_S32 nRotation; member
2242 OMX_U32 nRotation; member
661 rotType.nRotation = jpegRotation; in omxJpegEncode()
438 rotate.nRotation = job->encode_parm.rotation; in mm_jpeg_omx_config_common()
1382 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10); in VencTest_ReadDynamicConfigMsg()
2252 pConfigNewRotation->nRotation = Angle;