Searched refs:readSize (Results 1 – 3 of 3) sorted by relevance
301 int readSize = rowStride; in getDataFromImage() local302 if (buffer.remaining() < readSize) { in getDataFromImage()303 readSize = buffer.remaining(); in getDataFromImage()305 buffer.get(rowData, 0, readSize); in getDataFromImage()
449 int readSize = 0; in testStopMediaProjectionDuringCapture() local453 readSize += status; in testStopMediaProjectionDuringCapture()455 + audioRecord.getRecordingState(), readSize, lessThan(MAX_READ_SIZE)); in testStopMediaProjectionDuringCapture()
33421 method @NonNull public android.util.Size readSize();