Home
last modified time | relevance | path

Searched refs:av_hwframe_get_buffer (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c38 return av_hwframe_get_buffer(ist->hw_frames_ctx, frame, 0); in qsv_get_buffer()
/third_party/ffmpeg/libavfilter/
Dvideo.c60 ret = av_hwframe_get_buffer(link->hw_frames_ctx, frame, 0); in ff_default_get_video_buffer()
Dvf_transpose_npp.c161 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()
Dvf_scale_npp.c192 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()
Dvf_scale_cuda.c186 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()
Dqsvvpp.c473 ret = av_hwframe_get_buffer(outlink->hw_frames_ctx, out_frame->frame, 0); in query_frame()
/third_party/ffmpeg/libavutil/
Dhwcontext.h382 int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags);
Dhwcontext.c320 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()
Dframe.c631 ret = av_hwframe_get_buffer(frame->hw_frames_ctx, &tmp, 0); in av_frame_make_writable()
/third_party/ffmpeg/doc/examples/
Dvaapi_encode.c186 if ((err = av_hwframe_get_buffer(avctx->hw_frames_ctx, hw_frame, 0)) < 0) { in main()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c505 ret = av_hwframe_get_buffer(ctx->hwframe, frame, 0); in cuvid_output_frame()
Ddecode.c1700 ret = av_hwframe_get_buffer(avctx->hw_frames_ctx, frame, 0); in avcodec_default_get_buffer2()
Dvaapi_encode.c288 err = av_hwframe_get_buffer(ctx->recon_frames_ref, pic->recon_image, 0); in vaapi_encode_issue()