()
| 1467 | } |
| 1468 | |
| 1469 | private String timeString() { |
| 1470 | return " (t="+(System.currentTimeMillis()-startTime)+" ms)"; |
| 1471 | } |
| 1472 | |
| 1473 | /** returns a string of a four-cc code corresponding to an int (Intel byte order) */ |
| 1474 | private String fourccString(int fourcc) { |
no outgoing calls
no test coverage detected