Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_compose.c55 object_surface_p yuv_surface = NULL; in vsp_compose_process_pipeline_param() local
82 yuv_surface = SURFACE(pipeline_param->surface); in vsp_compose_process_pipeline_param()
83 if (yuv_surface == NULL) { in vsp_compose_process_pipeline_param()
99 yuv_width = ALIGN_TO_16(yuv_surface->width); in vsp_compose_process_pipeline_param()
100 yuv_height = yuv_surface->height_origin; in vsp_compose_process_pipeline_param()
101 yuv_stride = yuv_surface->psb_surface->stride; in vsp_compose_process_pipeline_param()
134 &(yuv_surface->psb_surface->buf), in vsp_compose_process_pipeline_param()