Home
last modified time | relevance | path

Searched refs:mErrorLogs (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.h37 mErrorLogs.append((msg)); \
45 mErrorLogs.append((msg)).append("\n"); \
52 mErrorLogs.append((msg)).append("\n"); \
59 mErrorLogs.append((msg)).append("\n"); \
114 std::string mErrorLogs; variable
145 mErrorLogs.clear(); in reset()
152 std::string getErrorMsg() { return mErrorLogs + *mSharedErrorLogs; } in getErrorMsg()
182 std::string mErrorLogs; variable
207 mErrorLogs; in getErrorMsg()
DNativeCodecEncoderSurfaceTest.cpp60 std::string mErrorLogs; member in CodecEncoderSurfaceTest
81 mErrorLogs; in getErrorMsg()
198 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
202 mErrorLogs = std::string{"AMediaCodec_getName returned null"}; in configureCodec()
212 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
216 mErrorLogs = std::string{"AMediaCodec_getName returned null"}; in configureCodec()
364 mErrorLogs.append("taking too long to receive onOutputFormatChanged callback"); in tryEncoderOutput()
395 mErrorLogs.append( in tryEncoderOutput()
442 mErrorLogs.append( in queueEOS()
452 mErrorLogs.append( in queueEOS()
[all …]
DNativeCodecTestBase.cpp257 mErrorLogs.append("Timestamp values are not strictly increasing. \n"); in isPtsStrictlyIncreasing()
258 mErrorLogs.append("Frame indices around which timestamp values decreased :- \n"); in isPtsStrictlyIncreasing()
261 mErrorLogs.append( in isPtsStrictlyIncreasing()
264 mErrorLogs.append( in isPtsStrictlyIncreasing()
426 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
430 mErrorLogs = std::string{"AMediaCodec_getName returned null"}; in configureCodec()
548 mErrorLogs.append(msg); in doWork()
561 mErrorLogs.append(msg); in doWork()
602 mErrorLogs.append(msg); in queueEOS()
614 mErrorLogs.append(msg); in queueEOS()
[all …]
DNativeCodecDecoderTestCommon.cpp175 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
179 mErrorLogs = std::string{"AMediaCodec_getName returned null"}; in configureCodec()
328 mErrorLogs.append(msg); in queueCodecConfig()
/cts/tests/media/common/src/android/mediav2/common/cts/
DOutputManager.java64 private final StringBuilder mErrorLogs; field in OutputManager
83 mErrorLogs = new StringBuilder( in OutputManager()
105 mErrorLogs.append("Timestamp values are not strictly increasing. \n"); in isPtsStrictlyIncreasing()
106 mErrorLogs.append("Frame indices around which timestamp values decreased :- \n"); in isPtsStrictlyIncreasing()
109 mErrorLogs.append(String.format(Locale.getDefault(), in isPtsStrictlyIncreasing()
112 mErrorLogs.append(String.format(Locale.getDefault(), in isPtsStrictlyIncreasing()
164 return arePtsListsIdentical(inpPtsListCopy, outPtsListCopy, mErrorLogs); in isOutPtsListIdenticalToInpPtsList()
166 return arePtsListsIdentical(inpPtsListCopy, mOutPtsList, mErrorLogs); in isOutPtsListIdenticalToInpPtsList()
368 mErrorLogs.setLength(0); in reset()
369 mErrorLogs.append("################## Error Details ####################\n"); in reset()
[all …]