Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:y_height

732     unsigned int y_stride, y_height, y_size;
741 y_height = VENUS_Y_SCANLINES(color_format, height);
742 y_size = ALIGN((y_stride * y_height), alignment);