Lines Matching refs:LOG
36 LOG(ERROR) << "Cannot merge null formats"; in createVideoTrackFormat()
89 LOG(DEBUG) << "Thread " << thread << " finished with status " << threadStatus << " stopped " in onThreadFinished()
112 LOG(DEBUG) << " Thread " << it.first << " state" << it.second; in onThreadFinished()
146 LOG(DEBUG) << "TrackTranscoder " << transcoder << " format available."; in onTrackFormatAvailable()
159 LOG(ERROR) << "Unable to add track to sample writer."; in onTrackFormatAvailable()
187 LOG(DEBUG) << "Starting sample writer."; in onTrackFormatAvailable()
196 LOG(ERROR) << "Unable to start sample writer."; in onTrackFormatAvailable()
202 LOG(DEBUG) << "TrackTranscoder " << transcoder << " finished"; in onTrackFinished()
207 LOG(DEBUG) << "TrackTranscoder " << transcoder << " stopped"; in onTrackStopped()
212 LOG(ERROR) << "TrackTranscoder " << transcoder << " returned error " << status; in onTrackError()
217 LOG(status == AMEDIA_OK ? DEBUG : ERROR) << "Sample writer finished with status " << status; in onFinished()
222 LOG(DEBUG) << "Sample writer " << writer << " stopped"; in onStopped()
244 LOG(INFO) << "Initializing from paused state."; in create()
247 LOG(ERROR) << "Callbacks cannot be null"; in create()
257 LOG(ERROR) << "Invalid source fd: " << fd; in configureSource()
266 LOG(ERROR) << "Unable to parse source fd: " << fd; in configureSource()
274 LOG(ERROR) << "Track #" << trackIndex << " has no format"; in configureSource()
298 LOG(ERROR) << "Source must be configured before tracks"; in configureTrackFormat()
301 LOG(ERROR) << "Track index " << trackIndex in configureTrackFormat()
316 LOG(ERROR) << "Source track #" << trackIndex << " has no mime type"; in configureTrackFormat()
321 LOG(ERROR) << "Only video tracks are supported for transcoding. Unable to configure " in configureTrackFormat()
330 LOG(ERROR) << "Unable to convert media types for track #" << trackIndex << ", from " in configureTrackFormat()
340 LOG(ERROR) << "Unable to create video track format"; in configureTrackFormat()
347 LOG(ERROR) << "Unable to select track " << trackIndex; in configureTrackFormat()
353 LOG(ERROR) << "Configure track transcoder for track #" << trackIndex << " returned error " in configureTrackFormat()
368 LOG(ERROR) << "Invalid destination fd: " << fd; in configureDestination()
373 LOG(ERROR) << "Destination is already configured."; in configureDestination()
381 LOG(ERROR) << "Unable to initialize sample writer with destination fd: " << fd; in configureDestination()
393 LOG(ERROR) << "Unable to start, no tracks are configured."; in start()
396 LOG(ERROR) << "Unable to start, destination is not configured"; in start()
412 LOG(ERROR) << "Unable to start track transcoder."; in start()
422 LOG(DEBUG) << "MediaTranscoder already cancelled"; in requestStop()