Lines Matching refs:StringFormat

242                            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()
365 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", file)) in encodeToMemory()
392 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testSimpleEncode()
411 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec %s", encoder)) in testSimpleEncode()
418 StringFormat("Codec name mismatch act/got: %s/%s", encoder, name)) in testSimpleEncode()
439 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testReconfigure()
446 StringFormat("encodeToMemory failed for file: %s codec: %s \n format: %s", in testReconfigure()
453 StringFormat("encodeToMemory failed for file: %s codec: %s \n format: %s", in testReconfigure()
464 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec %s", encoder)) in testReconfigure()
540 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec by name %s", encoder)) in testOnlyEos()
558 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testSetForceSyncFrame()
562 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_FRAME_RATE)) in testSetForceSyncFrame()
578 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec by name%s", encoder)) in testSetForceSyncFrame()
584 StringFormat("Unable to encode %d frames as the input resource contains " in testSetForceSyncFrame()
596 StringFormat("Received only %d key frames for %d key frame requests \n", in testSetForceSyncFrame()
621 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testAdaptiveBitRate()
625 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_FRAME_RATE)) in testAdaptiveBitRate()
642 RETURN_IF_NULL(mCodec, StringFormat("unable to create codec by name %s", encoder)) in testAdaptiveBitRate()
648 StringFormat("format does not have key %s", AMEDIAFORMAT_KEY_BIT_RATE)) in testAdaptiveBitRate()
652 StringFormat("Unable to encode %d frames as the input resource contains " in testAdaptiveBitRate()
670 StringFormat("Relative Bitrate error is too large : %f %%\n", brDev)) in testAdaptiveBitRate()