Home
last modified time | relevance | path

Searched defs:bufferSizeInBytes (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DReadAheadInputStream.java121 public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes) { in ReadAheadInputStream()
132 public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, in ReadAheadInputStream()
145 private ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, in ReadAheadInputStream()
DBufferedFileChannelInputStream.java64 …public BufferedFileChannelInputStream(final File file, final int bufferSizeInBytes) throws IOExcep… in BufferedFileChannelInputStream()
85 …public BufferedFileChannelInputStream(final Path path, final int bufferSizeInBytes) throws IOExcep… in BufferedFileChannelInputStream()
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioRecord.java311 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local
422 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnMOrHigher()
436 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnLowerThanM()
DWebRtcAudioTrack.java423 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackBeforeOreo()
444 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackOnOreoOrHigher()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp375 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local
500 void MemoryQualifierInstanceImage::prepareResources (const VkDeviceSize bufferSizeInBytes) in prepareResources()
639 void MemoryQualifierInstanceBuffer::prepareResources (const VkDeviceSize bufferSizeInBytes) in prepareResources()
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java266 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local
DWebRtcAudioTrack.java360 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrack()
/external/walt/android/WALT/app/src/main/jni/
Dplayer.c63 static unsigned int bufferSizeInBytes = 0; variable
/external/tensorflow/tensorflow/core/util/
Dcuda_sparse.cc249 size_t* bufferSizeInBytes) { in Gtsv2BufferSizeExtImpl()
312 int batchStride, size_t* bufferSizeInBytes) { in Gtsv2StridedBatchBufferSizeImpl()