Searched refs:tex_alignment (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_cuda.c | 35 int tex_alignment; member 145 err = CHECK_CU(cu->cuDeviceGetAttribute(&priv->tex_alignment, in cuda_frames_init() 151 av_log(ctx, AV_LOG_DEBUG, "CUDA texture alignment: %d\n", priv->tex_alignment); in cuda_frames_init() 157 priv->tex_alignment *= 2; in cuda_frames_init() 162 int size = av_image_get_buffer_size(ctx->sw_format, ctx->width, ctx->height, priv->tex_alignment); in cuda_frames_init() 184 ctx->sw_format, ctx->width, ctx->height, priv->tex_alignment); in cuda_get_buffer()
|
Completed in 2 milliseconds