Searched defs:bufferSizeInBytes (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/sdk/android/src/java/org/webrtc/audio/ |
D | WebRtcAudioRecord.java | 293 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local 406 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnMOrHigher() 420 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnLowerThanM()
|
D | WebRtcAudioTrack.java | 387 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLollipopOrHigher() 412 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLowerThanLollipop()
|
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioTrack.java | 392 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLollipopOrHigher() 423 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLowerThanLollipop()
|
D | WebRtcAudioRecord.java | 266 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 374 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local 499 void MemoryQualifierInstanceImage::prepareResources (const VkDeviceSize bufferSizeInBytes) in prepareResources() 638 void MemoryQualifierInstanceBuffer::prepareResources (const VkDeviceSize bufferSizeInBytes) in prepareResources()
|
/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()
|