Home
last modified time | relevance | path

Searched refs:MAX_PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dsmb.c121 #define MAX_PAYLOAD_SIZE 0x8000 macro
122 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000)
570 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
571 msg.max_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
587 if(upload_size >= MAX_PAYLOAD_SIZE - 1) /* There is one byte of padding */ in smb_send_write()
588 upload_size = MAX_PAYLOAD_SIZE - 1; in smb_send_write()
843 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()
/external/aac/libSBRenc/include/
Dsbr_encoder.h114 #define MAX_PAYLOAD_SIZE 256 macro
396 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]);
/external/aac/libSBRenc/src/
Dsbr.h149 UCHAR payloadDelayLine[1 + MAX_DELAY_FRAMES][MAX_PAYLOAD_SIZE];
Dsbr_encoder.cpp1046 MAX_PAYLOAD_SIZE * sizeof(UCHAR), &crcInfo, in FDKsbrEnc_EnvEncodeFrame()
1172 (MAX_PAYLOAD_SIZE << 3)) in FDKsbrEnc_EnvEncodeFrame()
1646 MAX_PAYLOAD_SIZE * sizeof(UCHAR), 0, BS_WRITER); in FDKsbrEnc_bsBufInit()
2386 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]) { in sbrEncoder_EncodeFrame() argument
2440 sizeof(UCHAR) * (hSbrEncoder->nBitstrDelay * MAX_PAYLOAD_SIZE)); in sbrEncoder_UpdateBuffers()
/external/aac/libAACenc/src/
Daacenc_lib.cpp214 UCHAR data[(1)][(8)][MAX_PAYLOAD_SIZE]; /*!< extension payload data buffer */