Searched refs:maxPayloadBytes (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c253 ISAC_inst->ISACenc_obj.maxPayloadBytes = STREAM_MAXW16_60MS << 1;
1424 * - maxPayloadBytes : maximum size of the payload in bytes
1433 WebRtc_Word16 maxPayloadBytes)
1440 if((maxPayloadBytes < 100) || (maxPayloadBytes > 400))
1442 /* maxPayloadBytes is out of valid range */
1449 ISAC_inst->ISACenc_obj.maxPayloadBytes = maxPayloadBytes;
1452 if (maxPayloadBytes < ISAC_inst->ISACenc_obj.maxRateInBytes) {
1453 ISAC_inst->ISACenc_obj.payloadLimitBytes30 = maxPayloadBytes;
1432 WebRtcIsacfix_SetMaxPayloadSize(ISACFIX_MainStruct *ISAC_main_inst, WebRtc_Word16 maxPayloadBytes) argument
[all...]
H A Dstructs.h332 WebRtc_Word16 maxPayloadBytes; /* Maximum allowed number of bits for both 30 and 60 msec packet */ member in struct:__anon28965
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h469 * - maxPayloadBytes : maximum size of the payload in bytes
478 WebRtc_Word16 maxPayloadBytes);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
H A Disac.h415 * - maxPayloadBytes : maximum size of the payload in bytes
427 WebRtc_Word16 maxPayloadBytes);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c363 instLB->ISACencLB_obj.maxPayloadBytes = STREAM_SIZE_MAX_60;
1892 * - maxPayloadBytes : maximum size of the payload in bytes
1902 WebRtc_Word16 maxPayloadBytes) {
1915 if (maxPayloadBytes < 120) {
1918 maxPayloadBytes = 120;
1923 if (maxPayloadBytes > STREAM_SIZE_MAX) {
1926 maxPayloadBytes = STREAM_SIZE_MAX;
1930 if (maxPayloadBytes < 120) {
1933 maxPayloadBytes = 120;
1936 if (maxPayloadBytes > STREAM_SIZE_MAX_6
1901 WebRtcIsac_SetMaxPayloadSize(ISACStruct* ISAC_main_inst, WebRtc_Word16 maxPayloadBytes) argument
[all...]
H A Dstructs.h336 WebRtc_Word16 maxPayloadBytes; member in struct:__anon28985
371 //WebRtc_Word16 maxPayloadBytes;

Completed in 106 milliseconds