/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window_corewindow.cpp | 156 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()
|
D | gstd3d11window_swapchainpanel.cpp | 121 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()
|
D | gstd3d11window.h | 115 guint surface_width; member
|
D | gstd3d11window.cpp | 320 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/ |
D | gstvkwindow.c | 64 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/ |
D | gstglwindow_winrt_egl.cpp | 512 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/ |
D | gstglwindow.c | 97 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/ |
D | st_pbo.h | 93 unsigned surface_width, unsigned surface_height);
|
D | st_pbo.c | 185 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/ |
D | vaapi_encode_h265.c | 331 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()
|
D | vaapi_encode.h | 206 int surface_width; member
|
D | vaapi_encode_vp8.c | 213 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_vp8_init()
|
D | vaapi_encode_vp9.c | 247 ctx->surface_width = FFALIGN(avctx->width, 64); in vaapi_encode_vp9_init()
|
D | vaapi_encode.c | 2252 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()
|
D | vaapi_encode_mjpeg.c | 512 ctx->surface_width = FFALIGN(avctx->width, 8); in vaapi_encode_mjpeg_init()
|
D | vaapi_encode_mpeg2.c | 624 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_mpeg2_init()
|
D | vaapi_encode_h264.c | 1210 ctx->surface_width = FFALIGN(avctx->width, 16); in vaapi_encode_h264_init()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 39980 …<var-decl name="surface_width" type-id="19c2251e" visibility="default" filepath="include/drm/drm_f…
|
D | test-PR27569-v0.abi | 39951 …<var-decl name="surface_width" type-id="19c2251e" visibility="default" filepath="include/drm/drm_f…
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 15458 Otherwise surface_width/surface_height stored in GstGLWindowPrivate
|