Home | History | Annotate | Download | only in source

Lines Matching refs:enforceFrameSize

376   instLB->ISACencLB_obj.enforceFrameSize = 0;
1562 * - enforceFrameSize : 1 to enforce the given frame-size through out
1572 int16_t enforceFrameSize) {
1593 /* Set structure variable if enforceFrameSize is set. ISAC will then
1595 if (enforceFrameSize != 0) {
1596 instISAC->instLB.ISACencLB_obj.enforceFrameSize = 1;
1598 instISAC->instLB.ISACencLB_obj.enforceFrameSize = 0;
1614 /* Set the initial frame-size. If 'enforceFrameSize' is set, the frame-size
2253 instLB->ISACencLB_obj.enforceFrameSize = 0;