Lines Matching refs: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);
170 src_fmt, src_width, src_height, srcbuf, src_stride);
266 clip_boxes[i].x1 = prng_rand_n (src_width);
269 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);
367 printf ("src_width=%d, src_height=%d, src_x=%d, src_y=%d\n",
368 src_width, src_height, src_x, src_y);