Lines Matching refs:log
300 char log[1000]; in testSimpleDecode() local
301 snprintf(log, sizeof(log), "codec: %s, file: %s, async mode: %s, eos type: %s:: \n", in testSimpleDecode()
318 ALOGE("%s error codec-name act/got: %s/%s", log, name, decoder); in testSimpleDecode()
341 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecode()
342 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecode()
343 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecode()
344 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testSimpleDecode()
347 log, "pts is not strictly increasing", isPass); in testSimpleDecode()
350 log, "input pts list and output pts list are not identical", isPass); in testSimpleDecode()
354 ALOGE(log, "not received format change"); in testSimpleDecode()
359 ALOGE(log, "configured format and output format are not similar"); in testSimpleDecode()
408 char log[1000]; in testFlush() local
409 snprintf(log, sizeof(log), "codec: %s, file: %s, async mode: %s:: \n", decoder, testFile, in testFlush()
460 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
461 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush()
462 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
463 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testFlush()
479 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
480 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testFlush()
481 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testFlush()
482 CHECK_ERR((!ref->equals(test)), log, "output is flaky", isPass); in testFlush()
486 ALOGE(log, "not received format change"); in testFlush()
491 ALOGE(log, "configured format and output format are not similar"); in testFlush()
510 char log[1000]; in testOnlyEos() local
511 snprintf(log, sizeof(log), "codec: %s, file: %s, async mode: %s:: \n", decoder, testFile, in testOnlyEos()
530 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testOnlyEos()
531 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testOnlyEos()
533 log, "pts is not strictly increasing", isPass); in testOnlyEos()
535 log, "input pts list and output pts list are not identical", isPass); in testOnlyEos()
573 char log[1000]; in testSimpleDecodeQueueCSD() local
574 snprintf(log, sizeof(log), "codec: %s, file: %s, async mode: %s, eos type: %s:: \n", in testSimpleDecodeQueueCSD()
605 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecodeQueueCSD()
606 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecodeQueueCSD()
607 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecodeQueueCSD()
608 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testSimpleDecodeQueueCSD()
611 log, "pts is not strictly increasing", isPass); in testSimpleDecodeQueueCSD()
614 log, "input pts list and output pts list are not identical", isPass); in testSimpleDecodeQueueCSD()
618 ALOGE(log, "not received format change"); in testSimpleDecodeQueueCSD()
623 ALOGE(log, "configured format and output format are not similar"); in testSimpleDecodeQueueCSD()