Searched refs:img_w (Results 1 - 5 of 5) sorted by relevance

/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c190 unsigned int count, img_w, img_h; local
202 img_w = screen_width;
208 x = rand() % (img_w / 2);
210 w = rand() % (img_w - x);
213 img.width = img_w;
240 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
254 img_w = screen_width;
262 size = img_w * img_h * 4;
282 src_img.width = img_w;
288 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_
323 unsigned int img_w, img_h, count; local
447 unsigned int src_x, src_y, img_w, img_h; local
533 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
632 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; local
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dimage_test.py36 img_w = img_h = 20
40 bias = np.random.rand(img_w, img_h, 1) * 64
41 variance = np.random.rand(img_w, img_h, 1) * (255 - 64)
42 imarray = np.random.rand(img_w, img_h, 3) * variance + bias
46 imarray = np.random.rand(img_w, img_h, 1) * variance + bias
/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py532 img_w = math_ops.to_double(img_shape[1])
534 bbox_w_start = math_ops.to_int32((img_w - img_w * central_fraction) / 2)
/external/autotest/client/cros/graphics/
H A Dgraphics_utils.py558 img_w, img_h, upperx, uppery = box
560 '%dx%d+%d+%d' % (img_w, img_h, upperx, uppery))
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp3015 const GLuint img_w = dst_widths[dst_level]; local
3023 out_regions[out_n_regions][2] = img_w;
3039 if (img_w != reg_r)
3043 out_regions[out_n_regions][2] = img_w - reg_r;
3053 out_regions[out_n_regions][2] = img_w;

Completed in 254 milliseconds