Lines Matching defs:frame
225 /* init the frame pool if the caller didn't provide one */
229 av_log(ctx, AV_LOG_ERROR, "Error creating an internal frame pool\n");
237 static int dxva2_get_buffer(AVHWFramesContext *ctx, AVFrame *frame)
239 frame->buf[0] = av_buffer_pool_get(ctx->pool);
240 if (!frame->buf[0])
243 frame->data[3] = frame->buf[0]->data;
244 frame->format = AV_PIX_FMT_DXVA2_VLD;
245 frame->width = ctx->width;
246 frame->height = ctx->height;