Lines Matching defs:tmp_ref
648 AVBufferRef *dst_ref = NULL, *tmp_ref;
652 tmp_ref = src_ref;
653 while (tmp_ref) {
654 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data;
656 dst_ref = av_buffer_ref(tmp_ref);
663 tmp_ref = tmp_ctx->internal->source_device;
673 tmp_ref = src_ref;
674 while (tmp_ref) {
675 tmp_ctx = (AVHWDeviceContext*)tmp_ref->data;
695 tmp_ref = tmp_ctx->internal->source_device;