(int n)
| 668 | private int pt; |
| 669 | |
| 670 | protected void getRate(int n) { |
| 671 | results = new double[n]; |
| 672 | pt = 0; |
| 673 | buffer = null; |
| 674 | expanding = true; |
| 675 | curTime0 = curTime = HTML5Video.getCurrentTime(jsvideo); |
| 676 | ds = frameDur / 2 + 0.001; |
| 677 | frameDur = 0; |
| 678 | listener = HTML5Video.addActionListener(jsvideo, this, "canplaythrough"); |
| 679 | HTML5Video.setCurrentTime(jsvideo, curTime); |
| 680 | } |
| 681 | |
| 682 | byte[] buffer, buffer0; |
| 683 |
nothing calls this directly
no test coverage detected