Searched refs:blockSize (Results 1 – 7 of 7) sorted by relevance
170 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode() local173 mCipher.getOutputSize(blockSize); in testGetOutputSizeInEncryptionMode()181 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()193 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()204 for (int buffered = 0; buffered < blockSize; buffered++) { in testGetOutputSizeInEncryptionMode()206 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()210 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()214 minExpectedOutputSize += blockSize; in testGetOutputSizeInEncryptionMode()227 if (buffered == blockSize - 1) { in testGetOutputSizeInEncryptionMode()236 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode() local[all …]
43 public SoundRecorderObject(int samplingRate, int blockSize, int recordingSource) { in SoundRecorderObject() argument45 mBlockSizeSamples = blockSize; in SoundRecorderObject()
83 public SoundPlayerObject(boolean useMediaPlayer, int blockSize) { in SoundPlayerObject() argument85 mBlockSizeSamples = blockSize; in SoundPlayerObject()
91 public RmsHelper(int blockSize, int shotCount) { in RmsHelper() argument92 mBlockSize = blockSize; in RmsHelper()
202 final long blockSize = Os.statvfs("/data/incremental").f_bsize; in testSpaceAllocatedForPackage() local220 (preAllocatedBlocks - postAllocatedBlocks) * blockSize; in testSpaceAllocatedForPackage()222 >= ((appFileSize * 1.015) + blockSize * 8)); in testSpaceAllocatedForPackage()333 final int blockSize = 4096; in testInstallWithMissingBlocks() local337 final int blocks = (int) (apk.length() / blockSize); in testInstallWithMissingBlocks()
53 blockSize=7)57 blockSize=7)
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...