Lines Matching defs:from
1559 av_log(ctx, AV_LOG_ERROR, "Unable to get device info from VAAPI!\n");
1577 av_log(ctx, AV_LOG_ERROR, "Unable to get device info from DRM fd!\n");
1599 av_log(ctx, AV_LOG_ERROR, "Unable to get UUID from CUDA!\n");
2353 /* Finally get all modifiers from the device */
2498 av_log(hwfc, AV_LOG_ERROR, "Cannot map from pixel format %s!\n",
3815 const AVFrame *swf, int from)
3855 err = av_frame_copy((AVFrame *)(from ? swf : map), from ? map : swf);
3908 from ? VK_BUFFER_USAGE_TRANSFER_DST_BIT :
3918 if (!from) {
3939 /* Copy buffers into/from image */
3941 swf->width, swf->height, swf->format, from);
3943 if (from) {