Home
last modified time | relevance | path

Searched refs:kFrameLengthMs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dbitrate_controller_unittest.cc148 constexpr int kFrameLengthMs = 60; in TEST() local
153 CheckDecision(&controller, kFrameLengthMs, in TEST()
172 constexpr int kFrameLengthMs = 20; in TEST() local
177 CheckDecision(&controller, kFrameLengthMs, in TEST()
186 constexpr int kFrameLengthMs = 60; in TEST() local
189 kOverheadBytesPerPacket * 8 * 1000 / kFrameLengthMs - 1; in TEST()
191 CheckDecision(&controller, kFrameLengthMs, 0); in TEST()
Devent_log_writer_unittest.cc30 constexpr int kFrameLengthMs = 60; variable
57 state.runtime_config.frame_length_ms = kFrameLengthMs; in CreateEventLogWriter()