Searched refs:swapInt (Results 1 – 1 of 1) sorted by relevance
74 aviOutput.write(intBytes(swapInt(useLength))); in addImage()91 raf.write(intBytes(swapInt((int) size - 8))); in finishAVI()93 raf.write(intBytes(swapInt((int) (size - 8 - aviMovieOffset - indexlistBytes.length)))); in finishAVI()108 public static int swapInt(int v) { in swapInt() method in MjpegFileWriter149 baos.write(intBytes(swapInt(fileSize))); in toBytes()152 baos.write(intBytes(swapInt(listSize))); in toBytes()209 baos.write(intBytes(swapInt(cb))); in toBytes()210 baos.write(intBytes(swapInt(dwMicroSecPerFrame))); in toBytes()211 baos.write(intBytes(swapInt(dwMaxBytesPerSec))); in toBytes()212 baos.write(intBytes(swapInt(dwPaddingGranularity))); in toBytes()[all …]