OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:send_even_if_empty
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec_unittest.cc
57
encoded_info.
send_even_if_empty
);
72
// AudioEncoder::EncodedInfo::
send_even_if_empty
set to true. (The reason to
audio_coding_module_impl.cc
158
if (encode_buffer_.size() == 0 && !encoded_info.
send_even_if_empty
) {
167
if (encode_buffer_.size() == 0 && encoded_info.
send_even_if_empty
) {
/external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.h
30
bool
send_even_if_empty
= false;
member in struct:webrtc::AudioEncoder::EncodedInfoLeaf
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc
232
info.
send_even_if_empty
= true;
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc
158
info.
send_even_if_empty
= true; // Allows Opus to send empty packets.
Completed in 436 milliseconds