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

  /external/speex/libspeex/
jitter.c 120 int move_size = tb->filled-pos; local
122 move_size -= 1;
123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size);
124 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size);
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 547 MOVE_SIZE = (350,390)
555 ('Preview', F_RPGRDPREVIEW, ROW2, COL1, MOVE_SIZE, 0, 0, -1, [], "", True, ""),

Completed in 1595 milliseconds