Lines Matching refs:sw_format
1368 int planes = av_pix_fmt_count_planes(cuda_fc->sw_format); in vulkan_free_internal()
1395 int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_frame_free()
1415 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in alloc_bind_mem()
1489 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in prepare_frame()
1581 enum AVPixelFormat format = hwfc->sw_format; in create_frame()
1681 .format = av_vkfmt_from_pixfmt(hwfc->sw_format)[0], in try_export_flags()
1721 for (int i = 0; i < av_pix_fmt_count_planes(hwfc->sw_format); i++) { in vulkan_pool_alloc()
1837 fmts[0] = hwfc->sw_format; in vulkan_transfer_get_formats()
1853 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_frame()
1888 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_map_frame_to_mem()
1976 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_unmap_from()
2089 hwfc->sw_format, src->width, src->height, i); in vulkan_map_from_drm_frame_desc()
2327 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_export_to_cuda()
2328 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(hwfc->sw_format); in vulkan_export_to_cuda()
2388 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i); in vulkan_export_to_cuda()
2454 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_transfer_data_from_cuda()
2455 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(hwfc->sw_format); in vulkan_transfer_data_from_cuda()
2498 get_plane_wh(&p_w, &p_h, hwfc->sw_format, hwfc->width, hwfc->height, i); in vulkan_transfer_data_from_cuda()
2586 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_map_to_drm()
2643 VkFormat plane_vkfmt = av_vkfmt_from_pixfmt(hwfc->sw_format)[i]; in vulkan_map_to_drm()
3247 const int planes = av_pix_fmt_count_planes(hwfc->sw_format); in vulkan_transfer_data_to_cuda()
3248 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(hwfc->sw_format); in vulkan_transfer_data_to_cuda()
3291 get_plane_wh(&w, &h, hwfc->sw_format, hwfc->width, hwfc->height, i); in vulkan_transfer_data_to_cuda()