Home
last modified time | relevance | path

Searched refs:rotation_angle (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c401 unsigned int rotation_angle = 0, vsp_rotation_angle = 0; in vsp__VPP_process_pipeline_param() local
569 rotation_angle = GET_SURFACE_INFO_rotate(cur_output_surf->psb_surface); in vsp__VPP_process_pipeline_param()
570 switch (rotation_angle) { in vsp__VPP_process_pipeline_param()
601 if (tiled && rotation_angle != VA_ROTATION_NONE) { in vsp__VPP_process_pipeline_param()
602 … if (VA_STATUS_SUCCESS != psb_CreateRotateSurface(obj_context, cur_output_surf, rotation_angle)) { in vsp__VPP_process_pipeline_param()
611 if (tiled && rotation_angle != VA_ROTATION_NONE) { in vsp__VPP_process_pipeline_param()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6venc.h159 u32 rotation_angle; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6venc.h129 u32 rotation_angle; member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h356 bool venc_set_vpe_rotation(OMX_S32 rotation_angle);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3759 bool venc_dev::venc_set_vpe_rotation(OMX_S32 rotation_angle) in venc_set_vpe_rotation() argument
3761 DEBUG_PRINT_LOW("venc_set_vpe_rotation: rotation angle = %d", (int)rotation_angle); in venc_set_vpe_rotation()
3768 if (rotation_angle == 0) in venc_set_vpe_rotation()
3770 else if (rotation_angle == 90) in venc_set_vpe_rotation()
3772 else if (rotation_angle == 180) in venc_set_vpe_rotation()
3774 else if (rotation_angle == 270) in venc_set_vpe_rotation()