Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_compose.c56 object_surface_p rgb_surface = NULL; in vsp_compose_process_pipeline_param() local
90 rgb_surface = SURFACE(pipeline_param->additional_outputs[0]); in vsp_compose_process_pipeline_param()
91 if (rgb_surface == NULL) { in vsp_compose_process_pipeline_param()
107 rgb_width = ALIGN_TO_16(rgb_surface->width); in vsp_compose_process_pipeline_param()
108 rgb_height = ALIGN_TO_16(rgb_surface->height); in vsp_compose_process_pipeline_param()
109 rgb_stride = rgb_surface->psb_surface->stride; in vsp_compose_process_pipeline_param()
121 &(rgb_surface->psb_surface->buf), in vsp_compose_process_pipeline_param()