Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmb.c114 #define MAX_PAYLOAD_SIZE 0x8000 macro
115 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000)
566 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
567 msg.max_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()
579 if(upload_size >= MAX_PAYLOAD_SIZE - 1) /* There is one byte of padding */ in smb_send_write()
580 upload_size = MAX_PAYLOAD_SIZE - 1; in smb_send_write()
806 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state()
/external/aac/libSBRenc/include/
Dsbr_encoder.h102 #define MAX_PAYLOAD_SIZE 256 macro
384 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]
/external/aac/libSBRenc/src/
Dsbr.h127 UCHAR payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
Dsbr_encoder.cpp1033 MAX_PAYLOAD_SIZE*sizeof(UCHAR), in FDKsbrEnc_EnvEncodeFrame()
1182 if(hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay] > (MAX_PAYLOAD_SIZE<<3)) in FDKsbrEnc_EnvEncodeFrame()
1672 …FDKinitBitStream(&hSbrElement->CmonData.sbrBitbuf, bitstreamBuffer, MAX_PAYLOAD_SIZE*sizeof(UCHAR)… in FDKsbrEnc_EnvInit()
2307 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE] in sbrEncoder_EncodeFrame() argument
2374 sizeof(UCHAR) * (hSbrEncoder->nBitstrDelay*MAX_PAYLOAD_SIZE) ); in sbrEncoder_UpdateBuffers()
/external/aac/libAACenc/src/
Daacenc_lib.cpp224 UCHAR extPayloadData [(1)][(8)][MAX_PAYLOAD_SIZE];