Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.c134 av_buffer_unref(&ctx->internal->source_device); in hwdevice_ctx_free()
666 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()
685 dst_ctx->internal->source_device = av_buffer_ref(src_ref); in av_hwdevice_ctx_create_derived_opts()
686 if (!dst_ctx->internal->source_device) { in av_hwdevice_ctx_create_derived_opts()
698 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()
Dhwcontext_internal.h111 AVBufferRef *source_device; member