Home
last modified time | relevance | path

Searched refs:dest_height (Results 1 – 23 of 23) sorted by relevance

/third_party/pixman/test/
Dscaling-bench.c45 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/
Dvideo-blend.c158 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 …]
Dvideo-blend.h32 gint dest_height, gint dest_width,
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c51 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/
Dblend.c50 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/
Divi-layout.c322 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 …]
Divi-layout-transition.c313 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()
Divi-layout-export.h88 int32_t dest_height; member
106 int32_t dest_height; member
Divi-layout-private.h140 int32_t dest_width, int32_t dest_height,
Dhmi-controller.c1557 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/
Dmulti-touch-viewer.c284 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/
Dvideoscale.c217 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/
Divi-layout-test-plugin.c355 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()
Divi-layout-internal-test.c209 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/
Dpixman-renderer.c201 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()
Dcompositor.c3488 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/
Dscreen-info.c72 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/
Dsubpicture.c174 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()
Dva_private.h389 unsigned int dest_width, unsigned int dest_height);
402 … short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height,
Dimage.c573 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) in vlVaPutImage() argument
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dgstd3d9overlay.c353 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/
Divi-controller.c219 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/
Dgstvideobox.c248 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()