Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/amrnb/dec/test/
H A 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 …roid_media/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/AmrnbDecoderTest.zip). Downloa…
31 usage: AmrnbDecoderTest -P \<path_to_folder\>
33 adb shell /data/local/tmp/AmrnbDecoderTest -P /data/local/tmp/AmrnbDecoderTestRes/
38 atest AmrnbDecoderTest -- --enable-module-dynamic-download=true
H A 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,
H A DAndroid.bp30 name: "AmrnbDecoderTest",
35 "AmrnbDecoderTest.cpp",
/aosp12/frameworks/av/media/codecs/amrnb/
H A DTEST_MAPPING7 { "name": "AmrnbDecoderTest"},