Home
last modified time | relevance | path

Searched refs:img_h (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c197 unsigned int count, img_w, img_h; in g2d_solid_fill_test() local
210 img_h = screen_height; in g2d_solid_fill_test()
216 y = rand() % (img_h / 2); in g2d_solid_fill_test()
218 h = rand() % (img_h - y); in g2d_solid_fill_test()
221 img.height = img_h; in g2d_solid_fill_test()
247 unsigned int src_x, src_y, dst_x, dst_y, img_w, img_h; in g2d_copy_test() local
262 img_h = screen_height; in g2d_copy_test()
269 size = img_w * img_h * 4; in g2d_copy_test()
291 src_img.height = img_h; in g2d_copy_test()
296 ret = g2d_solid_fill(ctx, &src_img, src_x, src_y, img_w, img_h); in g2d_copy_test()
[all …]
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py37 img_w = img_h = 20
41 bias = np.random.rand(img_w, img_h, 1) * 64
42 variance = np.random.rand(img_w, img_h, 1) * (255 - 64)
43 imarray = np.random.rand(img_w, img_h, 3) * variance + bias
47 imarray = np.random.rand(img_w, img_h, 1) * variance + bias
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/mdss/mdp_sspp_change/
Dformat16 field:u16 img_h; offset:34; size:2; signed:0;
26 …xer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->src_x, REC->…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/mdss/mdp_sspp_set/
Dformat16 field:u16 img_h; offset:34; size:2; signed:0;
26 …xer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->src_x, REC->…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_sspp_change/
Dformat16 field:u16 img_h; offset:34; size:2; signed:0;
26 …xer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->src_x, REC->…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_sspp_set/
Dformat16 field:u16 img_h; offset:34; size:2; signed:0;
26 …xer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->src_x, REC->…
/external/perfetto/protos/perfetto/trace/ftrace/
Dmdss.proto33 optional uint32 img_h = 8; field
79 optional uint32 img_h = 8; field
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py605 img_h, dynamic_h = _get_dim(image, 0)
610 img_h, dynamic_h = _get_dim(image, 1)
618 img_hd = math_ops.cast(img_h, dtypes.float64)
622 img_hd = float(img_h)
633 bbox_h_size = img_h - bbox_h_start * 2
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3016 const GLuint img_h = dst_heights[dst_level]; in getCleanRegions() local
3049 if (img_h != reg_t) in getCleanRegions()
3054 out_regions[out_n_regions][3] = img_h - reg_t; in getCleanRegions()