Home
last modified time | relevance | path

Searched refs:frameCounter (Results 1 – 5 of 5) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
DWavFile.java58 private long frameCounter; // Current number of frames read or written field in WavFile
75 return numFrames - frameCounter; in getFramesRemaining()
179 wavFile.frameCounter = 0; in newWavFile()
333 wavFile.frameCounter = 0; in openWavFile()
411 if (frameCounter == numFrames) in readFrames()
419 frameCounter++; in readFrames()
436 if (frameCounter == numFrames) in readFrames()
443 frameCounter++; in readFrames()
460 if (frameCounter == numFrames) in writeFrames()
468 frameCounter++; in writeFrames()
[all …]
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js23209 var frameCounter = frameCounters[frameId];
23210 if (!frameCounter)
23214 frameCounter = {logRow: logRow, count: 1}; variable
23215 frameCounters[frameId] = frameCounter;
23218 ++frameCounter.count;
23221 ? frameCounter.count
23222 : key + " " + frameCounter.count;
23224 frameCounter.logRow.firstChild.firstChild.nodeValue = label;
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js6049 }var frameCounter=frameCounters[frameId];
6050 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6051 frameCounter={logRow:logRow,count:1}; variable
6052 frameCounters[frameId]=frameCounter
6053 }else{++frameCounter.count
6054 }var label=key==undefined?frameCounter.count:key+" "+frameCounter.count;
6055 frameCounter.logRow.firstChild.firstChild.nodeValue=label
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6060 }var frameCounter=frameCounters[frameId];
6061 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6062 frameCounter={logRow:logRow,count:1}; variable
6063 frameCounters[frameId]=frameCounter
6064 }else{++frameCounter.count
6065 }var label=key==undefined?frameCounter.count:key+" "+frameCounter.count;
6066 frameCounter.logRow.firstChild.firstChild.nodeValue=label