Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/mp3dec/test/
DREADME.md8 m Mp3DecoderTest
17 adb push ${OUT}/data/nativetest64/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/
25 …pis.com/android_media/frameworks/av/media/libstagefright/mp3dec/test/Mp3DecoderTest.zip). Download…
31 usage: Mp3DecoderTest -P \<path_to_folder\>
33 adb shell /data/local/tmp/Mp3DecoderTest -P /data/local/tmp/Mp3DecoderTestRes/
38 atest Mp3DecoderTest -- --enable-module-dynamic-download=true
DMp3DecoderTest.cpp39 class Mp3DecoderTest : public ::testing::TestWithParam<string> { class
41 Mp3DecoderTest() : mConfig(nullptr) {} in Mp3DecoderTest() function in Mp3DecoderTest
43 ~Mp3DecoderTest() { in ~Mp3DecoderTest()
65 ERROR_CODE Mp3DecoderTest::DecodeFrames(void *decoderBuf, SNDFILE *outFileHandle, SF_INFO sfInfo, in DecodeFrames()
90 SNDFILE *Mp3DecoderTest::openOutputFile(SF_INFO *sfInfo) { in openOutputFile()
99 TEST_F(Mp3DecoderTest, MultiCreateMp3DecoderTest) { in TEST_F() argument
115 TEST_P(Mp3DecoderTest, DecodeTest) { in TEST_P() argument
146 TEST_P(Mp3DecoderTest, ResetDecoderTest) { in TEST_P() argument
185 INSTANTIATE_TEST_SUITE_P(Mp3DecoderTestAll, Mp3DecoderTest,
DAndroid.bp28 name: "Mp3DecoderTest",
34 "Mp3DecoderTest.cpp",
/frameworks/av/media/codecs/mp3dec/
DTEST_MAPPING7 { "name": "Mp3DecoderTest"}