Home
last modified time | relevance | path

Searched refs:next_surface (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/libva-utils/libva-utils-2.13.0/encode/
H A Dsvctenc.c1484 next_surface.is_ref = (next_surface.temporal_id != ctx->hierarchical_levels - 1); in update_next_picture_info()
1499 next_surface.is_intra = (next_surface.picture_type == VAEncPictureTypeIntra); in update_next_picture_info()
1500 next_surface.is_idr = 0; in update_next_picture_info()
1501 next_surface.rec_surface = rec_surfaces[next_surface.slot_in_surfaces]; in update_next_picture_info()
1502 next_surface.poc = next_surface.display_order; in update_next_picture_info()
1541 next_surface.display_order = next_surface.coding_order; in update_next_picture_info_pgop()
1544 next_surface.is_ref = (next_surface.temporal_id != ctx->hierarchical_levels - 1); in update_next_picture_info_pgop()
1556 next_surface.is_intra = (next_surface.picture_type == VAEncPictureTypeIntra); in update_next_picture_info_pgop()
1557 next_surface.is_idr = !(next_surface.display_order % ctx->intra_idr_period); in update_next_picture_info_pgop()
1558 next_surface.rec_surface = rec_surfaces[next_surface.slot_in_surfaces]; in update_next_picture_info_pgop()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d8-capture.cpp206 int next_surface; in d3d8_shmem_capture() local
209 next_surface = (data.cur_surface + 1) % NUM_BUFFERS; in d3d8_shmem_capture()
210 d3d8_shmem_capture_copy(next_surface); in d3d8_shmem_capture()
234 data.cur_surface = next_surface; in d3d8_shmem_capture()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/egl/
H A Degl_client.c621 (EGLSurface)(size_t)process->next_surface, in eglCreateWindowSurface()
642 if (khrn_pointer_map_insert(&process->surfaces, process->next_surface, surface)) { in eglCreateWindowSurface()
644 result = (EGLSurface)(size_t)process->next_surface++; in eglCreateWindowSurface()
870 (EGLSurface)(size_t)process->next_surface, in eglCreatePbufferSurface()
887 if (khrn_pointer_map_insert(&process->surfaces, process->next_surface, surface)) { in eglCreatePbufferSurface()
889 result = (EGLSurface)(size_t)process->next_surface++; in eglCreatePbufferSurface()
1012 (EGLSurface)(size_t)process->next_surface, in eglCreatePixmapSurface()
1031 result = (EGLSurface)(size_t)process->next_surface++; in eglCreatePixmapSurface()
1301 (EGLSurface)(size_t)process->next_surface, in eglCreatePbufferFromClientBuffer()
1310 if (khrn_pointer_map_insert(&process->surfaces, process->next_surface, surface)) { in eglCreatePbufferFromClientBuffer()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/middleware/khronos/egl/
H A Degl_server.h62 uint32_t next_surface; member
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp578 struct wl_surface* next_surface = nullptr; in com_wl_end_transaction() local
586 if (!next_surface) { in com_wl_end_transaction()
587 next_surface = tile->surface; in com_wl_end_transaction()
591 prev_surface = next_surface; in com_wl_end_transaction()
/dports/www/firefox/firefox-99.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp578 struct wl_surface* next_surface = nullptr; in com_wl_end_transaction() local
586 if (!next_surface) { in com_wl_end_transaction()
587 next_surface = tile->surface; in com_wl_end_transaction()
591 prev_surface = next_surface; in com_wl_end_transaction()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp578 struct wl_surface* next_surface = nullptr; in com_wl_end_transaction() local
586 if (!next_surface) { in com_wl_end_transaction()
587 next_surface = tile->surface; in com_wl_end_transaction()
591 prev_surface = next_surface; in com_wl_end_transaction()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/
H A Dkhrn_client.h269 uint32_t next_surface; member
H A Dkhrn_client.c172 process->next_surface = 1; in client_process_state_init()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddynamicpaint.c1008 DynamicPaintSurface *next_surface = NULL; in dynamicPaint_freeCanvas() local
1011 next_surface = surface->next; in dynamicPaint_freeCanvas()
1013 surface = next_surface; in dynamicPaint_freeCanvas()