Home
last modified time | relevance | path

Searched refs:frameLength (Results 1 – 3 of 3) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java73 long toSleep = (shot+1)*frameLength - (System.currentTimeMillis()-start); in runInternal()
182 frameLength = (long) (1000.0/config.getFramesPerSecond()); in ScreenRecorder()
223 …tivity() && !config.isSound() ? (int) (1000.0 * config.getInactivityInterval() / frameLength) : -1; in getMovie()
307 long frameLength; field in ScreenRecorder
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js44 ret.frameLength = stream.read(13);
411 this.config.frameLength = 1024;
463 frameLength = config.frameLength,
534 output = new Float32Array(frameLength * channels),
537 for (var k = 0; k < frameLength; k++) {
553 var len = mult * this.config.frameLength;
2696 this.data = new Float32Array(config.frameLength);
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...