/aosp_15_r20/external/libvpx/test/ |
H A D | frame_size_tests.cc | 77 class VP9FrameSizeTestsLarge : public ::libvpx_test::EncoderTest, 81 : EncoderTest(&::libvpx_test::kVP9), expected_res_(VPX_CODEC_OK) {} in VP9FrameSizeTestsLarge() 107 using ::libvpx_test::EncoderTest::RunLoop; 198 ASSERT_NO_FATAL_FAILURE(::libvpx_test::EncoderTest::RunLoop(&video)); in TEST_F() 214 ASSERT_NO_FATAL_FAILURE(::libvpx_test::EncoderTest::RunLoop(&video)); in TEST_F() 226 ASSERT_NO_FATAL_FAILURE(::libvpx_test::EncoderTest::RunLoop(&video)); in TEST_F()
|
H A D | vp9_end_to_end_test.cc | 88 : public ::libvpx_test::EncoderTest, 92 : EncoderTest(GET_PARAM(0)), cpu_used_start_(GET_PARAM(1)), in EndToEndTestAdaptiveRDThresh() 125 : public ::libvpx_test::EncoderTest, 130 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)), in EndToEndTestLarge() 207 : public ::libvpx_test::EncoderTest, 211 : EncoderTest(GET_PARAM(0)), use_loop_filter_opt_(GET_PARAM(1)) {} in EndToEndTestLoopFilterThreading()
|
H A D | altref_test.cc | 24 class AltRefTest : public ::libvpx_test::EncoderTest, 27 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} in AltRefTest() 73 : public ::libvpx_test::EncoderTest, 77 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in AltRefForcedKeyTestLarge()
|
H A D | encode_test_driver.cc | 102 void EncoderTest::InitializeConfig() { in InitializeConfig() 108 void EncoderTest::SetMode(TestMode mode) { in SetMode() 161 void EncoderTest::MismatchHook(const vpx_image_t * /*img1*/, in MismatchHook() 166 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
|
H A D | vp9_ethread_test.cc | 35 : public ::libvpx_test::EncoderTest, 39 : EncoderTest(GET_PARAM(0)), encoder_initialized_(false), tiles_(0), in VPxFirstPassEncoderThreadTest() 229 : public ::libvpx_test::EncoderTest, 234 : EncoderTest(GET_PARAM(0)), encoder_initialized_(false), in VPxEncoderThreadTest()
|
H A D | error_resilience_test.cc | 24 : public ::libvpx_test::EncoderTest, 28 : EncoderTest(GET_PARAM(0)), svc_support_(GET_PARAM(2)), psnr_(0.0), in ErrorResilienceTestLarge() 382 : public ::libvpx_test::EncoderTest, 386 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)) { in ErrorResilienceTestLargeCodecControls()
|
H A D | vp8_fragments_test.cc | 16 class VP8FragmentsTest : public ::libvpx_test::EncoderTest, 19 VP8FragmentsTest() : EncoderTest(&::libvpx_test::kVP8) {} in VP8FragmentsTest()
|
H A D | config_test.cc | 19 : public ::libvpx_test::EncoderTest, 23 : EncoderTest(GET_PARAM(0)), frame_count_in_(0), frame_count_out_(0), in ConfigTest()
|
H A D | svc_test.h | 25 class OnePassCbrSvc : public ::libvpx_test::EncoderTest { 28 : EncoderTest(codec), base_speed_setting_(0), speed_setting_(0), in OnePassCbrSvc()
|
H A D | encode_test_driver.h | 220 class EncoderTest { 222 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function 228 virtual ~EncoderTest() {} in ~EncoderTest()
|
H A D | borders_test.cc | 22 : public ::libvpx_test::EncoderTest, 25 BordersTest() : EncoderTest(GET_PARAM(0)) {} in BordersTest()
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/tests/ |
H A D | EncoderTest.cpp | 33 class EncoderTest : public ::testing::TestWithParam<tuple<string, string, bool>> {}; class 35 TEST_P(EncoderTest, Encode) { in TEST_P() argument 165 AudioEncoderSyncTest, EncoderTest, 173 AudioEncoderAsyncTest, EncoderTest, 180 INSTANTIATE_TEST_SUITE_P(VideEncoderSyncTest, EncoderTest, 200 INSTANTIATE_TEST_SUITE_P(VideoEncoderAsyncTest, EncoderTest,
|
/aosp_15_r20/external/rappor/client/cpp/ |
H A D | encoder_unittest.cc | 22 class EncoderTest : public ::testing::Test { class 24 EncoderTest() { in EncoderTest() function in EncoderTest 30 virtual ~EncoderTest() { in ~EncoderTest() 48 class EncoderUint32Test : public EncoderTest { 64 class EncoderUnlimTest : public EncoderTest {
|
/aosp_15_r20/external/libaom/test/ |
H A D | tile_config_test.cc | 76 public ::libaom_test::EncoderTest { 79 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in UniformTileConfigTestLarge() 144 public ::libaom_test::EncoderTest { 147 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in NonUniformTileConfigTestLarge() 298 public ::libaom_test::EncoderTest { 301 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in TileGroupTestLarge()
|
H A D | horz_superres_test.cc | 97 public ::libaom_test::EncoderTest { 100 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresEndToEndTest() 196 public ::libaom_test::EncoderTest { 199 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresFixedEndToEndTest() 306 public ::libaom_test::EncoderTest { 309 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)), in HorzSuperresQThreshEndToEndTest()
|
H A D | quant_test.cc | 32 public ::libaom_test::EncoderTest { 34 QMTest() : EncoderTest(GET_PARAM(0)) {} in QMTest() 115 public ::libaom_test::EncoderTest { 118 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in QuantizerBoundsCheckTestLarge()
|
H A D | altref_test.cc | 54 public ::libaom_test::EncoderTest { 57 : EncoderTest(GET_PARAM(0)), altref_test_params_(GET_PARAM(1)), in AltRefFramePresenceTestLarge() 143 public ::libaom_test::EncoderTest { 146 : EncoderTest(GET_PARAM(0)), gf_interval_param_(GET_PARAM(1)), in GoldenFrameIntervalTestLarge()
|
H A D | kf_test.cc | 128 public ::libaom_test::EncoderTest { 131 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in KeyFrameIntervalTestLarge() 228 public ::libaom_test::EncoderTest { 231 : EncoderTest(GET_PARAM(0)), encoding_mode_(GET_PARAM(1)), in ForcedKeyTestLarge()
|
H A D | frame_size_tests.cc | 23 public ::libaom_test::EncoderTest { 26 : EncoderTest(&::libaom_test::kAV1), expected_res_(AOM_CODEC_OK) {} in AV1FrameSizeTests() 346 public ::libaom_test::EncoderTest { 349 : EncoderTest(GET_PARAM(0)), frame_size_param_(GET_PARAM(1)), in AV1LosslessFrameSizeTests()
|
H A D | encode_test_driver.h | 193 class EncoderTest { 195 explicit EncoderTest(const CodecFactory *codec) in EncoderTest() function 202 virtual ~EncoderTest() = default;
|
H A D | dropframe_encode_test.cc | 23 public ::libaom_test::EncoderTest { 26 : EncoderTest(GET_PARAM(0)), frame_number_(0), threads_(GET_PARAM(2)) {} in DropFrameEncodeTestLarge()
|
H A D | borders_test.cc | 24 public ::libaom_test::EncoderTest { 26 BordersTestLarge() : EncoderTest(GET_PARAM(0)) {} in BordersTestLarge()
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/aztec/decoder/ |
H A D | DecoderTest.java | 18 import com.google.zxing.aztec.encoder.EncoderTest; 61 BitArray bits = EncoderTest.toBitArray(EncoderTest.stripSpace(b)); in testHighLevelDecodeString() 63 expectedString, Decoder.highLevelDecode(EncoderTest.toBooleanArray(bits))); in testHighLevelDecodeString()
|
/aosp_15_r20/external/pigweed/pw_hdlc/java/test/dev/pigweed/pw_hdlc/ |
H A D | BUILD.bazel | 38 name = "EncoderTest", 40 srcs = ["EncoderTest.java"], 42 test_class = "dev.pigweed.pw_hdlc.EncoderTest", 72 ":EncoderTest",
|
/aosp_15_r20/external/libtextclassifier/native/utils/sentencepiece/ |
H A D | encoder_test.cc | 32 TEST(EncoderTest, SimpleTokenization) { in TEST() argument 57 TEST(EncoderTest, HandlesEdgeCases) { in TEST() argument 87 TEST(EncoderTest, HandlesOutOfDictionary) { in TEST() argument
|