Home
last modified time | relevance | path

Searched refs:StringFormat (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp51 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()
[all …]
DNativeCodecEncoderTest.cpp242 StringFormat("frame size exceeds buffer capacity of input buffer %d %zu", in enqueueInput()
327 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_SAMPLE_RATE)) in initFormat()
329 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_CHANNEL_COUNT)) in initFormat()
332 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_WIDTH)) in initFormat()
334 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_HEIGHT)) in initFormat()
340 StringFormat("format does not have key %s", in initFormat()
345 StringFormat("format does not have key %s", in initFormat()
349 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_FRAME_RATE)) in initFormat()
351 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_COLOR_FORMAT)) in initFormat()
363 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec by name %s \n", encoder)) in encodeToMemory()
[all …]
DNativeCodecEncoderSurfaceTest.cpp198 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
205 mTestEnv.append(StringFormat("Component name %s \n", name)); in configureCodec()
212 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
219 mTestEnv.append(StringFormat("Decoder Component name %s \n", name)); in configureCodec()
222 mTestEnv += StringFormat("Format under test :- %s \n", AMediaFormat_toString(mEncFormat)); in configureCodec()
223 mTestEnv += StringFormat("Format of Decoder input :- %s \n", AMediaFormat_toString(mDecFormat)); in configureCodec()
224 mTestEnv += StringFormat("Encoder and Decoder are operating in :- %s mode \n", in configureCodec()
226 mTestEnv += StringFormat("Components received input eos :- %s \n", in configureCodec()
289 StringFormat("extractor sample size exceeds codec input buffer size %zu %zu", in enqueueDecoderInput()
396 StringFormat("unexpected return value from *_dequeueOutputBuffer: %d", in tryEncoderOutput()
[all …]
DNativeCodecDecoderTestCommon.cpp111 RETURN_IF_NULL(fp, StringFormat("Unable to open file %s", srcFile)) in setUpExtractor()
121 StringFormat("AMediaExtractor_setDataSourceFd failed with error %d", in setUpExtractor()
147 StringFormat("No track with media type %s found in file: %s", mMediaType, in setUpExtractor()
175 mErrorLogs = StringFormat("%s with error %d \n", "AMediaCodec_getName failed", val); in configureCodec()
182 mTestEnv.append(StringFormat("Component name %s \n", name)); in configureCodec()
185 mTestEnv.append(StringFormat("Format under test :- %s \n", AMediaFormat_toString(format))); in configureCodec()
186 mTestEnv.append(StringFormat("Component operating in :- %s mode \n", in configureCodec()
189 StringFormat("Component received input eos :- %s \n", in configureCodec()
206 StringFormat("csd exceeds input buffer size, csdSize: %zu bufSize: %zu", csdSize, in enqueueCodecConfig()
226 StringFormat("extractor sample size exceeds codec input buffer size %zu %zu", in enqueueInput()
[all …]
DNativeMediaCommon.h28 std::string StringFormat(const std::string& format, Args... args) { in StringFormat() function
DNativeCodecTestBase.h35 std::string msg = StringFormat("%s with error %d \n", str, val); \
/cts/tests/videocodec/jni/
DNativeVideoQualityUtils.cpp30 std::string StringFormat(const std::string& format, Args... args) { in StringFormat() function
100 msg = StringFormat("array length of quality and bit rates for set A/B are not same, " in nativeGetBDRate()
104 msg = StringFormat("too few data-points present for bd rate analysis, count %d \n", len[0]); in nativeGetBDRate()