/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_corewindow.cpp | 157 window->surface_height = height; in IFACEMETHOD() 308 "client size %dx%d", window->surface_width, window->surface_height); in gst_d3d11_window_core_window_constructed() 310 window->surface_height = size.Height; in gst_d3d11_window_core_window_constructed() 497 window->surface_width, window->surface_height); in gst_d3d11_window_core_window_update_swap_chain() 530 "New size %dx%d", window->surface_width, window->surface_height); in gst_d3d11_window_core_window_on_resize_sync() 533 window->surface_width, window->surface_height); in gst_d3d11_window_core_window_on_resize_sync()
|
D | gstd3d11window_swapchainpanel.cpp | 122 window->surface_height = new_size.Height; in IFACEMETHOD() 281 window->surface_height = size.Height; in gst_d3d11_window_swap_chain_panel_constructed() 489 window->surface_height); in gst_d3d11_window_swap_chain_panel_update_swap_chain() 522 "New size %dx%d", window->surface_width, window->surface_height); in gst_d3d11_window_swap_chain_panel_on_resize_sync() 525 window->surface_width, window->surface_height); in gst_d3d11_window_swap_chain_panel_on_resize_sync()
|
D | gstd3d11window.h | 116 guint surface_height; member
|
D | gstd3d11window.cpp | 321 window->surface_height = desc.Height; in gst_d3d11_window_on_resize_default() 327 dst_rect.h = window->surface_height; in gst_d3d11_window_on_resize_default()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkwindow.c | 65 guint surface_height; member 447 priv->surface_height = height; in gst_vulkan_window_resize() 502 priv->surface_width, priv->surface_height); in gst_vulkan_window_get_surface_dimensions() 504 *height = priv->surface_height; in gst_vulkan_window_get_surface_dimensions()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/ |
D | gstglwindow_winrt_egl.cpp | 513 guint surface_height; member 667 if (!priv->surface_width || !priv->surface_height) { in gst_gl_window_winrt_egl_show() 671 priv->surface_height = height; in gst_gl_window_winrt_egl_show() 692 priv->surface_height = height; in gst_gl_window_winrt_egl_on_resize()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/ |
D | simple-weston-client.c | 62 uint32_t surface_height; member 131 bkgnd_settings->surface_height = 1; in get_bkgnd_settings_cursor_info() 615 size = stride * bkgnd_settings->surface_height; in create_shm_buffer() 636 bkgnd_settings->surface_height, in create_shm_buffer() 661 bkgnd_settings->surface_width, bkgnd_settings->surface_height); in draw_bkgnd_surface()
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 212 const float surface_height = (float)layer->height * 0.5; in mode_divided_into_tiling() local 255 surface_y = (int32_t)surface_height; in mode_divided_into_tiling() 265 (int32_t)surface_height); in mode_divided_into_tiling() 289 int32_t surface_height = layer->height; in mode_divided_into_sidebyside() local 334 surface_height); in mode_divided_into_sidebyside() 358 const int32_t surface_height = layer->height; in mode_fullscreen_someone() local 392 surface_height); in mode_fullscreen_someone() 407 int32_t surface_height = 0; in mode_random_replace() local 439 surface_height = (int32_t)(layers[layer_idx]->height * 0.25f); in mode_random_replace() 441 surface_y = rand() % (layers[layer_idx]->height - surface_height); in mode_random_replace() [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.h | 79 unsigned surface_width, unsigned surface_height);
|
D | st_pbo.c | 196 unsigned surface_width, unsigned surface_height) in st_pbo_draw() argument 228 float y0 = (float) addr->yoffset / surface_height * 2.0f - 1.0f; in st_pbo_draw() 230 float y1 = (float) (addr->yoffset + addr->height) / surface_height * 2.0f - 1.0f; in st_pbo_draw()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglwindow.c | 98 guint surface_height; member 941 *height = window->priv->surface_height; in gst_gl_window_get_surface_dimensions() 1034 height = window->priv->surface_height; in gst_gl_window_set_render_rectangle() 1087 resize->window->priv->surface_height = resize->height; in _on_resize()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_encode_h265.c | 331 ctx->surface_width, ctx->surface_height, in vaapi_encode_h265_init_sequence_params() 390 sps->pic_height_in_luma_samples = ctx->surface_height; in vaapi_encode_h265_init_sequence_params() 393 avctx->height != ctx->surface_height) { in vaapi_encode_h265_init_sequence_params() 400 (ctx->surface_height - avctx->height) >> desc->log2_chroma_h; in vaapi_encode_h265_init_sequence_params() 1194 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_h265_init()
|
D | vaapi_encode_vp8.c | 214 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_vp8_init()
|
D | vaapi_encode.h | 207 int surface_height; member
|
D | vaapi_encode_vp9.c | 248 ctx->surface_height = FFALIGN(avctx->height, 64); in vaapi_encode_vp9_init()
|
D | vaapi_encode.c | 2252 3 * ctx->surface_width * ctx->surface_height + in vaapi_encode_alloc_output_buffer() 2321 ctx->surface_height < constraints->min_height || in vaapi_encode_create_recon_frames() 2323 ctx->surface_height > constraints->max_height) { in vaapi_encode_create_recon_frames() 2326 ctx->surface_width, ctx->surface_height, in vaapi_encode_create_recon_frames() 2346 ctx->recon_frames->height = ctx->surface_height; in vaapi_encode_create_recon_frames() 2445 ctx->surface_width, ctx->surface_height, in ff_vaapi_encode_init()
|
D | vaapi_encode_mjpeg.c | 513 ctx->surface_height = FFALIGN(avctx->height, 8); in vaapi_encode_mjpeg_init()
|
D | vaapi_encode_mpeg2.c | 625 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_mpeg2_init()
|
D | vaapi_encode_h264.c | 1211 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_h264_init()
|
/third_party/weston/clients/ |
D | window.c | 1800 int surface_width, surface_height; in widget_cairo_update_transform() local 1805 surface_height = surface->allocation.height; in widget_cairo_update_transform() 1847 translate_y = surface_height; in widget_cairo_update_transform() 1852 translate_y = surface_height; in widget_cairo_update_transform() 1856 translate_x = surface_height; in widget_cairo_update_transform() 1861 translate_x = surface_height; in widget_cairo_update_transform()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 15458 Otherwise surface_width/surface_height stored in GstGLWindowPrivate
|