OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PACKET_SIZE
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/media/java/android/media/midi/
MidiPortImpl.java
39
public static final int
MAX_PACKET_SIZE
= 1024;
54
public static final int MAX_PACKET_DATA_SIZE =
MAX_PACKET_SIZE
- DATA_PACKET_OVERHEAD;
MidiInputPort.java
48
private final byte[] mBuffer = new byte[MidiPortImpl.
MAX_PACKET_SIZE
];
MidiOutputPort.java
54
byte[] buffer = new byte[MidiPortImpl.
MAX_PACKET_SIZE
];
/external/libopus/doc/
trivial_example.c
46
#define
MAX_PACKET_SIZE
(3*1276)
56
unsigned char cbits[
MAX_PACKET_SIZE
];
126
nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits,
MAX_PACKET_SIZE
);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java
53
private static final int
MAX_PACKET_SIZE
= 20;
80
= new BluetoothPacketEncoder(mPacketReceiver,
MAX_PACKET_SIZE
);
83
= new BluetoothPacketDecoder(
MAX_PACKET_SIZE
);
196
mWriteBuffers = new byte[
MAX_PACKET_SIZE
+ 1][];
197
for (int i = 0; i <=
MAX_PACKET_SIZE
; i++) {
/hardware/invensense/6515/libsensors_iio/
MPLSensor.h
149
#define
MAX_PACKET_SIZE
80 //8 * 4 + (2 * 24)
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
128
#define
MAX_PACKET_SIZE
80 //8 * 4 + (2 * 24)
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
Completed in 122 milliseconds