Searched refs:fileChannel (Results 1 – 3 of 3) sorted by relevance
167 FileChannel fileChannel = in.getChannel()) { in sha256()169 MappedByteBuffer mappedByteBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, in sha256()170 fileChannel.size()); in sha256()
131 FileChannel fileChannel; field in DngCreatorTest.DngDebugParams497 FileChannel fileChannel = null; in testRaw16JpegMaximumResolutionConsistency() local542 params.fileChannel = fileChannel; in testRaw16JpegMaximumResolutionConsistency()554 if (fileChannel != null) { in testRaw16JpegMaximumResolutionConsistency()555 fileChannel.close(); in testRaw16JpegMaximumResolutionConsistency()592 FileChannel fileChannel = null; in testRaw16JpegConsistency() local626 params.fileChannel = fileChannel; in testRaw16JpegConsistency()639 if (fileChannel != null) { in testRaw16JpegConsistency()640 fileChannel.close(); in testRaw16JpegConsistency()765 params.fileChannel = new FileOutputStream(jpegFilePath).getChannel(); in debugDumpDng()[all …]
126 FileChannel fileChannel = refStream.getChannel(); in readAudioReferenceFile() local130 fileChannel.read(refBuffer); in readAudioReferenceFile()