HomeSort by: relevance | last modified time | path
    Searched refs:chroma_stride (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/util/
format.h 52 unsigned int chroma_stride; member in struct:util_yuv_info
format.c 38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
pattern.c 229 unsigned int cs = yuv->chroma_stride;
358 unsigned int cs = yuv->chroma_stride;
1449 unsigned int cs = yuv->chroma_stride;
1481 unsigned int cs = yuv->chroma_stride;
1951 unsigned int cs = yuv->chroma_stride;
1991 is_power_of_two(info->chroma_stride), 1)) {
2005 unsigned int cs = yuv->chroma_stride;

Completed in 5 milliseconds