Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_compose.c57 object_surface_p output_surface = NULL; in vsp_compose_process_pipeline_param() local
97 output_surface = ctx->obj_context->current_render_target; in vsp_compose_process_pipeline_param()
103 out_width = ALIGN_TO_16(output_surface->width); in vsp_compose_process_pipeline_param()
104 out_height = output_surface->height_origin; in vsp_compose_process_pipeline_param()
105 out_stride = output_surface->psb_surface->stride; in vsp_compose_process_pipeline_param()
150 &(output_surface->psb_surface->buf), in vsp_compose_process_pipeline_param()
Dvsp_VPP.c406 struct psb_surface_s *output_surface; in vsp__VPP_process_pipeline_param() local
648 output_surface = cur_output_surf->out_loop_surface; in vsp__VPP_process_pipeline_param()
658 output_surface = cur_output_surf->psb_surface; in vsp__VPP_process_pipeline_param()
678 …cell_proc_picture_param->output_picture[i].surface_id = wsbmKBufHandle(wsbmKBuf(output_surface->bu… in vsp__VPP_process_pipeline_param()
681 ctx->pic_param_offset, &(output_surface->buf), in vsp__VPP_process_pipeline_param()