Lines Matching defs:isPass
142 bool isPass = true; in setupCodec() local
213 bool isPass = true; in testConfigureCodecForIncompleteFormat() local
241 bool isPass = true; in testConfigureCodecForBadFlags() local
1490 bool isPass = true; in nativeTestCreateByCodecNameForNull() local
1501 bool isPass = true; in nativeTestCreateByCodecNameForInvalidName() local
1512 bool isPass = true; in nativeTestCreateDecoderByTypeForNull() local
1523 bool isPass = true; in nativeTestCreateDecoderByTypeForInvalidMime() local
1534 bool isPass = true; in nativeTestCreateEncoderByTypeForNull() local
1545 bool isPass = true; in nativeTestCreateEncoderByTypeForInvalidMime() local
1561 bool isPass = (AMEDIA_OK != AMediaCodec_configure(codec, nullptr, nullptr, nullptr, in nativeTestConfigureForNullFormat() local
1577 bool isPass = (AMEDIA_OK != AMediaCodec_configure(codec, format, nullptr, nullptr, in nativeTestConfigureForEmptyFormat() local
1590 bool isPass = nativeCodecUnitTest->testConfigureCodecForIncompleteFormat(isAudio, isEncoder); in nativeTestConfigureCodecForIncompleteFormat() local
1598 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureEncoderForBadFlags() local
1606 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureDecoderForBadFlags() local
1613 bool isPass = nativeCodecUnitTest->testConfigureInInitState(); in nativeTestConfigureInInitState() local
1620 bool isPass = nativeCodecUnitTest->testConfigureInRunningState(); in nativeTestConfigureInRunningState() local
1627 bool isPass = nativeCodecUnitTest->testConfigureInUnInitState(); in nativeTestConfigureInUnInitState() local
1634 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInInitState(); in nativeTestDequeueInputBufferInInitState() local
1641 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInRunningState(); in nativeTestDequeueInputBufferInRunningState() local
1648 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInUnInitState(); in nativeTestDequeueInputBufferInUnInitState() local
1655 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInInitState(); in nativeTestDequeueOutputBufferInInitState() local
1662 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInRunningState(); in nativeTestDequeueOutputBufferInRunningState() local
1669 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInUnInitState(); in nativeTestDequeueOutputBufferInUnInitState() local
1676 bool isPass = nativeCodecUnitTest->testFlushInInitState(); in nativeTestFlushInInitState() local
1683 bool isPass = nativeCodecUnitTest->testFlushInRunningState(); in nativeTestFlushInRunningState() local
1690 bool isPass = nativeCodecUnitTest->testFlushInUnInitState(); in nativeTestFlushInUnInitState() local
1697 bool isPass = nativeCodecUnitTest->testGetNameInInitState(); in nativeTestGetNameInInitState() local
1704 bool isPass = nativeCodecUnitTest->testGetNameInRunningState(); in nativeTestGetNameInRunningState() local
1711 bool isPass = nativeCodecUnitTest->testGetNameInUnInitState(); in nativeTestGetNameInUnInitState() local
1718 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInInitState(); in nativeTestSetAsyncNotifyCallbackInInitState() local
1725 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInRunningState(); in nativeTestSetAsyncNotifyCallbackInRunningState() local
1732 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInUnInitState(); in nativeTestSetAsyncNotifyCallbackInUnInitState() local
1739 bool isPass = nativeCodecUnitTest->testGetInputBufferInInitState(); in nativeTestGetInputBufferInInitState() local
1746 bool isPass = nativeCodecUnitTest->testGetInputBufferInRunningState(); in nativeTestGetInputBufferInRunningState() local
1753 bool isPass = nativeCodecUnitTest->testGetInputBufferInUnInitState(); in nativeTestGetInputBufferInUnInitState() local
1760 bool isPass = nativeCodecUnitTest->testGetInputFormatInInitState(); in nativeTestGetInputFormatInInitState() local
1767 bool isPass = nativeCodecUnitTest->testGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState() local
1774 bool isPass = nativeCodecUnitTest->testGetInputFormatInUnInitState(); in nativeTestGetInputFormatInUnInitState() local
1781 bool isPass = nativeCodecUnitTest->testGetOutputBufferInInitState(); in nativeTestGetOutputBufferInInitState() local
1788 bool isPass = nativeCodecUnitTest->testGetOutputBufferInRunningState(); in nativeTestGetOutputBufferInRunningState() local
1795 bool isPass = nativeCodecUnitTest->testGetOutputBufferInUnInitState(); in nativeTestGetOutputBufferInUnInitState() local
1802 bool isPass = nativeCodecUnitTest->testGetOutputFormatInInitState(); in nativeTestGetOutputFormatInInitState() local
1809 bool isPass = nativeCodecUnitTest->testGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState() local
1816 bool isPass = nativeCodecUnitTest->testGetOutputFormatInUnInitState(); in nativeTestGetOutputFormatInUnInitState() local
1823 bool isPass = nativeCodecUnitTest->testSetParametersInInitState(); in nativeTestSetParametersInInitState() local
1830 bool isPass = nativeCodecUnitTest->testSetParametersInRunningState(); in nativeTestSetParametersInRunningState() local
1837 bool isPass = nativeCodecUnitTest->testSetParametersInUnInitState(); in nativeTestSetParametersInUnInitState() local
1844 bool isPass = nativeCodecUnitTest->testStartInRunningState(); in nativeTestStartInRunningState() local
1851 bool isPass = nativeCodecUnitTest->testStartInUnInitState(); in nativeTestStartInUnInitState() local
1858 bool isPass = nativeCodecUnitTest->testStopInInitState(); in nativeTestStopInInitState() local
1865 bool isPass = nativeCodecUnitTest->testStopInRunningState(); in nativeTestStopInRunningState() local
1872 bool isPass = nativeCodecUnitTest->testStopInUnInitState(); in nativeTestStopInUnInitState() local
1879 bool isPass = nativeCodecUnitTest->testQueueInputBufferInInitState(); in nativeTestQueueInputBufferInInitState() local
1886 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadIndex(); in nativeTestQueueInputBufferWithBadIndex() local
1893 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadSize(); in nativeTestQueueInputBufferWithBadSize() local
1900 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadBuffInfo(); in nativeTestQueueInputBufferWithBadBuffInfo() local
1907 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadOffset(); in nativeTestQueueInputBufferWithBadOffset() local
1914 bool isPass = nativeCodecUnitTest->testQueueInputBufferInUnInitState(); in nativeTestQueueInputBufferInUnInitState() local
1921 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInInitState(); in nativeTestReleaseOutputBufferInInitState() local
1928 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInRunningState(); in nativeTestReleaseOutputBufferInRunningState() local
1935 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInUnInitState(); in nativeTestReleaseOutputBufferInUnInitState() local
1942 bool isPass = nativeCodecUnitTest->testGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState() local
1949 bool isPass = nativeCodecUnitTest->testGetBufferFormatInRunningState(); in nativeTestGetBufferFormatInRunningState() local
1956 bool isPass = nativeCodecUnitTest->testGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState() local