Searched refs:num_frames (Results 1 - 9 of 9) sorted by relevance

/external/srec/srec/include/
H A Dutteranc.h243 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/
H A Dswicms.c518 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;
H A Dfpi_tgt.c725 int len, /* count= 0, */ num_frames = 0; local
763 num_frames++;
780 return (num_frames);
/external/bluetooth/bluez/test/
H A Drctest.c65 static long num_frames = -1; variable
508 while ((num_frames == -1) || (num_frames-- > 0)) {
519 if (num_frames && delay && count && !(seq % count))
693 num_frames = atoi(optarg);
H A Dl2test.c94 static int num_frames = -1; variable
757 while ((num_frames == -1) || (num_frames-- > 0)) {
778 if (num_frames && delay && count && !(seq % count))
1209 num_frames = atoi(optarg);
/external/chromium/net/spdy/
H A Dspdy_test_util.h331 int CombineFrames(const spdy::SpdyFrame** frames, int num_frames,
H A Dspdy_test_util.cc877 int CombineFrames(const spdy::SpdyFrame** frames, int num_frames, argument
880 for (int i = 0; i < num_frames; ++i) {
885 for (int i = 0; i < num_frames; ++i) {
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc901 size_t num_frames = frame_strip->width() / frame_size; local
904 for (size_t i = 0; i < num_frames; ++i) {
/external/chromium/net/tools/testserver/
H A Dtestserver.py1132 num_frames = 10
1139 for i in xrange(num_frames):

Completed in 492 milliseconds