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

  /external/srec/srec/include/
utteranc.h 243 int load_utb_data(file_utterance_info *utt, int num_frames, int do_skip);
244 int load_short_data(file_utterance_info *utt, int num_frames, int do_skip);
245 int save_utb_data(file_utterance_info *utt, int num_frames);
246 int save_short_data(file_utterance_info *utt, int num_frames);
  /external/srec/srec/clib/
swicms.c 518 int num_frames = swicms->cached_num_frames; local
536 if (speech_end < num_frames)
539 cache_end = num_frames;
544 if (num_frames == 0 || speech_end == 0 || speech_start == speech_end || speech_end == MAXframeID)
548 speech_start, speech_end, num_frames);
555 backgr_cache_end = (num_frames - num_frames % swicms->cache_resolution) / swicms->cache_resolution;
fpi_tgt.c 725 int len, /* count= 0, */ num_frames = 0; local
763 num_frames++;
780 return (num_frames);
  /external/bluetooth/bluez/test/
rctest.c 65 static long num_frames = -1; variable
510 while ((num_frames == -1) || (num_frames-- > 0)) {
521 if (num_frames && delay && count && !(seq % count))
695 num_frames = atoi(optarg);
l2test.c 93 static int num_frames = -1; variable
745 while ((num_frames == -1) || (num_frames-- > 0)) {
766 if (num_frames && delay && count && !(seq % count))
1197 num_frames = atoi(optarg);

Completed in 41 milliseconds