Lines Matching refs:AMediaCodec_start

280         RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed")  in testConfigureInRunningState()
295 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testConfigureInRunningState()
356 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testDequeueInputBufferInRunningState()
383 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testDequeueInputBufferInUnInitState()
418 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testDequeueOutputBufferInRunningState()
447 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testDequeueOutputBufferInUnInitState()
480 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testFlushInRunningState()
487 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testFlushInRunningState()
508 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testFlushInUnInitState()
544 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetNameInRunningState()
581 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetNameInUnInitState()
605 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInInitState()
612 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInInitState()
622 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInInitState()
636 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInRunningState()
660 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInUnInitState()
671 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetAsyncNotifyCallbackInUnInitState()
703 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetInputBufferInRunningState()
735 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetInputBufferInUnInitState()
777 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetInputFormatInRunningState()
810 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetInputFormatInUnInitState()
850 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetOutputBufferInRunningState()
912 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetOutputBufferInUnInitState()
954 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetOutputFormatInRunningState()
985 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetOutputFormatInUnInitState()
1031 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetParametersInRunningState()
1070 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testSetParametersInUnInitState()
1091 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testStartInRunningState()
1092 if (AMEDIA_OK == AMediaCodec_start(mCodec)) { in testStartInRunningState()
1104 if (AMEDIA_OK == AMediaCodec_start(mCodec)) { in testStartInUnInitState()
1109 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testStartInUnInitState()
1111 if (AMEDIA_OK == AMediaCodec_start(mCodec)) { in testStartInUnInitState()
1137 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testStopInRunningState()
1151 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testStopInUnInitState()
1183 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testQueueInputBufferWithBadIndex()
1202 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testQueueInputBufferWithBadSize()
1231 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testQueueInputBufferWithBadBuffInfo()
1259 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testQueueInputBufferWithBadOffset()
1284 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testQueueInputBufferInUnInitState()
1320 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testReleaseOutputBufferInRunningState()
1380 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testReleaseOutputBufferInUnInitState()
1421 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetBufferFormatInRunningState()
1505 RETURN_IF_FAIL(AMediaCodec_start(mCodec), "AMediaCodec_start failed") in testGetBufferFormatInUnInitState()