OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_rate
(Results
1 - 7
of
7
) sorted by null
/external/libvorbis/lib/
bitrate.h
45
long
max_rate
;
member in struct:bitrate_manager_info
/external/chromium_org/net/quic/congestion_control/
inter_arrival_sender_test.cc
260
int64
max_rate
= kMaxPacketSize * kNumMicrosPerSecond /
local
263
int64 halfway_rate = probe_rate + (
max_rate
- probe_rate) / 2;
292
EXPECT_NEAR(
max_rate
,
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
192
int
max_rate
= cpi->per_frame_bandwidth
local
195
if (target >
max_rate
)
196
target =
max_rate
;
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
416
unsigned int
max_rate
= cpi->per_frame_bandwidth
local
419
if (target >
max_rate
)
420
target =
max_rate
;
[
all
...]
/external/qemu/
shaper.c
42
* rate to a given constant
MAX_RATE
expressed as bits/second. this means
43
* that it takes 1/
MAX_RATE
seconds to send a single bit, and count*8/
MAX_RATE
48
* at least 'count*8/
MAX_RATE
' seconds. any successive packet that is "sent"
103
double
max_rate
; /* max rate expressed in bytes/second */
member in struct:NetShaperRec_
174
shaper->
max_rate
= 1e6;
195
shaper->
max_rate
= rate;
/external/chromium_org/third_party/opus/src/src/
opus_encoder.c
472
opus_int32
max_rate
; /* Max bitrate we're allowed to use */
local
533
max_rate
= frame_rate*max_data_bytes*8;
738
if (st->mode != MODE_CELT_ONLY &&
max_rate
< 15000)
921
opus_int32 effective_max_rate =
max_rate
;
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
1046
uint16
max_rate
; \/* In units of 512 Kbps *\/
member in struct:wme_tx_params_s
4297
uint8
max_rate
;
member in struct:wl_txrate_class
[
all
...]
Completed in 869 milliseconds