/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 196 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/ |
D | omx_video_encoder.cpp | 212 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 …]
|
D | video_encoder_device_v4l2.cpp | 1837 if(venc_set_vpe_rotation(config_rotation->nRotation) == false) { in venc_set_config()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP.c | 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 …]
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXAlgo.cpp | 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()
|
D | OMXCapabilities.cpp | 1102 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation); in insertSenMount()
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXAlgo.cpp | 1058 rotation.nRotation = degree; in setPictureRotation() 1123 sensorOrientation.nRotation = degree; in setSensorOrientation() 1131 ( unsigned int ) sensorOrientation.nRotation); in setSensorOrientation()
|
D | OMXCapabilities.cpp | 1549 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/ |
D | OMX_IVCommon.h | 325 OMX_S32 nRotation; member
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_IVCommon.h | 351 OMX_S32 nRotation; member
|
D | OMX_TI_IVCommon.h | 2448 OMX_U32 nRotation; member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_IVCommon.h | 325 OMX_S32 nRotation; member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_IVCommon.h | 325 OMX_S32 nRotation; member
|
D | OMX_TI_IVCommon.h | 2242 OMX_U32 nRotation; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_IVCommon.h | 325 OMX_S32 nRotation; member
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_IVCommon.h | 325 OMX_S32 nRotation; member
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 1383 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10); in VencTest_ReadDynamicConfigMsg()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 1390 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10); in VencTest_ReadDynamicConfigMsg()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
D | VPPTest.c | 2252 pConfigNewRotation->nRotation = Angle;
|