Home
last modified time | relevance | path

Searched refs:surface_width (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_corewindow.cpp156 window->surface_width = width; in IFACEMETHOD()
308 "client size %dx%d", window->surface_width, window->surface_height); in gst_d3d11_window_core_window_constructed()
309 window->surface_width = size.Width; 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()
Dgstd3d11window_swapchainpanel.cpp121 window->surface_width = new_size.Width; in IFACEMETHOD()
280 window->surface_width = size.Width; in gst_d3d11_window_swap_chain_panel_constructed()
488 gst_d3d11_window_swap_chain_panel_on_resize (window, window->surface_width, 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()
Dgstd3d11window.h115 guint surface_width; member
Dgstd3d11window.cpp320 window->surface_width = desc.Width; in gst_d3d11_window_on_resize_default()
326 dst_rect.w = window->surface_width; in gst_d3d11_window_on_resize_default()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c64 guint surface_width; member
446 priv->surface_width = width; in gst_vulkan_window_resize()
502 priv->surface_width, priv->surface_height); in gst_vulkan_window_get_surface_dimensions()
503 *width = priv->surface_width; in gst_vulkan_window_get_surface_dimensions()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/winrt/
Dgstglwindow_winrt_egl.cpp512 guint surface_width; member
667 if (!priv->surface_width || !priv->surface_height) { in gst_gl_window_winrt_egl_show()
670 priv->surface_width = width; in gst_gl_window_winrt_egl_show()
691 priv->surface_width = width; in gst_gl_window_winrt_egl_on_resize()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c97 guint surface_width; member
939 *width = window->priv->surface_width; in gst_gl_window_get_surface_dimensions()
1033 width = window->priv->surface_width; in gst_gl_window_set_render_rectangle()
1086 resize->window->priv->surface_width = resize->width; in _on_resize()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.h93 unsigned surface_width, unsigned surface_height);
Dst_pbo.c185 unsigned surface_width, unsigned surface_height) in st_pbo_draw() argument
216 float x0 = (float) addr->xoffset / surface_width * 2.0f - 1.0f; in st_pbo_draw()
218 float x1 = (float) (addr->xoffset + addr->width) / surface_width * 2.0f - 1.0f; in st_pbo_draw()
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_h265.c331 ctx->surface_width, ctx->surface_height, in vaapi_encode_h265_init_sequence_params()
389 sps->pic_width_in_luma_samples = ctx->surface_width; in vaapi_encode_h265_init_sequence_params()
392 if (avctx->width != ctx->surface_width || in vaapi_encode_h265_init_sequence_params()
397 (ctx->surface_width - avctx->width) >> desc->log2_chroma_w; in vaapi_encode_h265_init_sequence_params()
1193 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_h265_init()
Dvaapi_encode.h206 int surface_width; member
Dvaapi_encode_vp8.c213 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_vp8_init()
Dvaapi_encode_vp9.c247 ctx->surface_width = FFALIGN(avctx->width, 64); in vaapi_encode_vp9_init()
Dvaapi_encode.c2252 3 * ctx->surface_width * ctx->surface_height + in vaapi_encode_alloc_output_buffer()
2320 if (ctx->surface_width < constraints->min_width || in vaapi_encode_create_recon_frames()
2322 ctx->surface_width > constraints->max_width || in vaapi_encode_create_recon_frames()
2326 ctx->surface_width, ctx->surface_height, in vaapi_encode_create_recon_frames()
2345 ctx->recon_frames->width = ctx->surface_width; in vaapi_encode_create_recon_frames()
2445 ctx->surface_width, ctx->surface_height, in ff_vaapi_encode_init()
Dvaapi_encode_mjpeg.c512 ctx->surface_width = FFALIGN(avctx->width, 8); in vaapi_encode_mjpeg_init()
Dvaapi_encode_mpeg2.c624 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_mpeg2_init()
Dvaapi_encode_h264.c1210 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_h264_init()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi39980 …<var-decl name="surface_width" type-id="19c2251e" visibility="default" filepath="include/drm/drm_f…
Dtest-PR27569-v0.abi39951 …<var-decl name="surface_width" type-id="19c2251e" visibility="default" filepath="include/drm/drm_f…
/third_party/gstreamer/gstplugins_base/
DChangeLog15458 Otherwise surface_width/surface_height stored in GstGLWindowPrivate