Lines Matching defs:dst_ctx
457 AVHWFramesContext *dst_ctx =
467 if (dst_ctx->internal->source_frames) {
476 ret = dst_ctx->internal->hw_type->transfer_data_to(dst_ctx, dst, src);
649 AVHWDeviceContext *dst_ctx, *tmp_ctx;
671 dst_ctx = (AVHWDeviceContext*)dst_ref->data;
676 if (dst_ctx->internal->hw_type->device_derive) {
677 ret = dst_ctx->internal->hw_type->device_derive(dst_ctx,
682 dst_ctx->internal->source_device = av_buffer_ref(src_ref);
683 if (!dst_ctx->internal->source_device) {