Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_fb.c2518 unsigned int rgb24_stride = cvt->dst.fb->strides[0]; in convert_yuv_to_rgb24() local
2561 rgb24 += rgb24_stride; in convert_yuv_to_rgb24()
2581 unsigned rgb24_stride = cvt->src.fb->strides[0]; in convert_rgb24_to_yuv() local
2637 pair_rgb24 += rgb24_stride * (dst_fmt->vsub - 1); in convert_rgb24_to_yuv()
2649 rgb24 += rgb24_stride; in convert_rgb24_to_yuv()