OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetEstimatedBandwidthSafe
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_isac.h
113
int32_t
SetEstimatedBandwidthSafe
(int32_t estimated_bandwidth) OVERRIDE;
acm_generic_codec.h
676
virtual int32_t
SetEstimatedBandwidthSafe
(int32_t estimated_bandwidth);
[
all
...]
acm_generic_codec.cc
587
return
SetEstimatedBandwidthSafe
(estimated_bandwidth);
590
int32_t ACMGenericCodec::
SetEstimatedBandwidthSafe
(
[
all
...]
acm_isac.cc
108
int32_t ACMISAC::
SetEstimatedBandwidthSafe
(int32_t /* estimated_bandwidth */) {
545
int32_t ACMISAC::
SetEstimatedBandwidthSafe
(int32_t estimated_bandwidth) {
Completed in 99 milliseconds