Lines Matching defs:hwdevice
82 AVBufferRef *hwdevice;
397 AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)ctx->hwdevice->data;
462 AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)ctx->hwdevice->data;
658 AVHWDeviceContext *device_ctx = ctx->hwdevice ? (AVHWDeviceContext *)ctx->hwdevice->data : NULL;
679 av_buffer_unref(&ctx->hwdevice);
856 ctx->hwdevice = av_buffer_ref(hwframe_ctx->device_ref);
857 if (!ctx->hwdevice) {
863 ctx->hwdevice = av_buffer_ref(avctx->hw_device_ctx);
864 if (!ctx->hwdevice) {
869 ret = av_hwdevice_ctx_create(&ctx->hwdevice, AV_HWDEVICE_TYPE_CUDA, ctx->cu_gpu, NULL, 0);
874 ctx->hwframe = av_hwframe_ctx_alloc(ctx->hwdevice);
1037 AVHWDeviceContext *device_ctx = (AVHWDeviceContext*)ctx->hwdevice->data;