Lines Matching refs:ALOGE
186 ALOGE("getCachedDuration is less than zero for network source"); in validateCachedDuration()
195 ALOGE("getCachedDuration != -1 for non-network source"); in validateCachedDuration()
221 ALOGE("Unequal number of keys and values"); in createExtractorFromUrl()
236 if (!isPass) ALOGE("setDataSourceCustom failed"); in createExtractorFromUrl()
264 ALOGE("fopen failed for srcFile %s", srcFile); in getSeekablePoints()
270 ALOGE("createExtractorFromFD failed"); in getSeekablePoints()
311 ALOGE("fopen failed for srcFile %s", srcFile); in generateSeekTestArgs()
317 ALOGE("createExtractorFromFD failed"); in generateSeekTestArgs()
416 ALOGE("createExtractorFromFD failed"); in checkSeekPoints()
433 ALOGE(" flags exp/got: %d / %d", arg->mExpected.flags, received.flags); in checkSeekPoints()
434 ALOGE(" size exp/got: %d / %d ", arg->mExpected.size, received.size); in checkSeekPoints()
435 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 "", arg->mExpected.presentationTimeUs, in checkSeekPoints()
462 ALOGE("file format exp/got : %s/%s", refMime, testMime); in isFileFormatIdentical()
491 ALOGE(" flags exp/got: %d / %d", refSampleInfo.flags, testSampleInfo.flags); in isSeekOk()
492 ALOGE(" size exp/got: %d / %d ", refSampleInfo.size, testSampleInfo.size); in isSeekOk()
493 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 "", in isSeekOk()
499 ALOGE("trackIdx exp/got: %d/%d ", refTrackIdx, testTrackIdx); in isSeekOk()
535 ALOGE("Error while creating extractor"); in nativeReadAllData()
595 ALOGE("No track selected"); in nativeReadAllData()
606 ALOGE("Buffer read size %zd mismatches extractor sample size %d", refSz, in nativeReadAllData()
611 ALOGE("No extractor flags"); in nativeReadAllData()
615 ALOGE("Presentation times are negative"); in nativeReadAllData()
626 ALOGE("Mime: %s calls post advance() are not OK", cmime); in nativeReadAllData()
638 ALOGE(" Error while extracting"); in nativeReadAllData()
657 ALOGE(" Src and test are different from extractor perspective"); in nativeTestExtract()
679 ALOGE("For %s seek chose inaccurate Sync point in: %d / %zu", csrcPath, seekAccErrCnt, in nativeTestSeek()
690 ALOGE("No sync samples found."); in nativeTestSeek()
706 ALOGE("No. of Samples where seek showed flakiness is: %d", flakyErrCnt); in nativeTestSeekFlakiness()
716 ALOGE("No sync samples found."); in nativeTestSeekFlakiness()
749 ALOGE("seen mismatch seekTo(0, SEEK_TO_CLOSEST_SYNC)"); in nativeTestSeekToZero()
750 ALOGE(" flags exp/got: %d / %d", sampleInfoAtZero.flags, currInfo.flags); in nativeTestSeekToZero()
751 ALOGE(" size exp/got: %d / %d ", sampleInfoAtZero.size, currInfo.size); in nativeTestSeekToZero()
752 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 " ", in nativeTestSeekToZero()
761 ALOGE("seen mismatch seekTo(-1, SEEK_TO_CLOSEST_SYNC)"); in nativeTestSeekToZero()
762 ALOGE(" flags exp/got: %d / %d", sampleInfoAtZero.flags, currInfo.flags); in nativeTestSeekToZero()
763 ALOGE(" size exp/got: %d / %d ", sampleInfoAtZero.size, currInfo.size); in nativeTestSeekToZero()
764 ALOGE(" ts exp/got: %" PRId64 " / %" PRId64 "", in nativeTestSeekToZero()
826 ALOGE("createExtractorFromFD failed for test extractor"); in nativeTestDataSource()
840 ALOGE("setDataSource failed"); in nativeTestDataSource()