Lines Matching refs:nativeCodecUnitTest
1622 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureCodecForIncompleteFormat() local
1623 bool isPass = nativeCodecUnitTest->testConfigureCodecForIncompleteFormat(isAudio, isEncoder); in nativeTestConfigureCodecForIncompleteFormat()
1624 delete nativeCodecUnitTest; in nativeTestConfigureCodecForIncompleteFormat()
1629 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureEncoderForBadFlags() local
1631 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureEncoderForBadFlags()
1632 delete nativeCodecUnitTest; in nativeTestConfigureEncoderForBadFlags()
1637 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureDecoderForBadFlags() local
1639 bool isPass = nativeCodecUnitTest->testConfigureCodecForBadFlags(isEncoder); in nativeTestConfigureDecoderForBadFlags()
1640 delete nativeCodecUnitTest; in nativeTestConfigureDecoderForBadFlags()
1645 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInInitState() local
1646 bool isPass = nativeCodecUnitTest->testConfigureInInitState(); in nativeTestConfigureInInitState()
1647 delete nativeCodecUnitTest; in nativeTestConfigureInInitState()
1652 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInRunningState() local
1653 bool isPass = nativeCodecUnitTest->testConfigureInRunningState(); in nativeTestConfigureInRunningState()
1654 delete nativeCodecUnitTest; in nativeTestConfigureInRunningState()
1659 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestConfigureInUnInitState() local
1660 bool isPass = nativeCodecUnitTest->testConfigureInUnInitState(); in nativeTestConfigureInUnInitState()
1661 delete nativeCodecUnitTest; in nativeTestConfigureInUnInitState()
1666 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInInitState() local
1667 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInInitState(); in nativeTestDequeueInputBufferInInitState()
1668 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInInitState()
1673 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInRunningState() local
1674 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInRunningState(); in nativeTestDequeueInputBufferInRunningState()
1675 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInRunningState()
1680 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueInputBufferInUnInitState() local
1681 bool isPass = nativeCodecUnitTest->testDequeueInputBufferInUnInitState(); in nativeTestDequeueInputBufferInUnInitState()
1682 delete nativeCodecUnitTest; in nativeTestDequeueInputBufferInUnInitState()
1687 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInInitState() local
1688 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInInitState(); in nativeTestDequeueOutputBufferInInitState()
1689 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInInitState()
1694 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInRunningState() local
1695 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInRunningState(); in nativeTestDequeueOutputBufferInRunningState()
1696 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInRunningState()
1701 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestDequeueOutputBufferInUnInitState() local
1702 bool isPass = nativeCodecUnitTest->testDequeueOutputBufferInUnInitState(); in nativeTestDequeueOutputBufferInUnInitState()
1703 delete nativeCodecUnitTest; in nativeTestDequeueOutputBufferInUnInitState()
1708 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInInitState() local
1709 bool isPass = nativeCodecUnitTest->testFlushInInitState(); in nativeTestFlushInInitState()
1710 delete nativeCodecUnitTest; in nativeTestFlushInInitState()
1715 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInRunningState() local
1716 bool isPass = nativeCodecUnitTest->testFlushInRunningState(); in nativeTestFlushInRunningState()
1717 delete nativeCodecUnitTest; in nativeTestFlushInRunningState()
1722 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestFlushInUnInitState() local
1723 bool isPass = nativeCodecUnitTest->testFlushInUnInitState(); in nativeTestFlushInUnInitState()
1724 delete nativeCodecUnitTest; in nativeTestFlushInUnInitState()
1729 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInInitState() local
1730 bool isPass = nativeCodecUnitTest->testGetNameInInitState(); in nativeTestGetNameInInitState()
1731 delete nativeCodecUnitTest; in nativeTestGetNameInInitState()
1736 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInRunningState() local
1737 bool isPass = nativeCodecUnitTest->testGetNameInRunningState(); in nativeTestGetNameInRunningState()
1738 delete nativeCodecUnitTest; in nativeTestGetNameInRunningState()
1743 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetNameInUnInitState() local
1744 bool isPass = nativeCodecUnitTest->testGetNameInUnInitState(); in nativeTestGetNameInUnInitState()
1745 delete nativeCodecUnitTest; in nativeTestGetNameInUnInitState()
1750 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInInitState() local
1751 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInInitState(); in nativeTestSetAsyncNotifyCallbackInInitState()
1752 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInInitState()
1757 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInRunningState() local
1758 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInRunningState(); in nativeTestSetAsyncNotifyCallbackInRunningState()
1759 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInRunningState()
1764 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetAsyncNotifyCallbackInUnInitState() local
1765 bool isPass = nativeCodecUnitTest->testSetAsyncNotifyCallbackInUnInitState(); in nativeTestSetAsyncNotifyCallbackInUnInitState()
1766 delete nativeCodecUnitTest; in nativeTestSetAsyncNotifyCallbackInUnInitState()
1771 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInInitState() local
1772 bool isPass = nativeCodecUnitTest->testGetInputBufferInInitState(); in nativeTestGetInputBufferInInitState()
1773 delete nativeCodecUnitTest; in nativeTestGetInputBufferInInitState()
1778 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInRunningState() local
1779 bool isPass = nativeCodecUnitTest->testGetInputBufferInRunningState(); in nativeTestGetInputBufferInRunningState()
1780 delete nativeCodecUnitTest; in nativeTestGetInputBufferInRunningState()
1785 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputBufferInUnInitState() local
1786 bool isPass = nativeCodecUnitTest->testGetInputBufferInUnInitState(); in nativeTestGetInputBufferInUnInitState()
1787 delete nativeCodecUnitTest; in nativeTestGetInputBufferInUnInitState()
1792 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInInitState() local
1793 bool isPass = nativeCodecUnitTest->testGetInputFormatInInitState(); in nativeTestGetInputFormatInInitState()
1794 delete nativeCodecUnitTest; in nativeTestGetInputFormatInInitState()
1799 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInRunningState() local
1800 bool isPass = nativeCodecUnitTest->testGetInputFormatInRunningState(); in nativeTestGetInputFormatInRunningState()
1801 delete nativeCodecUnitTest; in nativeTestGetInputFormatInRunningState()
1806 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetInputFormatInUnInitState() local
1807 bool isPass = nativeCodecUnitTest->testGetInputFormatInUnInitState(); in nativeTestGetInputFormatInUnInitState()
1808 delete nativeCodecUnitTest; in nativeTestGetInputFormatInUnInitState()
1813 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInInitState() local
1814 bool isPass = nativeCodecUnitTest->testGetOutputBufferInInitState(); in nativeTestGetOutputBufferInInitState()
1815 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInInitState()
1820 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInRunningState() local
1821 bool isPass = nativeCodecUnitTest->testGetOutputBufferInRunningState(); in nativeTestGetOutputBufferInRunningState()
1822 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInRunningState()
1827 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputBufferInUnInitState() local
1828 bool isPass = nativeCodecUnitTest->testGetOutputBufferInUnInitState(); in nativeTestGetOutputBufferInUnInitState()
1829 delete nativeCodecUnitTest; in nativeTestGetOutputBufferInUnInitState()
1834 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInInitState() local
1835 bool isPass = nativeCodecUnitTest->testGetOutputFormatInInitState(); in nativeTestGetOutputFormatInInitState()
1836 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInInitState()
1841 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInRunningState() local
1842 bool isPass = nativeCodecUnitTest->testGetOutputFormatInRunningState(); in nativeTestGetOutputFormatInRunningState()
1843 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInRunningState()
1848 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetOutputFormatInUnInitState() local
1849 bool isPass = nativeCodecUnitTest->testGetOutputFormatInUnInitState(); in nativeTestGetOutputFormatInUnInitState()
1850 delete nativeCodecUnitTest; in nativeTestGetOutputFormatInUnInitState()
1855 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInInitState() local
1856 bool isPass = nativeCodecUnitTest->testSetParametersInInitState(); in nativeTestSetParametersInInitState()
1857 delete nativeCodecUnitTest; in nativeTestSetParametersInInitState()
1862 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInRunningState() local
1863 bool isPass = nativeCodecUnitTest->testSetParametersInRunningState(); in nativeTestSetParametersInRunningState()
1864 delete nativeCodecUnitTest; in nativeTestSetParametersInRunningState()
1869 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestSetParametersInUnInitState() local
1870 bool isPass = nativeCodecUnitTest->testSetParametersInUnInitState(); in nativeTestSetParametersInUnInitState()
1871 delete nativeCodecUnitTest; in nativeTestSetParametersInUnInitState()
1876 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInRunningState() local
1877 bool isPass = nativeCodecUnitTest->testStartInRunningState(); in nativeTestStartInRunningState()
1878 delete nativeCodecUnitTest; in nativeTestStartInRunningState()
1883 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStartInUnInitState() local
1884 bool isPass = nativeCodecUnitTest->testStartInUnInitState(); in nativeTestStartInUnInitState()
1885 delete nativeCodecUnitTest; in nativeTestStartInUnInitState()
1890 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInInitState() local
1891 bool isPass = nativeCodecUnitTest->testStopInInitState(); in nativeTestStopInInitState()
1892 delete nativeCodecUnitTest; in nativeTestStopInInitState()
1897 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInRunningState() local
1898 bool isPass = nativeCodecUnitTest->testStopInRunningState(); in nativeTestStopInRunningState()
1899 delete nativeCodecUnitTest; in nativeTestStopInRunningState()
1904 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestStopInUnInitState() local
1905 bool isPass = nativeCodecUnitTest->testStopInUnInitState(); in nativeTestStopInUnInitState()
1906 delete nativeCodecUnitTest; in nativeTestStopInUnInitState()
1911 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInInitState() local
1912 bool isPass = nativeCodecUnitTest->testQueueInputBufferInInitState(); in nativeTestQueueInputBufferInInitState()
1913 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInInitState()
1918 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadIndex() local
1919 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadIndex(); in nativeTestQueueInputBufferWithBadIndex()
1920 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadIndex()
1925 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadSize() local
1926 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadSize(); in nativeTestQueueInputBufferWithBadSize()
1927 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadSize()
1932 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadBuffInfo() local
1933 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadBuffInfo(); in nativeTestQueueInputBufferWithBadBuffInfo()
1934 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadBuffInfo()
1939 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferWithBadOffset() local
1940 bool isPass = nativeCodecUnitTest->testQueueInputBufferWithBadOffset(); in nativeTestQueueInputBufferWithBadOffset()
1941 delete nativeCodecUnitTest; in nativeTestQueueInputBufferWithBadOffset()
1946 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestQueueInputBufferInUnInitState() local
1947 bool isPass = nativeCodecUnitTest->testQueueInputBufferInUnInitState(); in nativeTestQueueInputBufferInUnInitState()
1948 delete nativeCodecUnitTest; in nativeTestQueueInputBufferInUnInitState()
1953 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInInitState() local
1954 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInInitState(); in nativeTestReleaseOutputBufferInInitState()
1955 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInInitState()
1960 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInRunningState() local
1961 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInRunningState(); in nativeTestReleaseOutputBufferInRunningState()
1962 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInRunningState()
1967 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestReleaseOutputBufferInUnInitState() local
1968 bool isPass = nativeCodecUnitTest->testReleaseOutputBufferInUnInitState(); in nativeTestReleaseOutputBufferInUnInitState()
1969 delete nativeCodecUnitTest; in nativeTestReleaseOutputBufferInUnInitState()
1974 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInInitState() local
1975 bool isPass = nativeCodecUnitTest->testGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState()
1976 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInInitState()
1981 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInRunningState() local
1982 bool isPass = nativeCodecUnitTest->testGetBufferFormatInRunningState(); in nativeTestGetBufferFormatInRunningState()
1983 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInRunningState()
1988 auto* nativeCodecUnitTest = new NativeCodecUnitTest(AMEDIA_MIMETYPE_AUDIO_AAC); in nativeTestGetBufferFormatInUnInitState() local
1989 bool isPass = nativeCodecUnitTest->testGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState()
1990 delete nativeCodecUnitTest; in nativeTestGetBufferFormatInUnInitState()