.. |
network_emulation
|
Remove dependency on rtc_base_approved from most targets
|
2022-04-25 12:15:30 +00:00 |
video
|
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
|
2021-11-15 21:44:59 +00:00 |
audio_quality_analyzer_interface.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
audioproc_float.cc
|
Add ability for audioproc_f to operate on any AudioProcessing object.
|
2020-05-19 11:37:18 +00:00 |
audioproc_float.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
compile_all_headers.cc
|
Delete unused test class DummyPeerConnection
|
2022-06-10 07:29:54 +00:00 |
create_frame_generator.cc
|
Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class
|
2019-12-07 00:54:26 +00:00 |
create_frame_generator.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
create_network_emulation_manager.cc
|
Moves ownership of time controller into NetworkEmulationManager.
|
2020-01-22 11:12:27 +00:00 |
create_network_emulation_manager.h
|
Fix documentation for some public API methods
|
2020-05-27 13:56:33 +00:00 |
create_peer_connection_quality_test_frame_generator.cc
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
create_peer_connection_quality_test_frame_generator.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
create_peerconnection_quality_test_fixture.cc
|
Add simulated time support for PC level test.
|
2020-07-06 21:18:00 +00:00 |
create_peerconnection_quality_test_fixture.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
create_simulcast_test_fixture.cc
|
|
|
create_simulcast_test_fixture.h
|
|
|
create_time_controller.cc
|
Delete Call dependency on ProcessThread as unused
|
2022-06-21 08:59:38 +00:00 |
create_time_controller.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
create_time_controller_unittest.cc
|
Use newer version of TimeDelta and TimeStamp factories in webrtc
|
2020-02-10 12:21:17 +00:00 |
create_video_quality_test_fixture.cc
|
|
|
create_video_quality_test_fixture.h
|
|
|
create_videocodec_test_fixture.cc
|
|
|
create_videocodec_test_fixture.h
|
|
|
DEPS
|
Delete ProcessThread creation from test TimeController as unused
|
2022-06-23 09:41:43 +00:00 |
fake_frame_decryptor.cc
|
|
|
fake_frame_decryptor.h
|
Add rtc::make_ref_counted to api/
|
2022-06-13 15:53:27 +00:00 |
fake_frame_encryptor.cc
|
|
|
fake_frame_encryptor.h
|
|
|
frame_generator_interface.cc
|
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
|
2021-11-15 21:44:59 +00:00 |
frame_generator_interface.h
|
Accept NV12 frames into VP9
|
2020-09-29 07:54:40 +00:00 |
mock_async_dns_resolver.h
|
Replace "(const override)" with "(const, override)" in GMOCKs
|
2022-01-26 10:59:40 +00:00 |
mock_audio_mixer.h
|
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
|
2020-05-14 19:33:26 +00:00 |
mock_audio_sink.h
|
api/test: Create MockAudioSink
|
2021-07-16 18:25:44 +00:00 |
mock_data_channel.h
|
Update api/ to not use implicit T* --> scoped_refptr<T> conversion
|
2022-01-12 11:26:05 +00:00 |
mock_dtmf_sender.h
|
api: Add MockDtmfSender
|
2022-05-12 13:11:15 +00:00 |
mock_encoder_selector.h
|
RtpSenderInterface::SetEncoderSelector
|
2022-06-08 11:06:52 +00:00 |
mock_fec_controller_override.h
|
Cleanup mocks in api/test
|
2020-05-08 20:01:03 +00:00 |
mock_frame_decryptor.h
|
Cleanup mocks in api/test
|
2020-05-08 20:01:03 +00:00 |
mock_frame_encryptor.h
|
Cleanup mocks in api/test
|
2020-05-08 20:01:03 +00:00 |
mock_media_stream_interface.h
|
Reland "Add canonical mock for MediaStreamInterface"
|
2022-04-26 17:23:45 +00:00 |
mock_packet_socket_factory.h
|
Reland "Move injection of PacketSocketFactory from PC to PCF"
|
2022-06-21 10:28:39 +00:00 |
mock_peer_connection_factory_interface.h
|
Replace "(const override)" with "(const, override)" in GMOCKs
|
2022-01-26 10:59:40 +00:00 |
mock_peerconnectioninterface.h
|
Reject double RefCountedObject inheritance in rtc::make_ref_counted.
|
2022-03-21 16:31:21 +00:00 |
mock_rtp_transceiver.h
|
Make MockRtpTransceiver not inherit from RefCountedObject
|
2022-03-21 14:09:02 +00:00 |
mock_rtpreceiver.h
|
Replace "(const override)" with "(const, override)" in GMOCKs
|
2022-01-26 10:59:40 +00:00 |
mock_rtpsender.h
|
Change MockRtpSender to not inherit from RefCountedObject.
|
2022-03-28 09:58:50 +00:00 |
mock_transformable_video_frame.h
|
Replace "(const override)" with "(const, override)" in GMOCKs
|
2022-01-26 10:59:40 +00:00 |
mock_video_bitrate_allocator.h
|
Cleanup mocks in api/test
|
2020-05-08 20:01:03 +00:00 |
mock_video_bitrate_allocator_factory.h
|
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
|
2020-05-14 19:33:26 +00:00 |
mock_video_decoder.h
|
Delete deprecated VideoDecoder::InitDecode
|
2021-08-31 14:13:49 +00:00 |
mock_video_decoder_factory.h
|
In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro
|
2020-05-14 19:33:26 +00:00 |
mock_video_encoder.h
|
Delete legacy MockEncodedImageCallback::OnEncodedFrame
|
2020-08-12 14:41:00 +00:00 |
mock_video_encoder_factory.h
|
Delete support for has_internal_source
|
2021-11-16 11:29:40 +00:00 |
mock_video_track.h
|
Update api/ to not use implicit T* --> scoped_refptr<T> conversion
|
2022-01-12 11:26:05 +00:00 |
neteq_simulator.cc
|
|
|
neteq_simulator.h
|
Expose run function to NetEqSimulator
|
2020-01-29 11:55:05 +00:00 |
neteq_simulator_factory.cc
|
Add config options for python plots and text log to the NetEq simulator API.
|
2020-10-14 10:29:09 +00:00 |
neteq_simulator_factory.h
|
Add config options for python plots and text log to the NetEq simulator API.
|
2020-10-14 10:29:09 +00:00 |
network_emulation_manager.cc
|
Add AbslParse functions for TimeMode enum. (This allows creation of TimeMode ABSL_FLAGs.)
|
2022-06-02 10:07:16 +00:00 |
network_emulation_manager.h
|
Add AbslParse functions for TimeMode enum. (This allows creation of TimeMode ABSL_FLAGs.)
|
2022-06-02 10:07:16 +00:00 |
OWNERS
|
Adds more owners to api/test
|
2020-12-02 11:19:55 +00:00 |
peer_network_dependencies.h
|
New struct PeerNetworkDependencies
|
2021-11-23 08:37:36 +00:00 |
peerconnection_quality_test_fixture.cc
|
[PCLF] Add ToString function to VideoSubscription
|
2022-06-02 09:12:37 +00:00 |
peerconnection_quality_test_fixture.h
|
[PCLF] Add ToString function to VideoSubscription
|
2022-06-02 09:12:37 +00:00 |
peerconnection_quality_test_fixture_unittest.cc
|
[PCLF] Move Resolution from VideoSubscription to the fixture.
|
2022-04-20 20:00:24 +00:00 |
simulated_network.h
|
Remove ctor for BuiltInNetworkBehaviorConfig
|
2021-02-15 15:47:50 +00:00 |
simulcast_test_fixture.h
|
Ensure FakeVp8Encoder::GetEncoderInfo() writes EncoderInfo.fps_allocation:
|
2020-09-29 19:29:29 +00:00 |
stats_observer_interface.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
test_dependency_factory.cc
|
Set up a new rtc::Thread instance per test.
|
2020-05-15 09:13:02 +00:00 |
test_dependency_factory.h
|
|
|
time_controller.cc
|
Rename done() into condition(), because it is actually condition in TimeController API
|
2020-04-29 10:29:09 +00:00 |
time_controller.h
|
Delete ProcessThread creation from test TimeController as unused
|
2022-06-23 09:41:43 +00:00 |
track_id_stream_info_map.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
video_quality_analyzer_interface.h
|
[PCLF] Remove references to the old location of VideoQualityAnalyzerInterface
|
2022-07-06 12:41:15 +00:00 |
video_quality_test_fixture.h
|
Use backticks not vertical bars to denote variables in comments for /api
|
2021-07-26 18:27:34 +00:00 |
videocodec_test_fixture.h
|
Explicitly set encoder and decoder format in codec tests.
|
2021-11-22 08:18:25 +00:00 |
videocodec_test_stats.cc
|
Report encode/decode latency
|
2022-02-17 12:17:42 +00:00 |
videocodec_test_stats.h
|
Calculate max/avg encode/decode latency in codec tests
|
2022-02-15 18:14:41 +00:00 |