Home
last modified time | relevance | path

Searched refs:nRotation (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp196 m_sConfigFrameRotation.nRotation = 0; in component_init()
1359 OMX_S32 nRotation; in set_config() local
1365 if( pParam->nRotation == 0 || in set_config()
1366 pParam->nRotation == 90 || in set_config()
1367 pParam->nRotation == 180 || in set_config()
1368 pParam->nRotation == 270 ) { in set_config()
1369 DEBUG_PRINT_HIGH("\nset_config: Rotation Angle %u", pParam->nRotation); in set_config()
1371 DEBUG_PRINT_ERROR("ERROR: un supported Rotation %u", pParam->nRotation); in set_config()
1374 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
1375 if(nRotation < 0) in set_config()
[all …]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp212 m_sConfigFrameRotation.nRotation = 0; in component_init()
1543 OMX_S32 nRotation; in set_config() local
1549 if ( pParam->nRotation == 0 || in set_config()
1550 pParam->nRotation == 90 || in set_config()
1551 pParam->nRotation == 180 || in set_config()
1552 pParam->nRotation == 270 ) { in set_config()
1553 … DEBUG_PRINT_HIGH("set_config: Rotation Angle %u", (unsigned int)pParam->nRotation); in set_config()
1555 … DEBUG_PRINT_ERROR("ERROR: un supported Rotation %u", (unsigned int)pParam->nRotation); in set_config()
1558 nRotation = pParam->nRotation - m_sConfigFrameRotation.nRotation; in set_config()
1559 if (nRotation < 0) in set_config()
[all …]
Dvideo_encoder_device_v4l2.cpp1837 if(venc_set_vpe_rotation(config_rotation->nRotation) == false) { in venc_set_config()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c1519 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 …]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXAlgo.cpp1032 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()
DOMXCapabilities.cpp1102 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation); in insertSenMount()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXAlgo.cpp1058 rotation.nRotation = degree; in setPictureRotation()
1123 sensorOrientation.nRotation = degree; in setSensorOrientation()
1131 ( unsigned int ) sensorOrientation.nRotation); in setSensorOrientation()
DOMXCapabilities.cpp1549 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation); in insertSenMount()
2319 CAMHAL_LOGD("tSenMounting.nRotation = %d", int(caps.tSenMounting.nRotation)); in _dumpOmxTiCap()
/hardware/qcom/media/mm-core/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_IVCommon.h351 OMX_S32 nRotation; member
DOMX_TI_IVCommon.h2448 OMX_U32 nRotation; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
DOMX_TI_IVCommon.h2242 OMX_U32 nRotation; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1383 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10); in VencTest_ReadDynamicConfigMsg()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1390 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10); in VencTest_ReadDynamicConfigMsg()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c2252 pConfigNewRotation->nRotation = Angle;