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

  /external/webrtc/webrtc/modules/audio_coding/test/
iSACTest.h 35 bool enforceFrameSize;
iSACTest.cc 41 isacConfig.enforceFrameSize = false;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 394 * - enforceFrameSize : 1 to enforce the given frame-size through out
405 int16_t enforceFrameSize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h 287 * - enforceFrameSize : 1 to enforce the given frame-size through
299 int16_t enforceFrameSize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 376 instLB->ISACencLB_obj.enforceFrameSize = 0;
    [all...]
structs.h 346 int16_t enforceFrameSize;
encode.c 257 (ISACencLB_obj->enforceFrameSize == 0)) {
518 if (codingMode == 0 && (ISACencLB_obj->enforceFrameSize == 0)) {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 334 ISAC_inst->ISACenc_obj.enforceFrameSize = 0;
    [all...]
structs.h 334 int16_t enforceFrameSize; /* If set iSAC will never change packet size */
encode.c 111 if (CodingMode == 0 && frame_mode == 0 && (ISACenc_obj->enforceFrameSize == 0)) {
414 if (CodingMode == 0 && (ISACenc_obj->enforceFrameSize == 0)) {

Completed in 854 milliseconds