Home | History | Annotate | Download | only in source

Lines Matching refs:maxPayloadBytes

363   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_60) {
1939 maxPayloadBytes = STREAM_SIZE_MAX_60;
1943 instISAC->maxPayloadSizeBytes = maxPayloadBytes;