Home
last modified time | relevance | path

Searched refs:surface_flags (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadeinterlace.c356 _set_field (GstVaDeinterlace * self, guint32 * surface_flags) in _set_field() argument
362 && (*surface_flags & VA_TOP_FIELD_FIRST)) in _set_field()
364 && (*surface_flags & VA_BOTTOM_FIELD_FIRST))) { in _set_field()
365 *surface_flags |= VA_BOTTOM_FIELD; in _set_field()
367 *surface_flags |= VA_TOP_FIELD; in _set_field()
371 && (*surface_flags & VA_BOTTOM_FIELD_FIRST)) in _set_field()
373 && (*surface_flags & VA_TOP_FIELD_FIRST))) { in _set_field()
374 *surface_flags |= VA_BOTTOM_FIELD; in _set_field()
376 *surface_flags |= VA_TOP_FIELD; in _set_field()
391 guint i, surface_flags; in gst_va_deinterlace_transform() local
[all …]
Dgstvafilter.c1730 guint32 surface_flags = 0; in gst_va_buffer_get_surface_flags() local
1739 surface_flags = VA_TOP_FIELD_FIRST; in gst_va_buffer_get_surface_flags()
1741 surface_flags = VA_BOTTOM_FIELD_FIRST; in gst_va_buffer_get_surface_flags()
1744 surface_flags = VA_FRAME_PICTURE; in gst_va_buffer_get_surface_flags()
1748 surface_flags = VA_BOTTOM_FIELD_FIRST; in gst_va_buffer_get_surface_flags()
1751 surface_flags = VA_TOP_FIELD_FIRST; in gst_va_buffer_get_surface_flags()
1754 return surface_flags; in gst_va_buffer_get_surface_flags()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c48 int *mc_type, int *surface_flags, in Validate() argument
64 assert(surface_flags); in Validate()
99 *surface_flags = surface_info[l].flags; in Validate()
113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h); in Validate()
188 int surface_flags = 0; in XvMCCreateContext() local
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
222 if (surface_flags & XVMC_INTRA_UNSIGNED) { in XvMCCreateContext()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c440 unsigned surface_flags; in SVGA3D_SurfaceDMA() local
444 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_SurfaceDMA()
448 surface_flags = SVGA_RELOC_READ; in SVGA3D_SurfaceDMA()
466 texture->handle, surface_flags); in SVGA3D_SurfaceDMA()
500 unsigned surface_flags; in SVGA3D_BufferDMA() local
506 surface_flags = SVGA_RELOC_WRITE; in SVGA3D_BufferDMA()
510 surface_flags = SVGA_RELOC_READ; in SVGA3D_BufferDMA()
528 NULL, host, surface_flags); in SVGA3D_BufferDMA()
Dsvga_resource_buffer_upload.c577 unsigned surface_flags; in svga_buffer_upload_hb_command() local
584 surface_flags = SVGA_RELOC_WRITE; in svga_buffer_upload_hb_command()
588 surface_flags = SVGA_RELOC_READ; in svga_buffer_upload_hb_command()
607 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags); in svga_buffer_upload_hb_command()