Home
last modified time | relevance | path

Searched refs:CreateSquareFrameGenerator (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer_test.cc148 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
201 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
285 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
337 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
397 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
450 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
582 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
640 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
701 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
767 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
[all …]
H A Ddefault_video_quality_analyzer_metric_names_test.cc164 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
335 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
651 test::CreateSquareFrameGenerator(kFrameWidth, kFrameHeight, in TEST()
H A Danalyzing_video_sink_test.cc83 return test::CreateSquareFrameGenerator(width, height, in CreateFrameGenerator()
H A Ddefault_video_quality_analyzer_frames_comparator_test.cc52 test::CreateSquareFrameGenerator(width, height, in CreateFrame()
/aosp_15_r20/external/webrtc/api/test/
H A Dcreate_peer_connection_quality_test_frame_generator.cc50 std::unique_ptr<test::FrameGeneratorInterface> CreateSquareFrameGenerator( in CreateSquareFrameGenerator() function
53 return test::CreateSquareFrameGenerator( in CreateSquareFrameGenerator()
H A Dcreate_peer_connection_quality_test_frame_generator.h27 std::unique_ptr<test::FrameGeneratorInterface> CreateSquareFrameGenerator(
H A Dcreate_frame_generator.h29 std::unique_ptr<FrameGeneratorInterface> CreateSquareFrameGenerator(
H A Dcreate_frame_generator.cc23 std::unique_ptr<FrameGeneratorInterface> CreateSquareFrameGenerator( in CreateSquareFrameGenerator() function
/aosp_15_r20/external/webrtc/video/end_to_end_tests/
H A Dcall_operation_tests.cc131 test::CreateSquareFrameGenerator(kWidth, kHeight, absl::nullopt, in TEST_F()
200 frame_generator = test::CreateSquareFrameGenerator( in TEST_F()
H A Dmulti_stream_tester.cc119 test::CreateSquareFrameGenerator(width, height, absl::nullopt, in RunTest()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc215 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_F()
232 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_F()
236 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_F()
569 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_F()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_quality_test.cc1034 test::CreateSquareFrameGenerator(static_cast<int>(thumbnail.width), in SetupThumbnailCapturers()
1097 frame_generator = test::CreateSquareFrameGenerator( in CreateCapturers()
1102 frame_generator = test::CreateSquareFrameGenerator( in CreateCapturers()
1107 frame_generator = test::CreateSquareFrameGenerator( in CreateCapturers()
1112 frame_generator = test::CreateSquareFrameGenerator( in CreateCapturers()
1125 frame_generator = test::CreateSquareFrameGenerator( in CreateCapturers()
H A Dpc_full_stack_tests.cc205 auto frame_generator = CreateSquareFrameGenerator( in TEST()
/aosp_15_r20/external/webrtc/pc/test/
H A Dframe_generator_capturer_video_track_source.h51 test::CreateSquareFrameGenerator(config.width, config.height, in FrameGeneratorCapturerVideoTrackSource()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dencoded_video_frame_producer.cc50 test::CreateSquareFrameGenerator( in Encode()
H A Dvideo_codec_unittest.cc78 input_frame_generator_ = test::CreateSquareFrameGenerator( in SetUp()
/aosp_15_r20/external/webrtc/test/testsupport/
H A Divf_video_frame_generator_unittest.cc117 test::CreateSquareFrameGenerator( in CreateTestVideoFile()
/aosp_15_r20/external/webrtc/api/test/pclf/
H A Dpeer_configurer.cc100 CreateSquareFrameGenerator(config, /*type=*/absl::nullopt)); in AddVideoConfig()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/test/
H A Dvp9_impl_unittest.cc125 input_frame_generator_ = test::CreateSquareFrameGenerator( in SetUp()
228 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_P()
235 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_P()
2021 input_frame_generator_ = test::CreateSquareFrameGenerator( in TEST_P()
2371 auto frame_generator = test::CreateSquareFrameGenerator( in TEST_P()
/aosp_15_r20/external/webrtc/test/
H A Dcall_test.cc475 test::CreateSquareFrameGenerator(width, height, absl::nullopt, in CreateFrameGeneratorCapturerWithDrift()
491 test::CreateSquareFrameGenerator(width, height, absl::nullopt, in CreateFrameGeneratorCapturer()
H A Dframe_generator_capturer.cc75 CreateSquareFrameGenerator(config.width, config.height, in Create()
/aosp_15_r20/external/webrtc/rtc_tools/rtp_generator/
H A Drtp_generator.cc235 test::CreateSquareFrameGenerator(send_config.video_width, in RtpGenerator()
/aosp_15_r20/external/webrtc/call/
H A Dbitrate_estimator_tests.cc191 test::CreateSquareFrameGenerator(kDefaultWidth, kDefaultHeight,
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc305 return CreateSquareFrameGenerator( in CreateFrameGenerator()