Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c401 object_surface_p input_surface = NULL; in vsp__VPP_process_pipeline_param() local
466 input_surface = SURFACE(pipeline_param->surface); in vsp__VPP_process_pipeline_param()
467 if (input_surface == NULL) { in vsp__VPP_process_pipeline_param()
473 input_surface = NULL; in vsp__VPP_process_pipeline_param()
544 tiled = GET_SURFACE_INFO_tiling(input_surface->psb_surface); in vsp__VPP_process_pipeline_param()
548 switch (input_surface->psb_surface->extra_info[8]) { in vsp__VPP_process_pipeline_param()
562 width = ALIGN_TO_16(input_surface->width); in vsp__VPP_process_pipeline_param()
563 if (width > input_surface->psb_surface->stride) in vsp__VPP_process_pipeline_param()
564 width = input_surface->psb_surface->stride; in vsp__VPP_process_pipeline_param()
567 input_share_info = input_surface->share_info; in vsp__VPP_process_pipeline_param()
[all …]