Searched refs:yuv_height (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dvsp_compose.c58 int yuv_width = 0, yuv_height = 0, yuv_stride = 0; local
100 yuv_height = yuv_surface->height_origin;
128 cell_compose_param->Video_IN_ysize = yuv_height;
180 cell_compose_param->scalefactor_dy = (unsigned int)(1024 / (((float)out_height) / yuv_height) + 0.5);

Completed in 25 milliseconds