Searched refs:nRotation (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp196 m_sConfigFrameRotation.nRotation = 0;
1359 OMX_S32 nRotation; local
1365 if( pParam->nRotation == 0 ||
1366 pParam->nRotation == 90 ||
1367 pParam->nRotation == 180 ||
1368 pParam->nRotation == 270 ) {
1369 DEBUG_PRINT_HIGH("\nset_config: Rotation Angle %u", pParam->nRotation);
1371 DEBUG_PRINT_ERROR("ERROR: un supported Rotation %u", pParam->nRotation);
1374 nRotation = pParam->nRotation
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp193 m_sConfigFrameRotation.nRotation = 0;
1355 OMX_S32 nRotation; local
1361 if ( pParam->nRotation == 0 ||
1362 pParam->nRotation == 90 ||
1363 pParam->nRotation == 180 ||
1364 pParam->nRotation == 270 ) {
1365 DEBUG_PRINT_HIGH("\nset_config: Rotation Angle %lu", pParam->nRotation);
1367 DEBUG_PRINT_ERROR("ERROR: un supported Rotation %lu", pParam->nRotation);
1370 nRotation = pParam->nRotation
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1519 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulRGBRotation;
1522 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation;
1525 Rotate->nRotation = pComponentPrivate->pIpFrameStatus->ulYUVRotation;
1682 (Rotate->nRotation == 0 ||
1683 Rotate->nRotation == 90 ||
1684 Rotate->nRotation == 180 ||
1685 Rotate->nRotation == 270)) {
1688 pHandle->pComponentPrivate)->pIpFrameStatus->ulRGBRotation = Rotate->nRotation;
1692 pHandle->pComponentPrivate)->pIpFrameStatus->ulYUVRotation = Rotate->nRotation;
1696 (Rotate->nRotation
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp1032 rotation.nRotation = degree;
1091 ( unsigned int ) sensorOrientation.nRotation);
1093 sensorOrientation.nRotation = degree;
1110 ( unsigned int ) sensorOrientation.nRotation);
H A DOMXCapabilities.cpp1102 params->set(CameraProperties::ORIENTATION_INDEX, caps.tSenMounting.nRotation);
/hardware/qcom/media/mm-core/inc/
H A DOMX_IVCommon.h319 * nRotation : +/- integer rotation value
325 OMX_S32 nRotation; member in struct:OMX_CONFIG_ROTATIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_IVCommon.h319 * nRotation : +/- integer rotation value
325 OMX_S32 nRotation; member in struct:OMX_CONFIG_ROTATIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_IVCommon.h319 * nRotation : +/- integer rotation value
325 OMX_S32 nRotation; member in struct:OMX_CONFIG_ROTATIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h319 * nRotation : +/- integer rotation value
325 OMX_S32 nRotation; member in struct:OMX_CONFIG_ROTATIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h319 * nRotation : +/- integer rotation value
325 OMX_S32 nRotation; member in struct:OMX_CONFIG_ROTATIONTYPE
H A DOMX_TI_IVCommon.h2238 * @param nRotation
2242 OMX_U32 nRotation; member in struct:OMX_TI_SENMOUNT_TYPE
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1383 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1390 dynamic_config.config_data.rotation.nRotation = strtoul(param, NULL, 10);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c2252 pConfigNewRotation->nRotation = Angle;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c1061 rotate.nRotation = p_jobparams->rotation;

Completed in 1205 milliseconds