/aosp_15_r20/external/libgav1/src/ |
H A D | c_decoder_test.c | 85 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 D | decoder_test.cc | 40 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 D | DecoderTestAacDrc.java | 30 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 D | DecoderTestAacFormat.java | 30 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 D | DecoderTestXheAac.java | 33 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 D | CtsMediaTestCases.txt | 1015 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 D | DecoderTest.cpp | 32 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 D | decode_test_driver.cc | 47 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 D | decode_test_driver.h | 121 class DecoderTest { 153 explicit DecoderTest(const CodecFactory *codec) in DecoderTest() function 156 virtual ~DecoderTest() = default;
|
H A D | decode_scalability_test.cc | 39 : public ::libaom_test::DecoderTest, 43 : DecoderTest(GET_PARAM(0)), headers_(GET_PARAM(1).headers), in DecodeScalabilityTest()
|
H A D | invalid_file_test.cc | 43 class InvalidFileTest : public ::libaom_test::DecoderTest, 46 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(nullptr) {} in InvalidFileTest()
|
H A D | test_vector_test.cc | 39 class TestVectorTest : public ::libaom_test::DecoderTest, 42 TestVectorTest() : DecoderTest(GET_PARAM(0)), md5_file_(nullptr) {} in TestVectorTest()
|
H A D | external_frame_buffer_test.cc | 211 : public ::libaom_test::DecoderTest, 215 : DecoderTest(GET_PARAM(::libaom_test::kCodecFactoryParam)), in ExternalFrameBufferMD5Test()
|
/aosp_15_r20/external/libvpx/test/ |
H A D | decode_test_driver.cc | 47 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 D | decode_test_driver.h | 118 class DecoderTest { 150 explicit DecoderTest(const CodecFactory *codec) in DecoderTest() function 153 virtual ~DecoderTest() {} in ~DecoderTest()
|
H A D | decode_svc_test.cc | 24 class DecodeSvcTest : public ::libvpx_test::DecoderTest, 27 DecodeSvcTest() : DecoderTest(GET_PARAM(::libvpx_test::kCodecFactoryParam)) {} in DecodeSvcTest()
|
H A D | invalid_file_test.cc | 38 class InvalidFileTest : public ::libvpx_test::DecoderTest, 41 InvalidFileTest() : DecoderTest(GET_PARAM(0)), res_file_(nullptr) {} in InvalidFileTest()
|
H A D | test_vector_test.cc | 40 class TestVectorTest : public ::libvpx_test::DecoderTest, 43 TestVectorTest() : DecoderTest(GET_PARAM(0)), md5_file_(nullptr) { in TestVectorTest()
|
H A D | external_frame_buffer_test.cc | 206 : 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 D | BUILD.bazel | 22 name = "DecoderTest", 24 srcs = ["DecoderTest.java"], 26 test_class = "dev.pigweed.pw_hdlc.DecoderTest", 71 ":DecoderTest",
|
H A D | DecoderTest.java | 23 public class DecoderTest { class
|
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/dec/ |
H A D | DecoderTest.java | 25 public class DecoderTest extends BrotliJniTestBase { class 56 DecoderTest.run(entryName); in runTest()
|
H A D | BUILD | 72 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 D | DecoderTest.java | 55 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 D | README.md | 100 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…
|