Home | History | Annotate | Download | only in source

Lines Matching refs:enforceFrameSize

365   instLB->ISACencLB_obj.enforceFrameSize = 0;
1543 * - enforceFrameSize : 1 to enforce the given frame-size through out
1553 WebRtc_Word16 enforceFrameSize) {
1574 /* Set structure variable if enforceFrameSize is set. ISAC will then
1576 if (enforceFrameSize != 0) {
1577 instISAC->instLB.ISACencLB_obj.enforceFrameSize = 1;
1579 instISAC->instLB.ISACencLB_obj.enforceFrameSize = 0;
1595 /* Set the initial frame-size. If 'enforceFrameSize' is set, the frame-size
2229 instLB->ISACencLB_obj.enforceFrameSize = 0;