/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/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/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_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/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image_test.py | 43 img_w = img_h = 20 47 bias = np.random.rand(img_w, img_h, 1) * 64 48 variance = np.random.rand(img_w, img_h, 1) * (255 - 64) 49 imarray = np.random.rand(img_w, img_h, 3) * variance + bias 53 imarray = np.random.rand(img_w, img_h, 1) * variance + bias
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | mdss.proto | 31 optional uint32 img_w = 7; field 77 optional uint32 img_w = 7; field
|
/external/igt-gpu-tools/tests/ |
D | testdisplay.c | 240 int img_x, img_y, img_w, img_h; in paint_image() local 244 img_w = img_h; in paint_image() 246 img_x = (width / 2) - (img_w / 2); in paint_image() 248 igt_paint_image(cr, file, img_x, img_y, img_h, img_w); in paint_image()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 934 img_w, dynamic_w = _get_dim(image, 1) 939 img_w, dynamic_w = _get_dim(image, 2) 958 img_wd = math_ops.cast(img_w, dtypes.float64) 963 img_wd = float(img_w) 967 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()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 4664 optional uint32 img_w = 7; field 4710 optional uint32 img_w = 7; field
|