Searched refs:av_hwframe_get_buffer (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffmpeg_qsv.c | 38 return av_hwframe_get_buffer(ist->hw_frames_ctx, frame, 0); in qsv_get_buffer()
|
/third_party/ffmpeg/libavfilter/ |
D | video.c | 60 ret = av_hwframe_get_buffer(link->hw_frames_ctx, frame, 0); in ff_default_get_video_buffer()
|
D | vf_transpose_npp.c | 161 ret = av_hwframe_get_buffer(out_ref, stage->frame, 0); in init_stage() 381 ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0); in npptranspose_filter()
|
D | vf_scale_npp.c | 192 ret = av_hwframe_get_buffer(out_ref, stage->frame, 0); in init_stage() 487 ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0); in nppscale_scale()
|
D | vf_scale_cuda.c | 186 ret = av_hwframe_get_buffer(out_ref, s->frame, 0); in init_hwframe_ctx() 552 ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0); in cudascale_scale()
|
D | qsvvpp.c | 473 ret = av_hwframe_get_buffer(outlink->hw_frames_ctx, out_frame->frame, 0); in query_frame()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 382 int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags);
|
D | hwcontext.c | 320 ret = av_hwframe_get_buffer(ref, frames[i], 0); in hwframe_pool_prealloc() 502 int av_hwframe_get_buffer(AVBufferRef *hwframe_ref, AVFrame *frame, int flags) in av_hwframe_get_buffer() function 521 ret = av_hwframe_get_buffer(ctx->internal->source_frames, in av_hwframe_get_buffer()
|
D | frame.c | 631 ret = av_hwframe_get_buffer(frame->hw_frames_ctx, &tmp, 0); in av_frame_make_writable()
|
/third_party/ffmpeg/doc/examples/ |
D | vaapi_encode.c | 186 if ((err = av_hwframe_get_buffer(avctx->hw_frames_ctx, hw_frame, 0)) < 0) { in main()
|
/third_party/ffmpeg/libavcodec/ |
D | cuviddec.c | 505 ret = av_hwframe_get_buffer(ctx->hwframe, frame, 0); in cuvid_output_frame()
|
D | decode.c | 1700 ret = av_hwframe_get_buffer(avctx->hw_frames_ctx, frame, 0); in avcodec_default_get_buffer2()
|
D | vaapi_encode.c | 288 err = av_hwframe_get_buffer(ctx->recon_frames_ref, pic->recon_image, 0); in vaapi_encode_issue()
|