Home
last modified time | relevance | path

Searched refs:cached_num_frames (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dswicms.c148 swicms->cached_num_frames = 0; in swicms_init()
457 i = swicms->cached_num_frames / swicms->cache_resolution; in swicms_cache_frame()
461 if (swicms->cached_num_frames % swicms->cache_resolution == 0) in swicms_cache_frame()
468 swicms->cached_num_frames++; in swicms_cache_frame()
518 int num_frames = swicms->cached_num_frames; in swicms_update()
525 swicms->cached_num_frames = 0; in swicms_update()
/external/srec/srec/include/
Dswicms.h78 int cached_num_frames; /* we cache frames, until recognition is done member