Searched refs:img_w (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 197 unsigned int count, img_w, img_h; in g2d_solid_fill_test() local 209 img_w = screen_width; in g2d_solid_fill_test() 215 x = rand() % (img_w / 2); in g2d_solid_fill_test() 217 w = rand() % (img_w - x); in g2d_solid_fill_test() 220 img.width = img_w; 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 261 img_w = screen_width; in g2d_copy_test() 269 size = img_w * img_h * 4; in g2d_copy_test() 290 src_img.width = img_w; 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/ |
D | image_test.py | 37 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/ |
D | format | 15 field:u16 img_w; offset:32; size:2; signed:0; 26 …num, REC->mixer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/mdss/mdp_sspp_set/ |
D | format | 15 field:u16 img_w; offset:32; size:2; signed:0; 26 …num, REC->mixer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_sspp_change/ |
D | format | 15 field:u16 img_w; offset:32; size:2; signed:0; 26 …num, REC->mixer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_sspp_set/ |
D | format | 15 field:u16 img_w; offset:32; size:2; signed:0; 26 …num, REC->mixer, REC->play_cnt, REC->flags, REC->stage, REC->format, REC->img_w, REC->img_h, REC->…
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | mdss.proto | 32 optional uint32 img_w = 7; field 78 optional uint32 img_w = 7; field
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 606 img_w, dynamic_w = _get_dim(image, 1) 611 img_w, dynamic_w = _get_dim(image, 2) 626 img_wd = math_ops.cast(img_w, dtypes.float64) 630 img_wd = float(img_w) 634 bbox_w_size = img_w - bbox_w_start * 2
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 3015 const GLuint img_w = dst_widths[dst_level]; in getCleanRegions() local 3023 out_regions[out_n_regions][2] = img_w; in getCleanRegions() 3039 if (img_w != reg_r) in getCleanRegions() 3043 out_regions[out_n_regions][2] = img_w - reg_r; in getCleanRegions() 3053 out_regions[out_n_regions][2] = img_w; in getCleanRegions()
|