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

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

Completed in 134 milliseconds