OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peak_data_rate
(Results
1 - 2
of
2
) 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
;
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
1401
le32
peak_data_rate
;
member in struct:wmm_tspec_element
[
all
...]
Completed in 217 milliseconds