Lines Matching full:src_width
33 int src_width, src_height;
57 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1;
61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
90 src_fmt, src_width, src_height, srcbuf, src_stride);
213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
214 src_width, src_height, dst_width, dst_height);
227 clip_boxes[i].x1 = prng_rand_n (src_width);
230 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);