.. |
mock
|
Refactor YUV frame reader
|
2022-12-06 16:23:48 +00:00 |
copy_to_file_audio_capturer.cc
|
Use std::make_unique instead of absl::make_unique.
|
2019-09-17 15:47:29 +00:00 |
copy_to_file_audio_capturer.h
|
Introduce CopyToFileAudioCapturer.
|
2019-01-15 15:06:55 +00:00 |
copy_to_file_audio_capturer_unittest.cc
|
Use backticks not vertical bars to denote variables in comments for /test
|
2021-07-27 12:50:31 +00:00 |
DEPS
|
Implement histogram perf results writer.
|
2020-01-31 11:38:56 +00:00 |
file_utils.cc
|
Provide test output path with OutputPathWithRandomDirectory 1/n
|
2024-02-15 07:35:00 +00:00 |
file_utils.h
|
Provide unified solution for dir name randomization in tests
|
2024-02-14 07:12:03 +00:00 |
file_utils_override.cc
|
Add Fuchsia filesystem specific handling
|
2022-11-21 10:27:26 +00:00 |
file_utils_override.h
|
Adopt absl::string_view in testsupport/file_utils*
|
2022-03-25 10:34:54 +00:00 |
file_utils_unittest.cc
|
Provide test output path with OutputPathWithRandomDirectory 1/n
|
2024-02-15 07:35:00 +00:00 |
fixed_fps_video_frame_writer_adapter.cc
|
[PCLF] Add video writer which accounts for freezes
|
2022-07-18 11:48:16 +00:00 |
fixed_fps_video_frame_writer_adapter.h
|
[PCLF] Add ability to provide custom VideoFrameWriter
|
2022-10-12 14:08:00 +00:00 |
fixed_fps_video_frame_writer_adapter_test.cc
|
[PCLF] Add video writer which accounts for freezes
|
2022-07-18 11:48:16 +00:00 |
frame_reader.h
|
Refactor YUV frame reader
|
2022-12-06 16:23:48 +00:00 |
frame_writer.h
|
Analyze quality of dropped frames in VideoProcessor.
|
2020-10-29 08:23:49 +00:00 |
ios_file_utils.h
|
Adopt absl::string_view in testsupport/file_utils*
|
2022-03-25 10:34:54 +00:00 |
ios_file_utils.mm
|
Revert "Add a prefix for objc category."
|
2022-05-13 14:47:54 +00:00 |
ivf_video_frame_generator.cc
|
In IvfVideoFrameGenerator test helper allow to pass webrtc::Environment at construction
|
2024-03-22 16:39:54 +00:00 |
ivf_video_frame_generator.h
|
In IvfVideoFrameGenerator test helper allow to pass webrtc::Environment at construction
|
2024-03-22 16:39:54 +00:00 |
ivf_video_frame_generator_unittest.cc
|
In IvfVideoFrameGenerator test helper allow to pass webrtc::Environment at construction
|
2024-03-22 16:39:54 +00:00 |
jpeg_frame_writer.cc
|
Delete unneeded includes of common_types.h and gn deps on webrtc_common.
|
2018-11-20 16:28:39 +00:00 |
jpeg_frame_writer_ios.cc
|
Reformat the WebRTC code base
|
2018-06-19 14:00:39 +00:00 |
mac_file_utils.h
|
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
|
2019-01-11 17:11:39 +00:00 |
mac_file_utils.mm
|
(3) Rename files to snake_case: move the files
|
2019-01-11 17:05:20 +00:00 |
perf_test.cc
|
Remove dependency on std::sort implementation detail.
|
2021-12-30 19:43:39 +00:00 |
perf_test.h
|
Remove top-level const from parameters in function declarations.
|
2022-01-26 11:05:25 +00:00 |
perf_test_histogram_writer.cc
|
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
|
2021-11-15 21:44:59 +00:00 |
perf_test_histogram_writer.h
|
Extract an interface from the perf results logger.
|
2020-01-14 06:05:02 +00:00 |
perf_test_histogram_writer_no_protobuf.cc
|
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
|
2021-11-15 21:44:59 +00:00 |
perf_test_histogram_writer_unittest.cc
|
Upload all values instead of only mean and err into histograms
|
2021-02-22 11:32:13 +00:00 |
perf_test_result_writer.h
|
Remove top-level const from parameters in function declarations.
|
2022-01-26 11:05:25 +00:00 |
perf_test_unittest.cc
|
Remove dependency on std::sort implementation detail.
|
2021-12-30 19:43:39 +00:00 |
resources_dir_flag.cc
|
Include correct ABSL_DECLARE_FLAG header.
|
2020-06-03 22:08:46 +00:00 |
resources_dir_flag.h
|
Include correct ABSL_DECLARE_FLAG header.
|
2020-06-03 22:08:46 +00:00 |
rtc_expect_death.h
|
Add ability to disable detailed error message in RTC_CHECKs
|
2019-11-28 17:51:00 +00:00 |
test_artifacts.cc
|
Provide test output path with OutputPathWithRandomDirectory 1/n
|
2024-02-15 07:35:00 +00:00 |
test_artifacts.h
|
Use backticks not vertical bars to denote variables in comments for /test
|
2021-07-27 12:50:31 +00:00 |
test_artifacts_unittest.cc
|
Add missing headers to fix chromium roll
|
2020-06-05 17:49:04 +00:00 |
video_frame_writer.cc
|
Use std::make_unique instead of absl::make_unique.
|
2019-09-17 15:47:29 +00:00 |
video_frame_writer.h
|
[PCLF] Add ability to provide custom VideoFrameWriter
|
2022-10-12 14:08:00 +00:00 |
video_frame_writer_unittest.cc
|
Refactor YUV frame reader
|
2022-12-06 16:23:48 +00:00 |
y4m_frame_generator.cc
|
Implement Y4mFrameGenerator::ChangeResolution()
|
2023-07-13 00:42:18 +00:00 |
y4m_frame_generator.h
|
Implement Y4mFrameGenerator::ChangeResolution()
|
2023-07-13 00:42:18 +00:00 |
y4m_frame_generator_test.cc
|
Implement Y4mFrameGenerator::ChangeResolution()
|
2023-07-13 00:42:18 +00:00 |
y4m_frame_reader.cc
|
Update y4m header parser.
|
2024-04-09 13:06:11 +00:00 |
y4m_frame_reader_unittest.cc
|
Refactor YUV frame reader
|
2022-12-06 16:23:48 +00:00 |
y4m_frame_writer.cc
|
Replace printf with RTC_LOG in YUV readers/writers
|
2022-02-18 11:37:41 +00:00 |
y4m_frame_writer_unittest.cc
|
Format almost everything.
|
2019-07-08 13:45:15 +00:00 |
yuv_frame_reader.cc
|
Fix ping-pong mode on single frame sequences
|
2023-10-23 10:52:21 +00:00 |
yuv_frame_reader_unittest.cc
|
Fix ping-pong mode on single frame sequences
|
2023-10-23 10:52:21 +00:00 |
yuv_frame_writer.cc
|
Replace printf with RTC_LOG in YUV readers/writers
|
2022-02-18 11:37:41 +00:00 |
yuv_frame_writer_unittest.cc
|
Format almost everything.
|
2019-07-08 13:45:15 +00:00 |