Lines Matching refs:LOG
37 LOG(ERROR) << "Unable to allocate AMediaExtractor"; in createFromFd()
43 LOG(ERROR) << "AMediaExtractor_setDataSourceFd returned error: " << status; in createFromFd()
105 LOG(DEBUG) << " EOS in advanceExtractor_l"; in advanceExtractor_l()
131 LOG(ERROR) << "Error: Forward seek is not supported"; in seekExtractorBackwards_l()
140 LOG(ERROR) << "Unable to seek to " << seekToTimeUs << ", target " << targetTimeUs; in seekExtractorBackwards_l()
219 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in selectTrack()
222 LOG(ERROR) << "TrackIndex " << trackIndex << " already selected"; in selectTrack()
225 LOG(ERROR) << "Tracks must be selected before sample reading begins."; in selectTrack()
231 LOG(ERROR) << "AMediaExtractor_selectTrack returned error: " << status; in selectTrack()
244 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in unselectTrack()
247 LOG(ERROR) << "unselectTrack must be called before sample reading begins."; in unselectTrack()
253 LOG(ERROR) << "TrackIndex " << trackIndex << " is not selected"; in unselectTrack()
260 LOG(ERROR) << "AMediaExtractor_selectTrack returned error: " << status; in unselectTrack()
268 LOG(DEBUG) << "setEnforceSequentialAccess( " << enforce << " )"; in setEnforceSequentialAccess()
301 LOG(ERROR) << "No known sample position found"; in setEnforceSequentialAccess()
325 LOG(ERROR) << "Track is not selected."; in getEstimatedBitrateForTrack()
328 LOG(ERROR) << "bitrate pointer is NULL."; in getEstimatedBitrateForTrack()
331 LOG(ERROR) << "getEstimatedBitrateForTrack must be called before sample reading begins."; in getEstimatedBitrateForTrack()
358 LOG(ERROR) << "Unable to reset extractor: " << status; in getEstimatedBitrateForTrack()
383 LOG(ERROR) << "Unable to estimate track bitrate"; in getEstimatedBitrateForTrack()
395 LOG(ERROR) << "Track not selected."; in getSampleInfoForTrack()
398 LOG(ERROR) << "MediaSampleInfo pointer is NULL."; in getSampleInfoForTrack()
411 LOG(DEBUG) << " getSampleInfoForTrack #" << trackIndex << ": End Of Stream"; in getSampleInfoForTrack()
413 LOG(ERROR) << " getSampleInfoForTrack #" << trackIndex << ": Error " << status; in getSampleInfoForTrack()
424 LOG(ERROR) << "Track not selected."; in readSampleDataForTrack()
427 LOG(ERROR) << "buffer pointer is NULL"; in readSampleDataForTrack()
438 LOG(ERROR) << "Buffer is too small for sample, " << bufferSize << " vs " << sampleSize; in readSampleDataForTrack()
444 LOG(ERROR) << "Unable to read full sample, " << bytesRead << " vs " << sampleSize; in readSampleDataForTrack()
459 LOG(ERROR) << "Trying to advance a track that is not selected (#" << trackIndex << ")"; in advanceTrack()
473 LOG(ERROR) << "Invalid trackIndex " << trackIndex << " for trackCount " << mTrackCount; in getTrackFormat()