HomeSort by relevance Sort by last modified time
    Searched refs:frameID (Results 1 - 25 of 26) sorted by null

1 2

  /external/srec/srec/include/
srec_eosd.h 32 frameID endnode_timeout;
33 frameID optendnode_timeout;
34 frameID internalnode_timeout;
35 frameID inspeech_timeout;
41 frameID endnode_frmcnt;
42 frameID optendnode_frmcnt;
43 frameID internalnode_frmcnt;
44 frameID inspeech_frmcnt;
swimodel.h 85 static PINLINE costdata duration_penalty_loop(frameID average_duration, frameID duration_so_far)
99 static PINLINE costdata duration_penalty_depart(frameID average_duration, frameID duration_so_far)
srec.h 67 frameID num_hmm_states; /* number of hmm states */
72 frameID duration[MAX_HMM]; /* frames observed for this hmm state, todo: pack into char! */
94 frameID silence_duration;
105 frameID end_time; /* end time of the word just observed, includes trailing silence */
111 frameID _word_end_time; /* end time of the word just observed, excl trailing silence */
112 /* since frameID is 16 bit, and 15bits is plenty
130 frameID max_frames;
204 frameID current_search_frame;
263 frameID max_frames;
298 frameID max_frames
    [all...]
srec_sizes.h 33 typedef asr_uint16_t frameID; /*for time frame*/
49 #define MAXframeID ((frameID)65535)
word_lattice.h 47 void sort_word_lattice_at_frame(srec* rec, frameID frame);
49 srec_word_lattice *allocate_word_lattice(frameID max_frames);
52 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
54 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr);
  /external/srec/srec/crec/
rec_norm.c 39 frameID speech_start, speech_end;
srec_eosd.c 37 eosd->eos_costdelta = (frameID)eos_costdelta;
38 eosd->opt_eos_costdelta = (frameID)opt_eos_costdelta;
39 eosd->endnode_timeout = (frameID)terminal_timeout;
40 eosd->optendnode_timeout = (frameID)optional_terminal_timeout;
41 eosd->internalnode_timeout = (frameID)non_terminal_timeout;
42 eosd->inspeech_timeout = (frameID)max_speech_duration;
srec_results.c 79 frameID end_frame;
95 frameID ifr;
366 frameID start_frame = MAXframeID;
367 frameID i, end_frame = MAXframeID;
368 frameID num_speech_frames;
371 frameID num_words;
396 num_speech_frames = (frameID)(end_frame - start_frame);
word_lattice.c 54 srec_word_lattice *allocate_word_lattice(frameID max_frames)
76 frameID ifr;
84 costdata lattice_best_cost_to_frame(srec_word_lattice *wl, word_token* word_token_array, frameID ifr)
100 void lattice_add_word_tokens(srec_word_lattice *wl, frameID frame,
355 frameID i;
412 frameID end_frame;
448 frameID end_frame;
489 frameID end_frame;
534 void sort_word_lattice_at_frame(srec* rec, frameID frame)
749 free_word_token_from_lattice(rec, (frameID)i)
    [all...]
srec_initialize.c 112 rec->max_frames = (frameID)max_frames;
114 rec->word_lattice = allocate_word_lattice((frameID)max_frames);
189 rec->max_frames = (frameID)max_frames;
srec_debug.c 100 frameID* duration = &stoken->duration[0];
srec.c 60 static void reset_cost_offsets(multi_srec* rec, frameID current_search_frame,
325 pattern_info *pattern, frameID current_search_frame)
654 static void reset_cost_offsets(multi_srec* rec, frameID current_frame,
    [all...]
astar.c 344 int join_frame_diff; /* need a signed frameID */
575 frameID end_frame = rec->current_search_frame;
718 sort_word_lattice_at_frame(rec, (frameID)(wtoken->end_time + 1));
935 frameID end_time;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFramesTest.java 100 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command");
101 long frameID = 0;
109 frameID = frameInfos[i].getFrameID();
120 logWriter.println("=> frameID for PopFrames command = " + frameID);
123 logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " + frameID);
129 popFramesCommand.setNextValueAsFrameID(frameID);
145 logWriter.println("=> Check that only one frame was discarded: frameID = " + frameID + ", method = " + methodToPop)
    [all...]
JDWPStackFrameTestCase.java 38 long frameID;
41 public FrameInfo(long frameID, Location location) {
43 this.frameID = frameID;
48 * @return Returns the frameID.
51 return frameID;
117 long frameID = reply.getNextValueAsLong();
119 frameInfos[i] = new FrameInfo(frameID, location);
201 protected void jdwpPopFrames(long threadID, long frameID) {
206 popFramesCommand.setNextValueAsFrameID(frameID);
    [all...]
PopFrames002Test.java 111 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command");
112 long frameID = 0;
120 frameID = frameInfos[j].getFrameID();
131 logWriter.println("=> frameID for PopFrames command = " + frameID);
137 logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " + frameID);
138 jdwpPopFrames(breakpointThreadID, frameID);
241 logWriter.println("=> Perform PopFrames command with frameID = " + frameInfos[0].getFrameID());
329 // find frameID to po
    [all...]
SetValuesTest.java 123 long frameID = 0;
132 logWriter.println("=> frameID = " + frameIDs[i].frameID);
136 frameID = frameIDs[i].frameID;
146 logWriter.println("=> frameID = " + frameID);
169 packet.setNextValueAsLong(frameID);
187 packet.setNextValueAsFrameID(frameID);
190 logWriter.println("=> Frame: " + frameID);
    [all...]
GetValuesTest.java 124 long frameID = 0;
133 logWriter.println("=> frameID = " + frameIDs[i].frameID);
137 frameID = frameIDs[i].frameID;
147 logWriter.println("=> frameID = " + frameID);
170 packet.setNextValueAsFrameID(frameID);
173 logWriter.println("=> Frame: " + frameID);
ThisObjectTest.java 100 long frameID = frameIDs[i].frameID;
101 logWriter.println("==> frameID=" + frameID);
102 if (frameID == 0) {
103 logWriter.println("## FAILURE: ThreadReference.Frames returned NULL FrameID for frame #" + i);
105 fail("ThreadReference.Frames returned NULL FrameID for frame #" + i);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
LaunchedDebugger.java 139 long frameID;
142 public FrameInfo(long frameID, Location location) {
144 this.frameID = frameID;
149 * @return Returns the frameID.
152 return frameID;
178 long frameID = reply.getNextValueAsLong();
180 frameInfos[i] = new FrameInfo(frameID, location);
214 .println("=> #" + i + " frameID=" + frameInfos[i].frameID);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 48 long frameID;
50 FrameStruct(long frameID, Location loc) {
51 this.frameID = frameID;
91 logWriter.println("\t" + i + ". frameID=" + frame.frameID
145 logWriter.println("\t" + i + ". frameID=" + frame.frameID
200 logWriter.println("\t" + i + ". frameID=" + frame.frameID
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierTest.java 308 long frameID = -1;
318 frameID = currentFrameID;
322 assertTrue("Failed to find frame for event location", frameID != -1);
324 logWriter.println("Check this object of frame " + frameID);
326 frameID);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionTest.java 183 long frameID = reply.getNextValueAsFrameID();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 917 * Sets the next value of the data of the Packet as FrameID VM-sensitive
921 * @param frameID
    [all...]
VmMirror.java     [all...]

Completed in 144 milliseconds

1 2