OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PAYLOAD_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/aac/libSBRenc/src/
sbr.h
127
UCHAR payloadDelayLine[1+DELAY_FRAMES][
MAX_PAYLOAD_SIZE
];
sbr_encoder.cpp
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
102
#define
MAX_PAYLOAD_SIZE
256
384
UCHAR sbrData[(8)][
MAX_PAYLOAD_SIZE
]
/external/curl/lib/
smb.c
114
#define
MAX_PAYLOAD_SIZE
0x8000
115
#define MAX_MESSAGE_SIZE (
MAX_PAYLOAD_SIZE
+ 0x1000)
564
msg.min_bytes = smb_swap16(
MAX_PAYLOAD_SIZE
);
565
msg.max_bytes = smb_swap16(
MAX_PAYLOAD_SIZE
);
577
if(upload_size >=
MAX_PAYLOAD_SIZE
- 1) /* There is one byte of padding */
578
upload_size =
MAX_PAYLOAD_SIZE
- 1;
804
next_state = (len <
MAX_PAYLOAD_SIZE
) ? SMB_CLOSE : SMB_DOWNLOAD;
/frameworks/base/core/java/android/nfc/
NdefRecord.java
276
private static final int
MAX_PAYLOAD_SIZE
= 10 * (1 << 20); // 10 MB payload limit
[
all
...]
/external/aac/libAACenc/src/
aacenc_lib.cpp
224
UCHAR extPayloadData [(1)][(8)][
MAX_PAYLOAD_SIZE
];
[
all
...]
Completed in 2214 milliseconds