• Home
  • Raw
  • Download

Lines Matching refs:buffer_format

357    format = surf->buffer->buffer_format;  in vlVaPutSurface()
600 vl_get_video_buffer_formats(pscreen, templat->buffer_format, resource_formats); in surface_from_external_memory()
614 whandle.format = templat->buffer_format; in surface_from_external_memory()
619 unsigned num_planes = util_format_get_num_planes(templat->buffer_format); in surface_from_external_memory()
631 res_templ.width0 = util_format_get_plane_width(templat->buffer_format, i, in surface_from_external_memory()
633 res_templ.height0 = util_format_get_plane_height(templat->buffer_format, i, in surface_from_external_memory()
673 num_format_planes = util_format_get_num_planes(templat->buffer_format); in surface_from_prime_2()
704 templat->buffer_format, NULL) && in surface_from_prime_2()
707 templat->buffer_format); in surface_from_prime_2()
712 vl_get_video_buffer_formats(pscreen, templat->buffer_format, resource_formats); in surface_from_prime_2()
723 res_templ.format = templat->buffer_format; in surface_from_prime_2()
727 whandle.format = templat->buffer_format; in surface_from_prime_2()
952 templat.buffer_format = pscreen->get_video_param( in vlVaCreateSurfaces2()
970 if (expected_format != templat.buffer_format || memory_attribute) in vlVaCreateSurfaces2()
973 templat.buffer_format = expected_format; in vlVaCreateSurfaces2()
1262 desc->fourcc = PipeFormatToVaFourcc(surf->buffer->buffer_format); in vlVaExportSurfaceHandle()
1311 uint32_t drm_format = pipe_format_to_drm_format(surf->buffer->buffer_format); in vlVaExportSurfaceHandle()