Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext.c651 AVBufferRef *dst_ref = NULL, *tmp_ref; in av_hwdevice_ctx_create_derived_opts() local
655 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts()
656 while (tmp_ref) { in av_hwdevice_ctx_create_derived_opts()
657 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
659 dst_ref = av_buffer_ref(tmp_ref); in av_hwdevice_ctx_create_derived_opts()
666 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()
676 tmp_ref = src_ref; in av_hwdevice_ctx_create_derived_opts()
677 while (tmp_ref) { in av_hwdevice_ctx_create_derived_opts()
678 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data; in av_hwdevice_ctx_create_derived_opts()
698 tmp_ref = tmp_ctx->internal->source_device; in av_hwdevice_ctx_create_derived_opts()