Lines Matching refs:nativeCodecUnitTest
1589 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureCodecForIncompleteFormat() local
1590 bool isPass = nativeCodecUnitTest->testConfigureCodecForIncompleteFormat(isAudio, isEncoder); in nativeTestConfigureCodecForIncompleteFormat()
1591 delete nativeCodecUnitTest; in nativeTestConfigureCodecForIncompleteFormat()
1596 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureEncoderForBadFlags() local
1598 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureEncoderForBadFlags()
1599 delete nativeCodecUnitTest; in nativeTestConfigureEncoderForBadFlags()
1604 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureDecoderForBadFlags() local
1606 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureDecoderForBadFlags()
1607 delete nativeCodecUnitTest; in nativeTestConfigureDecoderForBadFlags()
1612 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInInitState() local
1613 bool isPass = nativeCodecUnitTest->testConfigureInInitState(); in nativeTestConfigureInInitState()
1614 delete nativeCodecUnitTest; in nativeTestConfigureInInitState()
1619 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInRunningState() local
1620 bool isPass = nativeCodecUnitTest->testConfigureInRunningState(); in nativeTestConfigureInRunningState()
1621 delete nativeCodecUnitTest; in nativeTestConfigureInRunningState()
1626 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInUnInitState() local
1627 bool isPass = nativeCodecUnitTest->testConfigureInUnInitState(); in nativeTestConfigureInUnInitState()
1628 delete nativeCodecUnitTest; in nativeTestConfigureInUnInitState()
1633 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInInitState() local
1634 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInInitState(); in nativeTestDequeueInputBufferInInitState()
1635 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInInitState()
1640 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInRunningState() local
1641 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInRunningState(); in nativeTestDequeueInputBufferInRunningState()
1642 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInRunningState()
1647 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInUnInitState() local
1648 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInUnInitState(); in nativeTestDequeueInputBufferInUnInitState()
1649 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInUnInitState()
1654 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInInitState() local
1655 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInInitState(); in nativeTestDequeueOutputBufferInInitState()
1656 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInInitState()
1661 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInRunningState() local
1662 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInRunningState(); in nativeTestDequeueOutputBufferInRunningState()
1663 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInRunningState()
1668 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInUnInitState() local
1669 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInUnInitState(); in nativeTestDequeueOutputBufferInUnInitState()
1670 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInUnInitState()
1675 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInInitState() local
1676 bool isPass = nativeCodecUnitTest->testFlushInInitState(); in nativeTestFlushInInitState()
1677 delete nativeCodecUnitTest; in nativeTestFlushInInitState()
1682 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInRunningState() local
1683 bool isPass = nativeCodecUnitTest->testFlushInRunningState(); in nativeTestFlushInRunningState()
1684 delete nativeCodecUnitTest; in nativeTestFlushInRunningState()
1689 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInUnInitState() local
1690 bool isPass = nativeCodecUnitTest->testFlushInUnInitState(); in nativeTestFlushInUnInitState()
1691 delete nativeCodecUnitTest; in nativeTestFlushInUnInitState()
1696 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInInitState() local
1697 bool isPass = nativeCodecUnitTest->testGetNameInInitState(); in nativeTestGetNameInInitState()
1698 delete nativeCodecUnitTest; in nativeTestGetNameInInitState()
1703 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInRunningState() local
1704 bool isPass = nativeCodecUnitTest->testGetNameInRunningState(); in nativeTestGetNameInRunningState()
1705 delete nativeCodecUnitTest; in nativeTestGetNameInRunningState()
1710 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInUnInitState() local
1711 bool isPass = nativeCodecUnitTest->testGetNameInUnInitState(); in nativeTestGetNameInUnInitState()
1712 delete nativeCodecUnitTest; in nativeTestGetNameInUnInitState()
1717 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInInitState() local
1718 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInInitState(); in nativeTestSetAsyncNotifyCallbackInInitState()
1719 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInInitState()
1724 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInRunningState() local
1725 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInRunningState(); in nativeTestSetAsyncNotifyCallbackInRunningState()
1726 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInRunningState()
1731 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInUnInitState() local
1732 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInUnInitState(); in nativeTestSetAsyncNotifyCallbackInUnInitState()
1733 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInUnInitState()
1738 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInInitState() local
1739 bool isPass = nativeCodecUnitTest->testGetInputBufferInInitState(); in nativeTestGetInputBufferInInitState()
1740 delete nativeCodecUnitTest; in nativeTestGetInputBufferInInitState()
1745 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInRunningState() local
1746 bool isPass = nativeCodecUnitTest->testGetInputBufferInRunningState(); in nativeTestGetInputBufferInRunningState()
1747 delete nativeCodecUnitTest; in nativeTestGetInputBufferInRunningState()
1752 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInUnInitState() local
1753 bool isPass = nativeCodecUnitTest->testGetInputBufferInUnInitState(); in nativeTestGetInputBufferInUnInitState()
1754 delete nativeCodecUnitTest; in nativeTestGetInputBufferInUnInitState()
1759 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInInitState() local
1760 bool isPass = nativeCodecUnitTest->testGetInputFormatInInitState(); in nativeTestGetInputFormatInInitState()
1761 delete nativeCodecUnitTest; in nativeTestGetInputFormatInInitState()
1766 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInRunningState() local
1767 bool isPass = nativeCodecUnitTest->testGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState()
1768 delete nativeCodecUnitTest; in nativeTestGetInputFormatInRunningState()
1773 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInUnInitState() local
1774 bool isPass = nativeCodecUnitTest->testGetInputFormatInUnInitState(); in nativeTestGetInputFormatInUnInitState()
1775 delete nativeCodecUnitTest; in nativeTestGetInputFormatInUnInitState()
1780 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInInitState() local
1781 bool isPass = nativeCodecUnitTest->testGetOutputBufferInInitState(); in nativeTestGetOutputBufferInInitState()
1782 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInInitState()
1787 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInRunningState() local
1788 bool isPass = nativeCodecUnitTest->testGetOutputBufferInRunningState(); in nativeTestGetOutputBufferInRunningState()
1789 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInRunningState()
1794 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInUnInitState() local
1795 bool isPass = nativeCodecUnitTest->testGetOutputBufferInUnInitState(); in nativeTestGetOutputBufferInUnInitState()
1796 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInUnInitState()
1801 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInInitState() local
1802 bool isPass = nativeCodecUnitTest->testGetOutputFormatInInitState(); in nativeTestGetOutputFormatInInitState()
1803 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInInitState()
1808 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInRunningState() local
1809 bool isPass = nativeCodecUnitTest->testGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState()
1810 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInRunningState()
1815 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInUnInitState() local
1816 bool isPass = nativeCodecUnitTest->testGetOutputFormatInUnInitState(); in nativeTestGetOutputFormatInUnInitState()
1817 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInUnInitState()
1822 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInInitState() local
1823 bool isPass = nativeCodecUnitTest->testSetParametersInInitState(); in nativeTestSetParametersInInitState()
1824 delete nativeCodecUnitTest; in nativeTestSetParametersInInitState()
1829 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInRunningState() local
1830 bool isPass = nativeCodecUnitTest->testSetParametersInRunningState(); in nativeTestSetParametersInRunningState()
1831 delete nativeCodecUnitTest; in nativeTestSetParametersInRunningState()
1836 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInUnInitState() local
1837 bool isPass = nativeCodecUnitTest->testSetParametersInUnInitState(); in nativeTestSetParametersInUnInitState()
1838 delete nativeCodecUnitTest; in nativeTestSetParametersInUnInitState()
1843 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInRunningState() local
1844 bool isPass = nativeCodecUnitTest->testStartInRunningState(); in nativeTestStartInRunningState()
1845 delete nativeCodecUnitTest; in nativeTestStartInRunningState()
1850 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInUnInitState() local
1851 bool isPass = nativeCodecUnitTest->testStartInUnInitState(); in nativeTestStartInUnInitState()
1852 delete nativeCodecUnitTest; in nativeTestStartInUnInitState()
1857 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInInitState() local
1858 bool isPass = nativeCodecUnitTest->testStopInInitState(); in nativeTestStopInInitState()
1859 delete nativeCodecUnitTest; in nativeTestStopInInitState()
1864 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInRunningState() local
1865 bool isPass = nativeCodecUnitTest->testStopInRunningState(); in nativeTestStopInRunningState()
1866 delete nativeCodecUnitTest; in nativeTestStopInRunningState()
1871 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInUnInitState() local
1872 bool isPass = nativeCodecUnitTest->testStopInUnInitState(); in nativeTestStopInUnInitState()
1873 delete nativeCodecUnitTest; in nativeTestStopInUnInitState()
1878 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInInitState() local
1879 bool isPass = nativeCodecUnitTest->testQueueInputBufferInInitState(); in nativeTestQueueInputBufferInInitState()
1880 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInInitState()
1885 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadIndex() local
1886 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadIndex(); in nativeTestQueueInputBufferWithBadIndex()
1887 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadIndex()
1892 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadSize() local
1893 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadSize(); in nativeTestQueueInputBufferWithBadSize()
1894 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadSize()
1899 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadBuffInfo() local
1900 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadBuffInfo(); in nativeTestQueueInputBufferWithBadBuffInfo()
1901 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadBuffInfo()
1906 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadOffset() local
1907 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadOffset(); in nativeTestQueueInputBufferWithBadOffset()
1908 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadOffset()
1913 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInUnInitState() local
1914 bool isPass = nativeCodecUnitTest->testQueueInputBufferInUnInitState(); in nativeTestQueueInputBufferInUnInitState()
1915 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInUnInitState()
1920 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInInitState() local
1921 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInInitState(); in nativeTestReleaseOutputBufferInInitState()
1922 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInInitState()
1927 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInRunningState() local
1928 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInRunningState(); in nativeTestReleaseOutputBufferInRunningState()
1929 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInRunningState()
1934 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInUnInitState() local
1935 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInUnInitState(); in nativeTestReleaseOutputBufferInUnInitState()
1936 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInUnInitState()
1941 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInInitState() local
1942 bool isPass = nativeCodecUnitTest->testGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState()
1943 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInInitState()
1948 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInRunningState() local
1949 bool isPass = nativeCodecUnitTest->testGetBufferFormatInRunningState(); in nativeTestGetBufferFormatInRunningState()
1950 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInRunningState()
1955 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInUnInitState() local
1956 bool isPass = nativeCodecUnitTest->testGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState()
1957 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInUnInitState()