Lines Matching refs:ALOGE
92 ALOGE("unable to open input file %s", refFile); in setUpAudioReference()
170 ALOGE("AMediaCodec_getInputBuffer failed"); in enqueueCodecConfig()
176 ALOGE("csd exceeds input buffer size, csdSize: %zu bufSize: %zu", csdSize, bufSize); in enqueueCodecConfig()
194 ALOGE("AMediaCodec_getInputBuffer failed"); in enqueueInput()
200 ALOGE("extractor sample size exceeds codec input buffer size %zu %zu", size, bufSize); in enqueueInput()
204 ALOGE("AMediaExtractor_readSampleData failed"); in enqueueInput()
271 ALOGE("unexpected return value from *_dequeueInputBuffer: %d", bufferIndex); in queueCodecConfig()
286 ALOGE("unable to create codec %s", decoder); in decodeToMemory()
327 ALOGE("unable to create codec %s", decoder); in testSimpleDecode()
333 ALOGE("%s error codec-name act/got: %s/%s", log, name, decoder); in testSimpleDecode()
338 ALOGE("AMediaCodec_getName failed unexpectedly"); in testSimpleDecode()
373 ALOGE("%s%s", log, "not received format change"); in testSimpleDecode()
378 ALOGE("%s%s", log, "configured format and output format are not similar"); in testSimpleDecode()
383 ALOGE("%s%s", log, "sdk output and ndk output differ"); in testSimpleDecode()
395 ALOGE("rms error too high for file %s, ref/exp/got: %f/%f/%f", testFile, rmsError, in testSimpleDecode()
419 ALOGE("decodeToMemory failed for file: %s codec: %s", testFile, decoder); in testFlush()
445 ALOGE("unable to create codec %s", decoder); in testFlush()
515 ALOGE("%s%s", log, "not received format change"); in testFlush()
520 ALOGE("%s%s", log, "configured format and output format are not similar"); in testFlush()
549 ALOGE("unable to create codec %s", decoder); in testOnlyEos()
613 ALOGE("unable to create codec"); in testSimpleDecodeQueueCSD()
647 ALOGE("%s%s", log, "not received format change"); in testSimpleDecodeQueueCSD()
652 ALOGE("%s%s", log, "configured format and output format are not similar"); in testSimpleDecodeQueueCSD()