Searched defs:bufferSizeInBytes (Results 1 – 9 of 9) sorted by relevance
| /external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | ReadAheadInputStream.java | 121 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()
|
| D | BufferedFileChannelInputStream.java | 64 …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/ |
| D | WebRtcAudioRecord.java | 311 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()
|
| D | WebRtcAudioTrack.java | 423 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackBeforeOreo() 444 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackOnOreoOrHigher()
|
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| D | vktImageQualifiersTests.cpp | 375 …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/ |
| D | WebRtcAudioRecord.java | 266 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local
|
| D | WebRtcAudioTrack.java | 360 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrack()
|
| /external/walt/android/WALT/app/src/main/jni/ |
| D | player.c | 63 static unsigned int bufferSizeInBytes = 0; variable
|
| /external/tensorflow/tensorflow/core/util/ |
| D | cuda_sparse.cc | 249 size_t* bufferSizeInBytes) { in Gtsv2BufferSizeExtImpl() 312 int batchStride, size_t* bufferSizeInBytes) { in Gtsv2StridedBatchBufferSizeImpl()
|