Home
last modified time | relevance | path

Searched refs:source_frames (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext.c237 av_buffer_unref(&ctx->internal->source_frames); in hwframe_ctx_free()
339 if (ctx->internal->source_frames) { in av_hwframe_ctx_init()
463 if (src_ctx->internal->source_frames) { in av_hwframe_transfer_data()
470 if (dst_ctx->internal->source_frames) { in av_hwframe_transfer_data()
507 if (ctx->internal->source_frames) { in av_hwframe_get_buffer()
521 ret = av_hwframe_get_buffer(ctx->internal->source_frames, in av_hwframe_get_buffer()
802 (src_frames->internal->source_frames && in av_hwframe_map()
803 src_frames->internal->source_frames->data == in av_hwframe_map()
858 if (src->internal->source_frames) { in av_hwframe_ctx_create_derived()
860 (AVHWFramesContext*)src->internal->source_frames->data; in av_hwframe_ctx_create_derived()
[all …]
Dhwcontext_internal.h124 AVBufferRef *source_frames; member