Lines Matching refs:ERROR
161 LOG(ERROR) << "Error from codec " << codec << ", userdata " << userdata << ", error " in onAsyncError()
204 LOG(ERROR) << "Failed to get default operating rate due to missing resolution"; in getDefaultOperatingRate()
215 LOG(ERROR) << "Destination format is null, use passthrough transcoder"; in configureDestinationFormat()
221 LOG(ERROR) << "Unable to copy destination format"; in configureDestinationFormat()
228 LOG(ERROR) << "Unable to estimate bitrate. Using default " << kDefaultBitrateMbps; in configureDestinationFormat()
270 LOG(ERROR) << "Destination MIME type is required for transcoding."; in configureDestinationFormat()
283 LOG(ERROR) << "Unable to create encoder for type " << destinationMime; in configureDestinationFormat()
293 LOG(ERROR) << "Unable to configure video encoder: " << status; in configureDestinationFormat()
299 LOG(ERROR) << "Unable to create an encoder input surface: %d" << status; in configureDestinationFormat()
307 LOG(ERROR) << "Source MIME type is required for transcoding."; in configureDestinationFormat()
317 LOG(ERROR) << "Unable to create decoder for type " << sourceMime; in configureDestinationFormat()
324 LOG(ERROR) << "Unable to copy source format"; in configureDestinationFormat()
351 LOG(ERROR) << "Unable to configure video decoder: " << status; in configureDestinationFormat()
369 LOG(ERROR) << "HDR to SDR conversion unsupported by the codec"; in configureDestinationFormat()
386 LOG(ERROR) << "Unable to set decoder to async mode: " << status; in configureDestinationFormat()
393 LOG(ERROR) << "Unable to set encoder to async mode: " << status; in configureDestinationFormat()
409 LOG(ERROR) << "Error getting next sample info: " << status; in enqueueInputSample()
419 LOG(ERROR) << "Decoder returned a NULL input buffer."; in enqueueInputSample()
423 LOG(ERROR) << "Decoder returned an input buffer that is smaller than the sample."; in enqueueInputSample()
431 LOG(ERROR) << "Unable to read next sample data. Aborting transcode."; in enqueueInputSample()
447 LOG(ERROR) << "Unable to queue input buffer for decode: " << status; in enqueueInputSample()
463 LOG(ERROR) << "SignalEOS on encoder returned error: " << status; in transferBuffer()
504 LOG(ERROR) << "Encoder did not produce any output frames."; in dequeueOutputSample()
536 LOG(ERROR) << "Unable to copy outputFormat"; in updateTrackFormat()
606 LOG(ERROR) << "Unable to start video decoder: " << status; in runTranscodeLoop()
614 LOG(ERROR) << "Unable to start video encoder: " << status; in runTranscodeLoop()