Home
last modified time | relevance | path

Searched defs:frame_length_ms (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/
H A Dframe_length_controller_v2.cc21 int OverheadBps(int overhead_bytes_per_packet, int frame_length_ms) { in OverheadBps()
59 absl::c_find_if(encoder_frame_lengths_ms_, [&](int frame_length_ms) { in MakeDecision()
H A Dbitrate_controller_unittest.cc42 const absl::optional<int>& frame_length_ms, in CheckDecision()
188 int frame_length_ms = 20; in TEST() local
H A Ddebug_dump.proto17 optional int32 frame_length_ms = 2; field
H A Dframe_length_controller.cc24 int OverheadRateBps(size_t overhead_bytes_per_packet, int frame_length_ms) { in OverheadRateBps()
H A Dframe_length_controller_unittest.cc44 int VeryLowBitrate(int frame_length_ms) { in VeryLowBitrate()
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc154 [&](int frame_length_ms) { in FindSupportedFrameLengths()
709 void AudioEncoderOpusImpl::SetFrameLength(int frame_length_ms) { in SetFrameLength()
/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/include/
H A Daudio_network_adaptor_config.h27 absl::optional<int> frame_length_ms; member
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log.proto286 optional int32 frame_length_ms = 2; field
H A Drtc_event_log2.proto500 optional int32 frame_length_ms = 3; field
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc296 const int frame_length_ms = prng_.Rand(1, 1000); in TEST_P() local