mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
![]() This change generated with following commands: find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Micros<\(.*\)>()/TimeDelta::Micros(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Millis<\(.*\)>()/TimeDelta::Millis(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::Seconds<\(.*\)>()/TimeDelta::Seconds(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::us/TimeDelta::Micros/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::ms/TimeDelta::Millis/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/TimeDelta::seconds/TimeDelta::Seconds/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Micros<\(.*\)>()/Timestamp::Micros(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Millis<\(.*\)>()/Timestamp::Millis(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::Seconds<\(.*\)>()/Timestamp::Seconds(\1)/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::us/Timestamp::Micros/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::ms/Timestamp::Millis/g" find modules -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/Timestamp::seconds/Timestamp::Seconds/g" git cl format Bug: None Change-Id: I117d64a54950be040d996035c54bc0043310943a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168340 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30489} |
||
---|---|---|
.. | ||
include | ||
mock | ||
util | ||
audio_network_adaptor_config.cc | ||
audio_network_adaptor_impl.cc | ||
audio_network_adaptor_impl.h | ||
audio_network_adaptor_impl_unittest.cc | ||
bitrate_controller.cc | ||
bitrate_controller.h | ||
bitrate_controller_unittest.cc | ||
channel_controller.cc | ||
channel_controller.h | ||
channel_controller_unittest.cc | ||
config.proto | ||
controller.cc | ||
controller.h | ||
controller_manager.cc | ||
controller_manager.h | ||
controller_manager_unittest.cc | ||
debug_dump.proto | ||
debug_dump_writer.cc | ||
debug_dump_writer.h | ||
dtx_controller.cc | ||
dtx_controller.h | ||
dtx_controller_unittest.cc | ||
event_log_writer.cc | ||
event_log_writer.h | ||
event_log_writer_unittest.cc | ||
fec_controller_plr_based.cc | ||
fec_controller_plr_based.h | ||
fec_controller_plr_based_unittest.cc | ||
frame_length_controller.cc | ||
frame_length_controller.h | ||
frame_length_controller_unittest.cc | ||
parse_ana_dump.py |