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

  /external/srec/srec/include/
swicms.h 78 int cached_num_frames; /* we cache frames, until recognition is done member in struct:__anon15487
  /external/srec/srec/clib/
swicms.c 148 swicms->cached_num_frames = 0;
457 i = swicms->cached_num_frames / swicms->cache_resolution;
461 if (swicms->cached_num_frames % swicms->cache_resolution == 0)
468 swicms->cached_num_frames++;
518 int num_frames = swicms->cached_num_frames;
525 swicms->cached_num_frames = 0;
547 PLogError("Warning: speech_bounds (%d,%d) swicms->cached_num_frames (%d)\n",

Completed in 118 milliseconds