Home | History | Annotate | Download | only in test

Lines Matching refs:dst_height

34     int                dst_width, dst_height;
60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
75 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
78 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
81 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
91 dstbuf += (dst_stride / 4) * (dst_height - 1);
105 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
225 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
226 src_width, src_height, dst_width, dst_height);
267 clip_boxes[i].y1 = prng_rand_n (dst_height);
271 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
300 dstbuf += (dst_stride / 4) * (dst_height - 1);