Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/src/
Domx_video_encoder.cpp196 m_sConfigFrameRotation.nRotation = 0; in component_init()
1330 OMX_S32 nRotation; in set_config() local
1336 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 …]
/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/qcom/media/mm-core/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
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/qcom/media/mm-core/omxcore/inc/
DOMX_IVCommon.h325 OMX_S32 nRotation; member
/hardware/qcom/camera/mm-camera-interface/
Dmm_omx_jpeg_encoder.c661 rotType.nRotation = jpegRotation; in omxJpegEncode()
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg.c438 rotate.nRotation = job->encode_parm.rotation; in mm_jpeg_omx_config_common()
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvenc_test.cpp1382 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;