HomeSort by relevance Sort by last modified time
    Searched full:ifrom (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/EventLog/src/
riff.c 563 int i, ifrom, ito; local
643 ifrom = (int)(from * (*rate) / 1000.0);
645 ifrom = 0;
656 *length = ito - ifrom;
657 if (ifrom > 0) memmove(*samples, (*samples) + ifrom, (*length)*sizeof(short));