HomeSort by relevance Sort by last modified time
    Searched refs:maxPayloadBytes (Results 1 - 6 of 6) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 253 ISAC_inst->ISACenc_obj.maxPayloadBytes = STREAM_MAXW16_60MS << 1;
    [all...]
structs.h 332 WebRtc_Word16 maxPayloadBytes; /* Maximum allowed number of bits for both 30 and 60 msec packet */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 469 * - maxPayloadBytes : maximum size of the payload in bytes
478 WebRtc_Word16 maxPayloadBytes);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 415 * - maxPayloadBytes : maximum size of the payload in bytes
427 WebRtc_Word16 maxPayloadBytes);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 363 instLB->ISACencLB_obj.maxPayloadBytes = STREAM_SIZE_MAX_60;
    [all...]
structs.h 336 WebRtc_Word16 maxPayloadBytes;
371 //WebRtc_Word16 maxPayloadBytes;

Completed in 94 milliseconds