Searched refs:mBatchSizeMax (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java63 mBatchSizeMax = checkArgumentPositive(batchSizeMax, "batchSizeMax must be positive");
118 return mBatchSizeMax;
152 mBatchSizeMax == other.mBatchSizeMax;
169 private final int mBatchSizeMax; field in class:HighSpeedVideoConfiguration

Completed in 81 milliseconds