Searched refs:dest_h (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | xv.c | 51 unsigned int dest_w, dest_h; /**< display area dimensions */ member 239 if (av_cmp_q(dar, (AVRational){ xv->dest_w, xv->dest_h }) > 0) { in compute_display_area() 241 xv->dest_y = xv->dest_h; in compute_display_area() 243 xv->dest_h = av_rescale(xv->dest_w, dar.den, dar.num); in compute_display_area() 244 xv->dest_y -= xv->dest_h; in compute_display_area() 250 xv->dest_w = av_rescale(xv->dest_h, dar.num, dar.den); in compute_display_area() 265 xv->dest_h = window_attrs.height; in xv_repaint() 280 rect[1].y = xv->dest_h + xv->dest_y; in xv_repaint() 287 xv->dest_x, xv->dest_y, xv->dest_w, xv->dest_h, True) != Success) { in xv_repaint()
|
/third_party/libnl/lib/route/link/ |
D | sriov.c | 91 struct rtnl_link_vf *s_list, *d_vf, *s_vf, *next, *dest_h = NULL; in rtnl_link_sriov_clone() local 101 dest_h = dst->l_vf_list; in rtnl_link_sriov_clone() 136 nl_list_add_head(&d_vf->vf_list, &dest_h->vf_list); in rtnl_link_sriov_clone() 137 dest_h = d_vf; in rtnl_link_sriov_clone()
|
/third_party/weston/libweston/backend-drm/ |
D | state-propose.c | 345 plane_state->src_h != plane_state->dest_h << 16) { in drm_output_prepare_cursor_view() 385 plane_state->dest_h = b->cursor_height; in drm_output_prepare_cursor_view() 466 state->dest_h != (unsigned) output->base.current_mode->height) { in drm_output_prepare_scanout_view()
|
D | state-helpers.c | 210 state->dest_h = tbox.y2 - tbox.y1; in drm_plane_state_coords_for_view()
|
D | drm-internal.h | 419 uint32_t dest_w, dest_h; member
|
D | kms.c | 733 assert(scanout_state->dest_h == scanout_state->src_h >> 16); in drm_output_apply_state_legacy() 1016 plane_state->dest_h); in drm_output_apply_state_atomic()
|
D | drm.c | 413 scanout_state->dest_h = output->base.current_mode->height; in drm_output_render()
|