av_hwframe_get_buffer  186 doc/examples/vaapi_encode.c         if ((err = av_hwframe_get_buffer(avctx->hw_frames_ctx, hw_frame, 0)) < 0) {
av_hwframe_get_buffer   38 fftools/ffmpeg_qsv.c     return av_hwframe_get_buffer(ist->hw_frames_ctx, frame, 0);
av_hwframe_get_buffer  501 libavcodec/cuviddec.c             ret = av_hwframe_get_buffer(ctx->hwframe, frame, 0);
av_hwframe_get_buffer 1654 libavcodec/decode.c         ret = av_hwframe_get_buffer(avctx->hw_frames_ctx, frame, 0);
av_hwframe_get_buffer  204 libavcodec/vaapi_encode.c     err = av_hwframe_get_buffer(ctx->recon_frames_ref, pic->recon_image, 0);
av_hwframe_get_buffer  369 libavfilter/qsvvpp.c         ret = av_hwframe_get_buffer(outlink->hw_frames_ctx, out_frame->frame, 0);
av_hwframe_get_buffer  174 libavfilter/vf_scale_cuda.c     ret = av_hwframe_get_buffer(out_ref, s->frame, 0);
av_hwframe_get_buffer  483 libavfilter/vf_scale_cuda.c     ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0);
av_hwframe_get_buffer  192 libavfilter/vf_scale_npp.c     ret = av_hwframe_get_buffer(out_ref, stage->frame, 0);
av_hwframe_get_buffer  487 libavfilter/vf_scale_npp.c     ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0);
av_hwframe_get_buffer  161 libavfilter/vf_transpose_npp.c     ret = av_hwframe_get_buffer(out_ref, stage->frame, 0);
av_hwframe_get_buffer  381 libavfilter/vf_transpose_npp.c     ret = av_hwframe_get_buffer(src->hw_frames_ctx, s->tmp_frame, 0);
av_hwframe_get_buffer   60 libavfilter/video.c         ret = av_hwframe_get_buffer(link->hw_frames_ctx, frame, 0);
av_hwframe_get_buffer  632 libavutil/frame.c         ret = av_hwframe_get_buffer(frame->hw_frames_ctx, &tmp, 0);
av_hwframe_get_buffer  320 libavutil/hwcontext.c         ret = av_hwframe_get_buffer(ref, frames[i], 0);
av_hwframe_get_buffer  521 libavutil/hwcontext.c         ret = av_hwframe_get_buffer(ctx->internal->source_frames,
av_hwframe_get_buffer  382 libavutil/hwcontext.h int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags);