Lines Matching refs:StringFormat

51     auto msg = StringFormat("###################  Async Error Details  #####################\n "  in onAsyncError()
65 logs->append(StringFormat("reference pts list size is %zu \n", refArray.size())); in arePtsListsIdentical()
66 logs->append(StringFormat("test pts list size is %zu \n", testArray.size())); in arePtsListsIdentical()
71 logs->append(StringFormat("Frame idx %d, ref pts %dus, test pts %dus \n", i, in arePtsListsIdentical()
79 StringFormat("Frame idx %d, ref pts EMPTY, test pts %dus \n", i, testArray[i])); in arePtsListsIdentical()
84 StringFormat("Frame idx %d, ref pts %dus, test pts EMPTY \n", i, refArray[i])); in arePtsListsIdentical()
262 StringFormat("pts of frame idx -1 is %" PRId64 "\n", lastPts)); in isPtsStrictlyIncreasing()
265 StringFormat("pts of frame idx %d is %" PRId64 "\n", j, outPtsArray[j])); in isPtsStrictlyIncreasing()
324 mSharedErrorLogs->append(StringFormat("Ref CRC32 checksum value is %lu \n", crc32value)); in equalsDequeuedOutput()
326 StringFormat("Test CRC32 checksum value is %lu \n", that->crc32value)); in equalsDequeuedOutput()
335 mSharedErrorLogs->append(StringFormat("At offset %d, ref buffer val is %x and " in equalsDequeuedOutput()
351 mSharedErrorLogs->append(StringFormat("Ref output buffer size %d \n", memory.size())); in equalsDequeuedOutput()
353 StringFormat("Test output buffer size %d \n", that->memory.size())); in equalsDequeuedOutput()
426 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
433 mTestEnv.append(StringFormat("Component name %s \n", name)); in configureCodec()
436 mTestEnv.append(StringFormat("Format under test :- %s \n", AMediaFormat_toString(format))); in configureCodec()
437 mTestEnv.append(StringFormat("Component operating in :- %s mode \n", in configureCodec()
440 StringFormat("Component received input eos :- %s \n", in configureCodec()
489 StringFormat("fed %d input frames, received no output frames \n", mInputCount)) in isTestStateValid()
545 auto msg = StringFormat("unexpected return value from " in doWork()
558 auto msg = StringFormat("unexpected return value from " in doWork()
599 auto msg = StringFormat("unexpected return value from " in queueEOS()
611 auto msg = StringFormat("unexpected return value from " in queueEOS()
648 auto msg = StringFormat("unexpected return value from " in waitForAllOutputs()