Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_corewindow.cpp157 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()
Dgstd3d11window_swapchainpanel.cpp122 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()
Dgstd3d11window.h116 guint surface_height; member
Dgstd3d11window.cpp321 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/
Dgstvkwindow.c65 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/
Dgstglwindow_winrt_egl.cpp513 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/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c98 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/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
217 float y0 = (float) addr->yoffset / surface_height * 2.0f - 1.0f; in st_pbo_draw()
219 float y1 = (float) (addr->yoffset + addr->height) / surface_height * 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()
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()
Dvaapi_encode.h207 int surface_height; member
Dvaapi_encode_vp8.c214 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_vp8_init()
Dvaapi_encode_vp9.c248 ctx->surface_height = FFALIGN(avctx->height, 64); in vaapi_encode_vp9_init()
Dvaapi_encode.c2252 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()
Dvaapi_encode_mjpeg.c513 ctx->surface_height = FFALIGN(avctx->height, 8); in vaapi_encode_mjpeg_init()
Dvaapi_encode_mpeg2.c625 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_mpeg2_init()
Dvaapi_encode_h264.c1211 ctx->surface_height = FFALIGN(avctx->height, 16); in vaapi_encode_h264_init()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi39983 …<var-decl name="surface_height" type-id="19c2251e" visibility="default" filepath="include/drm/drm_…
Dtest-PR27569-v0.abi39954 …<var-decl name="surface_height" type-id="19c2251e" visibility="default" filepath="include/drm/drm_…
/third_party/gstreamer/gstplugins_base/
DChangeLog15458 Otherwise surface_width/surface_height stored in GstGLWindowPrivate