Searched refs:rotation_angle (Results 1 – 5 of 5) sorted by relevance
401 unsigned int rotation_angle = 0, vsp_rotation_angle = 0; in vsp__VPP_process_pipeline_param() local569 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()
159 u32 rotation_angle; member
129 u32 rotation_angle; member
356 bool venc_set_vpe_rotation(OMX_S32 rotation_angle);
3759 bool venc_dev::venc_set_vpe_rotation(OMX_S32 rotation_angle) in venc_set_vpe_rotation() argument3761 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()