OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_bandwidth
(Results
1 - 19
of
19
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c
177
opus_int32
set_bandwidth
;
local
183
set_bandwidth
= OPUS_BANDWIDTH_NARROWBAND;
185
set_bandwidth
= OPUS_BANDWIDTH_MEDIUMBAND;
187
set_bandwidth
= OPUS_BANDWIDTH_WIDEBAND;
189
set_bandwidth
= OPUS_BANDWIDTH_SUPERWIDEBAND;
191
set_bandwidth
= OPUS_BANDWIDTH_FULLBAND;
194
OPUS_SET_MAX_BANDWIDTH(
set_bandwidth
));
/external/tensorflow/tensorflow/core/grappler/costs/
analytical_cost_estimator_test.cc
37
cpu_device.
set_bandwidth
(24 * 1024 * 1024);
43
gpu_device.
set_bandwidth
(180 * 1024 * 1024);
graph_memory_test.cc
35
devices_["/CPU:0"].
set_bandwidth
(1);
40
devices_["/CPU:0"].
set_bandwidth
(1);
op_level_cost_estimator_test.cc
41
device->
set_bandwidth
(10000000); // 10000000 KB/s = 10 GB/s
virtual_scheduler_test.cc
69
cpu_device.
set_bandwidth
(2000000);
[
all
...]
/external/tensorflow/tensorflow/core/grappler/clusters/
utils.cc
95
device.
set_bandwidth
(properties.memoryBusWidth / 8 *
virtual_cluster_test.cc
39
cpu_device.
set_bandwidth
(32);
/external/tensorflow/tensorflow/core/grappler/optimizers/
memory_optimizer_test.cc
204
cpu_device.
set_bandwidth
(32);
210
gpu_device.
set_bandwidth
(128);
static_schedule_test.cc
38
cpu_device.
set_bandwidth
(32);
/external/webrtc/webrtc/base/
virtualsocketserver.h
49
void
set_bandwidth
(uint32_t bandwidth) { bandwidth_ = bandwidth; }
function in class:rtc::VirtualSocketServer
virtualsocket_unittest.cc
668
ss_->
set_bandwidth
(bandwidth);
681
ss_->
set_bandwidth
(0);
[
all
...]
/external/webrtc/talk/session/media/
mediasession.cc
[
all
...]
mediasession.h
200
void
set_bandwidth
(int bandwidth) { bandwidth_ = bandwidth; }
function in class:cricket::MediaContentDescription
/external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc
[
all
...]
webrtcsdp.cc
[
all
...]
/tools/test/connectivity/acts/tests/google/wifi/
WifiRvrTest.py
355
self.access_point.
set_bandwidth
(band, mode)
[
all
...]
WifiThroughputStabilityTest.py
233
self.access_point.
set_bandwidth
(band, mode)
WifiRssiTest.py
563
self.access_point.
set_bandwidth
(band, self.mode)
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_retail_ap.py
240
def
set_bandwidth
(self, network, bandwidth):
member in class:WifiRetailAP
[
all
...]
Completed in 424 milliseconds