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-2.0.zip). Dow…
28 adb push AmrnbDecoderTest-2.0 /data/local/tmp/
31 usage: AmrnbDecoderTest -P \<path_to_folder\>
33 adb shell /data/local/tmp/AmrnbDecoderTest -P /data/local/tmp/AmrnbDecoderTest-2.0/
38 atest AmrnbDecoderTest -- --enable-module-dynamic-download=true
DAmrnbDecoderTest.cpp44 class AmrnbDecoderTest : public ::testing::TestWithParam<std::tuple<string, string>> { class
46 AmrnbDecoderTest() : mFpInput(nullptr) {} in AmrnbDecoderTest() function in AmrnbDecoderTest
48 ~AmrnbDecoderTest() { in ~AmrnbDecoderTest()
61 SNDFILE *AmrnbDecoderTest::openOutputFile(SF_INFO *sfInfo) { in openOutputFile()
70 int32_t AmrnbDecoderTest::DecodeFrames(void *amrHandle, SNDFILE *outFileHandle, in DecodeFrames()
102 bool AmrnbDecoderTest::compareBinaryFiles(const std::string &refFilePath, in compareBinaryFiles()
138 TEST_F(AmrnbDecoderTest, CreateAmrnbDecoderTest) { in TEST_F() argument
146 TEST_P(AmrnbDecoderTest, DecodeTest) { in TEST_P() argument
174 TEST_P(AmrnbDecoderTest, ResetDecodeTest) { in TEST_P() argument
204 INSTANTIATE_TEST_SUITE_P(AmrnbDecoderTestAll, AmrnbDecoderTest,
DAndroid.bp30 name: "AmrnbDecoderTest",
35 "AmrnbDecoderTest.cpp",
/frameworks/av/media/module/codecs/amrnb/
DTEST_MAPPING3 { "name": "AmrnbDecoderTest"},