Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c406 object_surface_p cur_output_surf = NULL; in vsp__VPP_process_pipeline_param() local
595 cur_output_surf = ctx->obj_context->current_render_target; in vsp__VPP_process_pipeline_param()
599 rotation_angle = GET_SURFACE_INFO_rotate(cur_output_surf->psb_surface); in vsp__VPP_process_pipeline_param()
622 cur_output_surf = SURFACE(frc_param->output_frames[i-1]); in vsp__VPP_process_pipeline_param()
623 if (cur_output_surf == NULL) { in vsp__VPP_process_pipeline_param()
632 … if (VA_STATUS_SUCCESS != psb_CreateRotateSurface(obj_context, cur_output_surf, rotation_angle)) { in vsp__VPP_process_pipeline_param()
647 psb_buffer_map(&(cur_output_surf->psb_surface->buf), &dest_addr); in vsp__VPP_process_pipeline_param()
648 memcpy(dest_addr, src_addr, cur_output_surf->psb_surface->size); in vsp__VPP_process_pipeline_param()
649 psb_buffer_unmap(&(cur_output_surf->psb_surface->buf)); in vsp__VPP_process_pipeline_param()
652 output_surface = cur_output_surf->out_loop_surface; in vsp__VPP_process_pipeline_param()
[all …]