Home
last modified time | relevance | path

Searched refs:src_surfaces (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpostproc.c358 struct pipe_surface **src_surfaces; in vlVaPostProcBlit() local
379 src_surfaces = src->get_surfaces(src); in vlVaPostProcBlit()
380 if (!src_surfaces || !src_surfaces[0]) in vlVaPostProcBlit()
428 struct pipe_surface *from = src_surfaces[i]; in vlVaPostProcBlit()
435 from = src_surfaces[i & ~1]; in vlVaPostProcBlit()
438 from = src_surfaces[(i & ~1) + 1]; in vlVaPostProcBlit()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_vpe.h71 struct pipe_surface **src_surfaces; member
Dsi_vpe.c848 struct pipe_surface **src_surfaces; in si_vpe_processor_is_process_supported() local
856 src_surfaces = input_texture->get_surfaces(input_texture); in si_vpe_processor_is_process_supported()
857 if (!src_surfaces || !src_surfaces[0]) { in si_vpe_processor_is_process_supported()
861 vpeproc->src_surfaces = src_surfaces; in si_vpe_processor_is_process_supported()
873 vpeproc->src_surfaces, in si_vpe_processor_is_process_supported()
996 si_vpe_cs_add_surface_buffer(vpeproc, vpeproc->src_surfaces, RADEON_USAGE_READ); in si_vpe_processor_process_frame()
/external/libva-utils/encode/
Dsvctenc.c105 static VASurfaceID src_surfaces[NUM_SURFACES]; variable
1176 va_status = vaDeriveImage(ctx->va_dpy, src_surfaces[surface], &surface_image); in upload_task()
2546 va_status = vaSyncSurface(ctx->va_dpy, src_surfaces[current_surface->slot_in_surfaces]); in svcenc_store_coded_buffer()
2628 src_surfaces[current_surface->slot_in_surfaces]); in render_picture()
2891 src_surfaces, in svcenc_va_init()
3069 vaDestroySurfaces(ctx->va_dpy, src_surfaces, NUM_SURFACES); in svcenc_va_end()