Home | History | Annotate | Download | only in test

Lines Matching defs:src_width

58     int                src_width, src_height;
100 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1;
115 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
130 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
151 src_fmt, src_width, src_height, srcbuf, src_stride);
248 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
249 src_width, src_height, dst_width, dst_height);
262 clip_boxes[i].x1 = prng_rand_n (src_width);
265 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);