Home
last modified time | relevance | path

Searched refs:blockSize (Results 1 – 8 of 8) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderProfileLevelTestBase.java147 int blockSize = 16; in getMinLevelAVC() local
148 int mbs = divUp(width, blockSize) * divUp(height, blockSize); in getMinLevelAVC()
197 int blockSize = 8; in getMinLevelHEVC() local
198 int blocks = divUp(width, blockSize) * divUp(height, blockSize); in getMinLevelHEVC()
199 long pixelsPerFrame = blocks * blockSize * blockSize; in getMinLevelHEVC()
241 int blockSize = 16; in getMinLevelH263() local
242 int mbs = divUp(width, blockSize) * divUp(height, blockSize); in getMinLevelH263()
243 int size = mbs * blockSize * blockSize; in getMinLevelH263()
328 int blockSize = 16; in getMinLevelMPEG2() local
329 int mbs = divUp(width, blockSize) * divUp(height, blockSize); in getMinLevelMPEG2()
[all …]
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java198 int blockSize = getBlockSize(); in testGetOutputSizeInEncryptionMode() local
201 mCipher.getOutputSize(blockSize); in testGetOutputSizeInEncryptionMode()
209 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
221 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
232 for (int buffered = 0; buffered < blockSize; buffered++) { in testGetOutputSizeInEncryptionMode()
234 for (int input = 0; input <= blockSize * 2; input++) { in testGetOutputSizeInEncryptionMode()
238 int minExpectedOutputSize = inputInclBuffered - (inputInclBuffered % blockSize); in testGetOutputSizeInEncryptionMode()
242 minExpectedOutputSize += blockSize; in testGetOutputSizeInEncryptionMode()
255 if (buffered == blockSize - 1) { in testGetOutputSizeInEncryptionMode()
265 int blockSize = getBlockSize(); in testGetOutputSizeInDecryptionMode() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundRecorderObject.java43 public SoundRecorderObject(int samplingRate, int blockSize, int recordingSource) { in SoundRecorderObject() argument
45 mBlockSizeSamples = blockSize; in SoundRecorderObject()
DSoundPlayerObject.java83 public SoundPlayerObject(boolean useMediaPlayer, int blockSize) { in SoundPlayerObject() argument
85 mBlockSizeSamples = blockSize; in SoundPlayerObject()
DAudioAEC.java109 public RmsHelper(int blockSize, int shotCount) { in RmsHelper() argument
110 mBlockSize = blockSize; in RmsHelper()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java253 final long blockSize = Os.statvfs("/data/incremental").f_bsize; in testSpaceAllocatedForPackage() local
273 (preAllocatedBlocks - postAllocatedBlocks) * blockSize); in testSpaceAllocatedForPackage()
293 final double freeSpaceExpectedDifference = ((appFileSize * 1.015) + blockSize * 8); in testSpaceAllocatedForPackage()
387 final int blockSize = 4096; in testInstallWithMissingBlocks() local
391 final int blocks = (int) (apk.length() / blockSize); in testInstallWithMissingBlocks()
799 final int blockSize = 4096; in testInstallWithIdSigNoDigesting() local
810 blocks[i] = (int) ((apkfile.length() + blockSize - 1) / blockSize); in testInstallWithIdSigNoDigesting()
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py87 blockSize=7)
91 blockSize=7)
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...