Lines Matching refs:nativeCodecUnitTest
1604 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureCodecForIncompleteFormat() local
1605 bool isPass = nativeCodecUnitTest->testConfigureCodecForIncompleteFormat(isAudio, isEncoder); in nativeTestConfigureCodecForIncompleteFormat()
1606 delete nativeCodecUnitTest; in nativeTestConfigureCodecForIncompleteFormat()
1611 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureEncoderForBadFlags() local
1613 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureEncoderForBadFlags()
1614 delete nativeCodecUnitTest; in nativeTestConfigureEncoderForBadFlags()
1619 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureDecoderForBadFlags() local
1621 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureDecoderForBadFlags()
1622 delete nativeCodecUnitTest; in nativeTestConfigureDecoderForBadFlags()
1627 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInInitState() local
1628 bool isPass = nativeCodecUnitTest->testConfigureInInitState(); in nativeTestConfigureInInitState()
1629 delete nativeCodecUnitTest; in nativeTestConfigureInInitState()
1634 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInRunningState() local
1635 bool isPass = nativeCodecUnitTest->testConfigureInRunningState(); in nativeTestConfigureInRunningState()
1636 delete nativeCodecUnitTest; in nativeTestConfigureInRunningState()
1641 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInUnInitState() local
1642 bool isPass = nativeCodecUnitTest->testConfigureInUnInitState(); in nativeTestConfigureInUnInitState()
1643 delete nativeCodecUnitTest; in nativeTestConfigureInUnInitState()
1648 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInInitState() local
1649 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInInitState(); in nativeTestDequeueInputBufferInInitState()
1650 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInInitState()
1655 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInRunningState() local
1656 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInRunningState(); in nativeTestDequeueInputBufferInRunningState()
1657 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInRunningState()
1662 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInUnInitState() local
1663 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInUnInitState(); in nativeTestDequeueInputBufferInUnInitState()
1664 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInUnInitState()
1669 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInInitState() local
1670 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInInitState(); in nativeTestDequeueOutputBufferInInitState()
1671 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInInitState()
1676 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInRunningState() local
1677 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInRunningState(); in nativeTestDequeueOutputBufferInRunningState()
1678 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInRunningState()
1683 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInUnInitState() local
1684 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInUnInitState(); in nativeTestDequeueOutputBufferInUnInitState()
1685 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInUnInitState()
1690 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInInitState() local
1691 bool isPass = nativeCodecUnitTest->testFlushInInitState(); in nativeTestFlushInInitState()
1692 delete nativeCodecUnitTest; in nativeTestFlushInInitState()
1697 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInRunningState() local
1698 bool isPass = nativeCodecUnitTest->testFlushInRunningState(); in nativeTestFlushInRunningState()
1699 delete nativeCodecUnitTest; in nativeTestFlushInRunningState()
1704 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInUnInitState() local
1705 bool isPass = nativeCodecUnitTest->testFlushInUnInitState(); in nativeTestFlushInUnInitState()
1706 delete nativeCodecUnitTest; in nativeTestFlushInUnInitState()
1711 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInInitState() local
1712 bool isPass = nativeCodecUnitTest->testGetNameInInitState(); in nativeTestGetNameInInitState()
1713 delete nativeCodecUnitTest; in nativeTestGetNameInInitState()
1718 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInRunningState() local
1719 bool isPass = nativeCodecUnitTest->testGetNameInRunningState(); in nativeTestGetNameInRunningState()
1720 delete nativeCodecUnitTest; in nativeTestGetNameInRunningState()
1725 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInUnInitState() local
1726 bool isPass = nativeCodecUnitTest->testGetNameInUnInitState(); in nativeTestGetNameInUnInitState()
1727 delete nativeCodecUnitTest; in nativeTestGetNameInUnInitState()
1732 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInInitState() local
1733 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInInitState(); in nativeTestSetAsyncNotifyCallbackInInitState()
1734 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInInitState()
1739 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInRunningState() local
1740 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInRunningState(); in nativeTestSetAsyncNotifyCallbackInRunningState()
1741 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInRunningState()
1746 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInUnInitState() local
1747 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInUnInitState(); in nativeTestSetAsyncNotifyCallbackInUnInitState()
1748 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInUnInitState()
1753 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInInitState() local
1754 bool isPass = nativeCodecUnitTest->testGetInputBufferInInitState(); in nativeTestGetInputBufferInInitState()
1755 delete nativeCodecUnitTest; in nativeTestGetInputBufferInInitState()
1760 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInRunningState() local
1761 bool isPass = nativeCodecUnitTest->testGetInputBufferInRunningState(); in nativeTestGetInputBufferInRunningState()
1762 delete nativeCodecUnitTest; in nativeTestGetInputBufferInRunningState()
1767 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInUnInitState() local
1768 bool isPass = nativeCodecUnitTest->testGetInputBufferInUnInitState(); in nativeTestGetInputBufferInUnInitState()
1769 delete nativeCodecUnitTest; in nativeTestGetInputBufferInUnInitState()
1774 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInInitState() local
1775 bool isPass = nativeCodecUnitTest->testGetInputFormatInInitState(); in nativeTestGetInputFormatInInitState()
1776 delete nativeCodecUnitTest; in nativeTestGetInputFormatInInitState()
1781 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInRunningState() local
1782 bool isPass = nativeCodecUnitTest->testGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState()
1783 delete nativeCodecUnitTest; in nativeTestGetInputFormatInRunningState()
1788 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInUnInitState() local
1789 bool isPass = nativeCodecUnitTest->testGetInputFormatInUnInitState(); in nativeTestGetInputFormatInUnInitState()
1790 delete nativeCodecUnitTest; in nativeTestGetInputFormatInUnInitState()
1795 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInInitState() local
1796 bool isPass = nativeCodecUnitTest->testGetOutputBufferInInitState(); in nativeTestGetOutputBufferInInitState()
1797 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInInitState()
1802 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInRunningState() local
1803 bool isPass = nativeCodecUnitTest->testGetOutputBufferInRunningState(); in nativeTestGetOutputBufferInRunningState()
1804 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInRunningState()
1809 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInUnInitState() local
1810 bool isPass = nativeCodecUnitTest->testGetOutputBufferInUnInitState(); in nativeTestGetOutputBufferInUnInitState()
1811 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInUnInitState()
1816 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInInitState() local
1817 bool isPass = nativeCodecUnitTest->testGetOutputFormatInInitState(); in nativeTestGetOutputFormatInInitState()
1818 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInInitState()
1823 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInRunningState() local
1824 bool isPass = nativeCodecUnitTest->testGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState()
1825 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInRunningState()
1830 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInUnInitState() local
1831 bool isPass = nativeCodecUnitTest->testGetOutputFormatInUnInitState(); in nativeTestGetOutputFormatInUnInitState()
1832 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInUnInitState()
1837 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInInitState() local
1838 bool isPass = nativeCodecUnitTest->testSetParametersInInitState(); in nativeTestSetParametersInInitState()
1839 delete nativeCodecUnitTest; in nativeTestSetParametersInInitState()
1844 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInRunningState() local
1845 bool isPass = nativeCodecUnitTest->testSetParametersInRunningState(); in nativeTestSetParametersInRunningState()
1846 delete nativeCodecUnitTest; in nativeTestSetParametersInRunningState()
1851 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInUnInitState() local
1852 bool isPass = nativeCodecUnitTest->testSetParametersInUnInitState(); in nativeTestSetParametersInUnInitState()
1853 delete nativeCodecUnitTest; in nativeTestSetParametersInUnInitState()
1858 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInRunningState() local
1859 bool isPass = nativeCodecUnitTest->testStartInRunningState(); in nativeTestStartInRunningState()
1860 delete nativeCodecUnitTest; in nativeTestStartInRunningState()
1865 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInUnInitState() local
1866 bool isPass = nativeCodecUnitTest->testStartInUnInitState(); in nativeTestStartInUnInitState()
1867 delete nativeCodecUnitTest; in nativeTestStartInUnInitState()
1872 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInInitState() local
1873 bool isPass = nativeCodecUnitTest->testStopInInitState(); in nativeTestStopInInitState()
1874 delete nativeCodecUnitTest; in nativeTestStopInInitState()
1879 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInRunningState() local
1880 bool isPass = nativeCodecUnitTest->testStopInRunningState(); in nativeTestStopInRunningState()
1881 delete nativeCodecUnitTest; in nativeTestStopInRunningState()
1886 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInUnInitState() local
1887 bool isPass = nativeCodecUnitTest->testStopInUnInitState(); in nativeTestStopInUnInitState()
1888 delete nativeCodecUnitTest; in nativeTestStopInUnInitState()
1893 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInInitState() local
1894 bool isPass = nativeCodecUnitTest->testQueueInputBufferInInitState(); in nativeTestQueueInputBufferInInitState()
1895 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInInitState()
1900 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadIndex() local
1901 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadIndex(); in nativeTestQueueInputBufferWithBadIndex()
1902 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadIndex()
1907 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadSize() local
1908 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadSize(); in nativeTestQueueInputBufferWithBadSize()
1909 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadSize()
1914 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadBuffInfo() local
1915 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadBuffInfo(); in nativeTestQueueInputBufferWithBadBuffInfo()
1916 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadBuffInfo()
1921 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadOffset() local
1922 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadOffset(); in nativeTestQueueInputBufferWithBadOffset()
1923 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadOffset()
1928 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInUnInitState() local
1929 bool isPass = nativeCodecUnitTest->testQueueInputBufferInUnInitState(); in nativeTestQueueInputBufferInUnInitState()
1930 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInUnInitState()
1935 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInInitState() local
1936 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInInitState(); in nativeTestReleaseOutputBufferInInitState()
1937 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInInitState()
1942 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInRunningState() local
1943 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInRunningState(); in nativeTestReleaseOutputBufferInRunningState()
1944 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInRunningState()
1949 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInUnInitState() local
1950 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInUnInitState(); in nativeTestReleaseOutputBufferInUnInitState()
1951 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInUnInitState()
1956 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInInitState() local
1957 bool isPass = nativeCodecUnitTest->testGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState()
1958 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInInitState()
1963 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInRunningState() local
1964 bool isPass = nativeCodecUnitTest->testGetBufferFormatInRunningState(); in nativeTestGetBufferFormatInRunningState()
1965 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInRunningState()
1970 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInUnInitState() local
1971 bool isPass = nativeCodecUnitTest->testGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState()
1972 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInUnInitState()