Home
last modified time | relevance | path

Searched refs:DecoderTest (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/libgav1/src/
H A Dc_decoder_test.c85 typedef struct DecoderTest { struct
90 } DecoderTest; argument
92 static void DecoderTestInit(DecoderTest* test) { in DecoderTestInit()
99 static void DecoderTestIncrementFramesInUse(DecoderTest* test) { in DecoderTestIncrementFramesInUse()
103 static void DecoderTestDecrementFramesInUse(DecoderTest* test) { in DecoderTestDecrementFramesInUse()
107 static void DecoderTestSetReleasedInputBuffer(DecoderTest* test, in DecoderTestSetReleasedInputBuffer()
112 static void DecoderTestSetBufferPrivateData(DecoderTest* test, in DecoderTestSetBufferPrivateData()
157 DecoderTest* const decoder_test = (DecoderTest*)callback_private_data; in GetFrameBuffer()
170 DecoderTest* const decoder_test = (DecoderTest*)callback_private_data; in ReleaseFrameBuffer()
175 DecoderTestSetReleasedInputBuffer((DecoderTest*)private_data, input_buffer); in ReleaseInputBuffer()
[all …]
H A Ddecoder_test.cc40 class DecoderTest : public testing::Test { class
97 auto* const decoder_test = static_cast<DecoderTest*>(callback_private_data); in GetFrameBuffer()
110 auto* const decoder_test = static_cast<DecoderTest*>(callback_private_data); in ReleaseFrameBuffer()
115 auto* const decoder_test = static_cast<DecoderTest*>(private_data); in ReleaseInputBuffer()
121 void DecoderTest::SetUp() { in SetUp()
133 TEST_F(DecoderTest, APIFlowForNonFrameParallelMode) { in TEST_F() argument
222 TEST_F(DecoderTest, NonFrameParallelModeEnqueueMultipleFramesWithoutDequeuing) { in TEST_F() argument
252 TEST_F(DecoderTest, NonFrameParallelModeEOSBeforeDequeuingLastFrame) { in TEST_F() argument
285 TEST_F(DecoderTest, NonFrameParallelModeInvalidFrameAfterEOS) { in TEST_F() argument
331 TEST_F(DecoderTest, MetadataObu) { in TEST_F() argument
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecoderTestAacDrc.java30 import android.media.decoder.cts.DecoderTest.AudioParameter;
83 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcLevelM4a()
101 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcFullM4a()
121 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcHalfM4a()
141 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcOffM4a()
161 DecoderTest decTester = new DecoderTest(); in testDecodeAacDrcHeavyM4a()
637 final int targetLevelFromCodec = DecoderTest.getOutputFormatInteger(codec, in decodeToMemory()
760 final int targetLevelFromCodec = DecoderTest.getOutputFormatInteger(codec, in decodeToMemory()
767 final int cutFromCodec = DecoderTest.getOutputFormatInteger(codec, in decodeToMemory()
771 final int boostFromCodec = DecoderTest.getOutputFormatInteger(codec, in decodeToMemory()
[all …]
H A DDecoderTestAacFormat.java30 import android.media.decoder.cts.DecoderTest.AudioParameter;
90 for (String codecName : DecoderTest.codecsFor((String)sample[0] /* resource */, in testHeAacM4aMultichannelDownmix()
91 DecoderTest.CODEC_DEFAULT)) { in testHeAacM4aMultichannelDownmix()
109 if (sIsAtLeastT && DecoderTest.isDefaultCodec(codecName, MIMETYPE_AAC)) { in testHeAacM4aMultichannelDownmix()
284 if (sIsAtLeastT && DecoderTest.isDefaultCodec(decoderName, MIMETYPE_AAC)) { in decodeUpdateFormat()
H A DDecoderTestXheAac.java33 import android.media.decoder.cts.DecoderTest.AudioParameter;
1381 int albumModeFromCodec = DecoderTest.getOutputFormatInteger(codec,
1388 final int effectTypeFromCodec = DecoderTest.getOutputFormatInteger(codec,
1395 final int targetLevelFromCodec = DecoderTest.getOutputFormatInteger(codec,
1537 final int albumModeFromCodec = DecoderTest.getOutputFormatInteger(codec,
1543 final int effectTypeFromCodec = DecoderTest.getOutputFormatInteger(codec,
1549 final int targetLevelFromCodec = DecoderTest.getOutputFormatInteger(codec,
1556 final int cutFromCodec = DecoderTest.getOutputFormatInteger(codec,
1560 final int boostFromCodec = DecoderTest.getOutputFormatInteger(codec,
1568 final int outputLoudnessFromCodec = DecoderTest.getOutputFormatInteger(codec,
/aosp_15_r20/external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/
H A DCtsMediaTestCases.txt1015 03-22 18:09:06 D/ModuleListener: ModuleListener.testStarted(android.media.cts.DecoderTest#testBFram…
1016 03-22 18:09:17 D/ModuleListener: ModuleListener.testEnded(android.media.cts.DecoderTest#testBFrames…
1017 …86 CtsMediaTestCases chromeos2-row8-rack1-host19:22] android.media.cts.DecoderTest#testBFrames pass
1018 03-22 18:09:17 D/ModuleListener: ModuleListener.testStarted(android.media.cts.DecoderTest#testBug11…
1019 03-22 18:09:17 D/ModuleListener: ModuleListener.testEnded(android.media.cts.DecoderTest#testBug1169…
1020 …86 CtsMediaTestCases chromeos2-row8-rack1-host19:22] android.media.cts.DecoderTest#testBug11696552…
1021 03-22 18:09:17 D/ModuleListener: ModuleListener.testStarted(android.media.cts.DecoderTest#testCodec…
1022 03-22 18:09:19 D/ModuleListener: ModuleListener.testEnded(android.media.cts.DecoderTest#testCodecBa…
1023 …86 CtsMediaTestCases chromeos2-row8-rack1-host19:22] android.media.cts.DecoderTest#testCodecBasicH…
1024 03-22 18:09:19 D/ModuleListener: ModuleListener.testStarted(android.media.cts.DecoderTest#testCodec…
[all …]
/aosp_15_r20/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp32 class DecoderTest : public ::testing::TestWithParam<tuple<string, string, bool>> {}; class
34 TEST_P(DecoderTest, Decode) { in TEST_P() argument
101 AudioDecoderSyncTest, DecoderTest,
111 AudioDecoderAsyncTest, DecoderTest,
120 INSTANTIATE_TEST_SUITE_P(VideDecoderSyncTest, DecoderTest,
149 INSTANTIATE_TEST_SUITE_P(VideoDecoderAsyncTest, DecoderTest,
/aosp_15_r20/external/libaom/test/
H A Ddecode_test_driver.cc47 void DecoderTest::HandlePeekResult(Decoder *const /*decoder*/, in HandlePeekResult()
56 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop()
103 void DecoderTest::RunLoop(CompressedVideoSource *video) { in RunLoop()
108 void DecoderTest::set_cfg(const aom_codec_dec_cfg_t &dec_cfg) { in set_cfg()
112 void DecoderTest::set_flags(const aom_codec_flags_t flags) { flags_ = flags; } in set_flags()
H A Ddecode_test_driver.h121 class DecoderTest {
153 explicit DecoderTest(const CodecFactory *codec) in DecoderTest() function
156 virtual ~DecoderTest() = default;
H A Ddecode_scalability_test.cc39 : public ::libaom_test::DecoderTest,
43 : DecoderTest(GET_PARAM(0)), headers_(GET_PARAM(1).headers), in DecodeScalabilityTest()
H A Dinvalid_file_test.cc43 class InvalidFileTest : public ::libaom_test::DecoderTest,
46 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(nullptr) {} in InvalidFileTest()
H A Dtest_vector_test.cc39 class TestVectorTest : public ::libaom_test::DecoderTest,
42 TestVectorTest() : DecoderTest(GET_PARAM(0)), md5_file_(nullptr) {} in TestVectorTest()
H A Dexternal_frame_buffer_test.cc211 : public ::libaom_test::DecoderTest,
215 : DecoderTest(GET_PARAM(::libaom_test::kCodecFactoryParam)), in ExternalFrameBufferMD5Test()
/aosp_15_r20/external/libvpx/test/
H A Ddecode_test_driver.cc47 void DecoderTest::HandlePeekResult(Decoder *const decoder, in HandlePeekResult()
67 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop()
108 void DecoderTest::RunLoop(CompressedVideoSource *video) { in RunLoop()
113 void DecoderTest::set_cfg(const vpx_codec_dec_cfg_t &dec_cfg) { in set_cfg()
117 void DecoderTest::set_flags(const vpx_codec_flags_t flags) { flags_ = flags; } in set_flags()
H A Ddecode_test_driver.h118 class DecoderTest {
150 explicit DecoderTest(const CodecFactory *codec) in DecoderTest() function
153 virtual ~DecoderTest() {} in ~DecoderTest()
H A Ddecode_svc_test.cc24 class DecodeSvcTest : public ::libvpx_test::DecoderTest,
27 DecodeSvcTest() : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)) {} in DecodeSvcTest()
H A Dinvalid_file_test.cc38 class InvalidFileTest : public ::libvpx_test::DecoderTest,
41 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(nullptr) {} in InvalidFileTest()
H A Dtest_vector_test.cc40 class TestVectorTest : public ::libvpx_test::DecoderTest,
43 TestVectorTest() : DecoderTest(GET_PARAM(0)), md5_file_(nullptr) { in TestVectorTest()
H A Dexternal_frame_buffer_test.cc206 : public ::libvpx_test::DecoderTest,
210 : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)), in ExternalFrameBufferMD5Test()
/aosp_15_r20/external/pigweed/pw_hdlc/java/test/dev/pigweed/pw_hdlc/
H A DBUILD.bazel22 name = "DecoderTest",
24 srcs = ["DecoderTest.java"],
26 test_class = "dev.pigweed.pw_hdlc.DecoderTest",
71 ":DecoderTest",
H A DDecoderTest.java23 public class DecoderTest { class
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/dec/
H A DDecoderTest.java25 public class DecoderTest extends BrotliJniTestBase { class
56 DecoderTest.run(entryName); in runTest()
H A DBUILD72 name = "DecoderTest",
82 test_class = "org.brotli.wrapper.dec.DecoderTest",
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DDecoderTest.java55 public class DecoderTest { class
69 public DecoderTest(String inputFile, boolean asyncMode) { in DecoderTest() method in DecoderTest
/aosp_15_r20/frameworks/av/media/tests/benchmark/
H A DREADME.md100 atest com.android.media.benchmark.tests.DecoderTest -- --enable-module-dynamic-download=true
143 adb shell am instrument -w -r -e class 'com.android.media.benchmark.tests.DecoderTest' com.android.…
206 com.android.media.benchmark D/DecoderTest: Saving Benchmark results in: /storage/emulated/0/Android…

12