Home
last modified time | relevance | path

Searched refs:AmrnbDecoderTest (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/module/codecs/amrnb/dec/test/
DREADME.md8 m AmrnbDecoderTest
17 adb push ${OUT}/data/nativetest64/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/
25 …oid-unittest/media/frameworks/av/media/module/codecs/amrnb/dec/test/AmrnbDecoderTest-1.0.zip). Dow…
28 adb push AmrnbDecoderTest-1.0 /data/local/tmp/
31 usage: AmrnbDecoderTest -P \<path_to_folder\>
33 adb shell /data/local/tmp/AmrnbDecoderTest -P /data/local/tmp/AmrnbDecoderTest-1.0/
38 atest AmrnbDecoderTest -- --enable-module-dynamic-download=true
DAmrnbDecoderTest.cpp43 class AmrnbDecoderTest : public ::testing::TestWithParam<string> { class
45 AmrnbDecoderTest() : mFpInput(nullptr) {} in AmrnbDecoderTest() function in AmrnbDecoderTest
47 ~AmrnbDecoderTest() { in ~AmrnbDecoderTest()
59 SNDFILE *AmrnbDecoderTest::openOutputFile(SF_INFO *sfInfo) { in openOutputFile()
68 int32_t AmrnbDecoderTest::DecodeFrames(void *amrHandle, SNDFILE *outFileHandle, in DecodeFrames()
100 TEST_F(AmrnbDecoderTest, CreateAmrnbDecoderTest) { in TEST_F() argument
108 TEST_P(AmrnbDecoderTest, DecodeTest) { in TEST_P() argument
131 TEST_P(AmrnbDecoderTest, ResetDecodeTest) { in TEST_P() argument
161 INSTANTIATE_TEST_SUITE_P(AmrnbDecoderTestAll, AmrnbDecoderTest,
DAndroid.bp30 name: "AmrnbDecoderTest",
35 "AmrnbDecoderTest.cpp",
/frameworks/av/media/module/codecs/amrnb/
DTEST_MAPPING3 { "name": "AmrnbDecoderTest"},