OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peak_data_rate
(Results
1 - 4
of
4
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
MLPSpecificBox.java
13
int
peak_data_rate
;
field in class:MLPSpecificBox
30
peak_data_rate
= brb.readBits(15);
39
bwb.writeBits(
peak_data_rate
, 15);
54
return
peak_data_rate
;
57
public void setPeak_data_rate(int
peak_data_rate
) {
58
this.
peak_data_rate
=
peak_data_rate
;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h
63
uint32
peak_data_rate
; /* Peak Data Rate (bps) */
member in struct:tspec
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
989
le32
peak_data_rate
;
member in struct:wmm_tspec_element
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
3755
uint
peak_data_rate
; \/* Peak Data Rate (bps) *\/
member in struct:tspec_arg
[
all
...]
Completed in 1840 milliseconds