Searched defs:y_mem (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| H A D | pattern.c | 187 fill_smpte_yuv_planar(const struct util_yuv_info * yuv,unsigned char * y_mem,unsigned char * u_mem,unsigned char * v_mem,unsigned int width,unsigned int height,unsigned int stride) argument 304 fill_smpte_yuv_planar_10bpp(const struct util_yuv_info * yuv,unsigned char * y_mem,unsigned char * uv_mem,unsigned int width,unsigned int height,unsigned int stride) argument 465 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; local in function:fill_smpte_yuv_packed 1424 fill_tiles_yuv_planar(const struct util_format_info * info,unsigned char * y_mem,unsigned char * u_mem,unsigned char * v_mem,unsigned int width,unsigned int height,unsigned int stride) argument 1454 fill_tiles_yuv_planar_10bpp(const struct util_format_info * info,unsigned char * y_mem,unsigned char * uv_mem,unsigned int width,unsigned int height,unsigned int stride) argument 1498 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; local in function:fill_tiles_yuv_packed [all...] |
Completed in 4 milliseconds