Lines Matching refs:stderr
55 fprintf(stderr, "Failed to create specified HW device.\n");
73 fprintf(stderr, "Failed to get HW surface format.\n");
87 fprintf(stderr, "Error during decoding\n");
93 fprintf(stderr, "Can not alloc frame\n");
104 fprintf(stderr, "Error while decoding\n");
111 fprintf(stderr, "Error transferring the data to system memory\n");
122 fprintf(stderr, "Can not alloc buffer\n");
131 fprintf(stderr, "Can not copy image to buffer\n");
136 fprintf(stderr, "Failed to dump raw data.\n");
161 fprintf(stderr, "Usage: %s <device type> <input file> <output file>\n", argv[0]);
167 fprintf(stderr, "Device type %s is not supported.\n", argv[1]);
168 fprintf(stderr, "Available device types:");
170 fprintf(stderr, " %s", av_hwdevice_get_type_name(type));
171 fprintf(stderr, "\n");
177 fprintf(stderr, "Failed to allocate AVPacket\n");
183 fprintf(stderr, "Cannot open input file '%s'\n", argv[2]);
188 fprintf(stderr, "Cannot find input stream information.\n");
195 fprintf(stderr, "Cannot find a video stream in the input file\n");
203 fprintf(stderr, "Decoder %s does not support device type %s.\n",
227 fprintf(stderr, "Failed to open codec for stream #%u\n", video_stream);