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.c399 object_surface_p input_surface = NULL; in vsp__VPP_process_pipeline_param() local
464 input_surface = SURFACE(pipeline_param->surface); in vsp__VPP_process_pipeline_param()
465 if (input_surface == NULL) { in vsp__VPP_process_pipeline_param()
471 input_surface = NULL; in vsp__VPP_process_pipeline_param()
542 tiled = GET_SURFACE_INFO_tiling(input_surface->psb_surface); in vsp__VPP_process_pipeline_param()
546 switch (input_surface->psb_surface->extra_info[8]) { in vsp__VPP_process_pipeline_param()
560 width = ALIGN_TO_16(input_surface->width); in vsp__VPP_process_pipeline_param()
561 if (width > input_surface->psb_surface->stride) in vsp__VPP_process_pipeline_param()
562 width = input_surface->psb_surface->stride; in vsp__VPP_process_pipeline_param()
565 input_share_info = input_surface->share_info; in vsp__VPP_process_pipeline_param()
[all …]