Searched defs:frame_length_ms (Results 1 – 10 of 10) sorted by relevance
21 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()
17 optional int32 frame_length_ms = 2; field
42 const absl::optional<int>& frame_length_ms, in CheckDecision()202 int frame_length_ms = 20; in TEST() local
24 int OverheadRateBps(size_t overhead_bytes_per_packet, int frame_length_ms) { in OverheadRateBps()
44 int VeryLowBitrate(int frame_length_ms) { in VeryLowBitrate()
27 absl::optional<int> frame_length_ms; member
153 [&](int frame_length_ms) { in FindSupportedFrameLengths()708 void AudioEncoderOpusImpl::SetFrameLength(int frame_length_ms) { in SetFrameLength()
282 optional int32 frame_length_ms = 2; field
455 optional int32 frame_length_ms = 3; field
288 const int frame_length_ms = prng_.Rand(1, 1000); in TEST_P() local