/third_party/pixman/test/ |
D | scaling-bench.c | 45 int dest_height = SOURCE_HEIGHT * scale + 0.5; in main() local 51 uint32_t *dest_buf = aligned_malloc (16, dest_byte_stride * dest_height); in main() 52 memset (dest_buf, 0, dest_byte_stride * dest_height); in main() 58 PIXMAN_a8r8g8b8, dest_width, dest_height, dest_buf, dest_byte_stride); in main() 65 scale, scale, 0, 0, 0, 0, dest_width, dest_height); in main() 72 scale, SOURCE_WIDTH, SOURCE_HEIGHT, dest_width, dest_height, in main() 73 t * 1000, (t / (dest_width * dest_height)) * 1000000000); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-blend.c | 158 gint dest_height, gint dest_width, GstVideoInfo * dest, in gst_video_blend_scale_linear_RGBA() argument 180 dest_width, dest_height)) { in gst_video_blend_scale_linear_RGBA() 192 if (dest_height == 1 || src->height == 1) in gst_video_blend_scale_linear_RGBA() 195 y_increment = ((src->height - 1) << 16) / (dest_height - 1) - 1; in gst_video_blend_scale_linear_RGBA() 214 for (i = 0; i < dest_height; i++) { in gst_video_blend_scale_linear_RGBA() 301 gint i, j, global_alpha_val, src_width, src_height, dest_width, dest_height; in gst_video_blend() local 321 dest_height = GST_VIDEO_FRAME_HEIGHT (dest); in gst_video_blend() 326 dest_width, dest_height, x, y); in gst_video_blend() 330 || x >= dest_width || y >= dest_height) { in gst_video_blend() 392 if (y + src_height > dest_height) in gst_video_blend() [all …]
|
D | video-blend.h | 32 gint dest_height, gint dest_width,
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 51 gint dest_width, dest_height; \ 62 dest_height = GST_VIDEO_FRAME_COMP_HEIGHT (destframe, 0); \ 85 if (ypos + src_height > dest_height) { \ 86 src_height = dest_height - ypos; \ 249 gint dest_width, dest_height; \ 258 dest_height = GST_VIDEO_FRAME_HEIGHT (destframe); \ 286 if (ypos + b_src_height > dest_height) { \ 287 b_src_height = dest_height - ypos; \ 494 gint dest_width, dest_height; \ 503 dest_height = GST_VIDEO_FRAME_HEIGHT (destframe); \ [all …]
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 50 gint dest_width, dest_height; \ 61 dest_height = GST_VIDEO_FRAME_COMP_HEIGHT (destframe, 0); \ 69 if (dst_y_end > dest_height) { \ 70 dst_y_end = dest_height; \ 313 gint dest_width, dest_height; \ 322 dest_height = GST_VIDEO_FRAME_HEIGHT (destframe); \ 324 if (dst_y_end > dest_height) { \ 325 dst_y_end = dest_height; \ 583 gint dest_width, dest_height; \ 592 dest_height = GST_VIDEO_FRAME_HEIGHT (destframe); \ [all …]
|
/third_party/weston/ivi-shell/ |
D | ivi-layout.c | 322 prop->dest_height = height; in init_layer_properties() 334 prop->dest_height = 1; in init_surface_properties() 519 sp->dest_height }; in calc_surface_to_global_matrix_and_mask_to_weston_surface() 527 lp->dest_height }; in calc_surface_to_global_matrix_and_mask_to_weston_surface() 536 lp->dest_height }; in calc_surface_to_global_matrix_and_mask_to_weston_surface() 599 if (ivisurf->prop.dest_width == 0 || ivisurf->prop.dest_height == 0) { in update_prop() 662 int32_t dest_height = 0; in commit_surface_list() local 670 dest_height = ivisurf->prop.dest_height; in commit_surface_list() 676 ivisurf->pending.prop.dest_height, in commit_surface_list() 689 ivisurf->prop.dest_height = dest_height; in commit_surface_list() [all …]
|
D | ivi-layout-transition.c | 313 layout_surface->prop.dest_height); in transition_move_resize_view_destroy() 336 const int32_t dest_height = mrv->start_height + in transition_move_resize_view_user_frame() local 341 dest_width, dest_height); in transition_move_resize_view_user_frame() 403 int32_t dest_width, int32_t dest_height, in ivi_layout_transition_move_resize_view() argument 433 data->end_height = dest_height; in ivi_layout_transition_move_resize_view() 442 dest_width, dest_height, in ivi_layout_transition_move_resize_view() 694 layer->prop.dest_width, layer->prop.dest_height); in transition_move_layer_user_frame()
|
D | ivi-layout-export.h | 88 int32_t dest_height; member 106 int32_t dest_height; member
|
D | ivi-layout-private.h | 140 int32_t dest_width, int32_t dest_height,
|
D | hmi-controller.c | 1557 layout_pos_x, layout_pos_y, prop->dest_width, prop->dest_height); in layer_set_pos()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | multi-touch-viewer.c | 284 GLfloat dest_height = 0.0f; in draw_grid() local 319 dest_height = height; in draw_grid() 330 glUniform1fv(p_params->gl.loc_h, 1, &dest_height); in draw_grid() 346 GLfloat dest_width, dest_height; in redraw_handler() local 382 dest_height = h / view_height; in redraw_handler() 387 glUniform1fv(p_params->gl.loc_h, 1, &dest_height); in redraw_handler()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videoscale.c | 217 gint dest_width, gint dest_height, gint method, in run_test() argument 267 G_TYPE_INT, dest_height, NULL); in run_test() 343 static const gint dest_width = 640, dest_height = 480; in test_passthrough() local 356 dest_width, dest_height, method); in test_passthrough() 358 dest_width, dest_height, method, in test_passthrough() 423 #define CREATE_TEST(name,method,src_width,src_height,dest_width,dest_height) \ argument 435 dest_width, dest_height, method); \ 437 dest_width, dest_height, method, \
|
/third_party/weston/tests/ |
D | ivi-layout-test-plugin.c | 355 runner_assert(prop->dest_height == 1); in RUNNER_TEST() 362 runner_assert(prop->dest_height == 1); in RUNNER_TEST() 369 runner_assert(prop->dest_height == 300); in RUNNER_TEST() 388 prop->dest_width, prop->dest_height) == IVI_SUCCEEDED); in RUNNER_TEST() 413 runner_assert(prop->dest_height == 1); in RUNNER_TEST() 423 runner_assert(prop->dest_height == 1); in RUNNER_TEST() 432 runner_assert(prop->dest_height == 300); in RUNNER_TEST()
|
D | ivi-layout-internal-test.c | 209 iassert(prop->dest_height == 300); in test_layer_dimension() 215 iassert(prop->dest_height == 300); in test_layer_dimension() 220 iassert(prop->dest_height == 600); in test_layer_dimension() 240 prop->dest_width, prop->dest_height) == IVI_SUCCEEDED); in test_layer_position() 266 iassert(prop->dest_height == 300); in test_layer_destination_rectangle() 275 iassert(prop->dest_height == 300); in test_layer_destination_rectangle() 282 iassert(prop->dest_height == 600); in test_layer_destination_rectangle()
|
/third_party/weston/libweston/ |
D | pixman-renderer.c | 201 int32_t dest_height; in composite_whole() local 204 dest_height = pixman_image_get_height(dest); in composite_whole() 219 dest_width, dest_height); in composite_whole() 233 int32_t dest_height; in composite_clipped() local 254 dest_height = pixman_image_get_height(dest); in composite_clipped() 286 dest_width, dest_height); in composite_clipped()
|
D | compositor.c | 3488 double src_width, src_height, dest_width, dest_height; in weston_surface_build_buffer_matrix() local 3502 dest_height = src_height; in weston_surface_build_buffer_matrix() 3505 dest_height = vp->surface.height; in weston_surface_build_buffer_matrix() 3508 if (src_width != dest_width || src_height != dest_height) in weston_surface_build_buffer_matrix() 3511 src_height / dest_height, 1); in weston_surface_build_buffer_matrix()
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.c | 72 ilayer->dst_h = p->dest_height; in get_screens_info() 97 isurface->dst_h = p->dest_height; in get_screens_info()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 174 unsigned short dest_width, unsigned short dest_height, in vlVaAssociateSubpicture() argument 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture()
|
D | va_private.h | 389 unsigned int dest_width, unsigned int dest_height); 402 … short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
|
D | image.c | 573 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | gstd3d9overlay.c | 353 guint dest_width, dest_height; in gst_d3d9_overlay_init_vb() local 373 dest_height = dest_rect.bottom - dest_rect.top; in gst_d3d9_overlay_init_vb() 375 scaleY = (float) dest_height / sink_height; in gst_d3d9_overlay_init_vb()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 219 prop->dest_width, prop->dest_height); in send_surface_event() 274 prop->dest_width, prop->dest_height); in send_layer_event() 419 height = prop->dest_height; in controller_set_surface_destination_rectangle() 824 height = prop->dest_height; 937 int32_t dest_height = 0; local 957 if (output->height > dest_height) 958 dest_height = output->height; 970 dest_rect.height = dest_height; 977 x, y, src_width, src_height, dest_width, dest_height);
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 248 gint dest_height, src_height, dest_width; in copy_ayuv_i420() local 250 dest_height = GST_VIDEO_FRAME_HEIGHT (dest_frame); in copy_ayuv_i420() 265 destY2 = (dest_y < dest_height) ? destY + dest_strideY : destY; in copy_ayuv_i420() 494 if (i == h - 1 && i == dest_height - 1) { in copy_ayuv_i420() 1217 gint dest_width, dest_height; in copy_i420_i420() local 1220 dest_height = GST_VIDEO_FRAME_HEIGHT (dest); in copy_i420_i420() 1500 if (i == h - 1 && i == dest_height - 1) { in copy_i420_i420()
|