Searched refs:bufferSizeInBytes (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 321 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes) = 0; 326 const VkDeviceSize bufferSizeInBytes) const = 0; 329 const VkDeviceSize bufferSizeInBytes) const = 0; 375 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local 380 prepareResources(bufferSizeInBytes); in iterate() 402 commandsBeforeCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 407 commandsAfterCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 416 …yRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(), bufferSizeInBytes); in iterate() 487 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes); 492 const VkDeviceSize bufferSizeInBytes) const; [all …]
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 63 static unsigned int bufferSizeInBytes = 0; variable 83 bufferSizeInBytes = framesPerBuffer * sizeof(*beepBuffer); in createWaveTables() 84 silenceBuffer = malloc(bufferSizeInBytes); in createWaveTables() 85 beepBuffer = malloc(bufferSizeInBytes); in createWaveTables() 92 bufferSizeInBytes); in createWaveTables() 122 bufferSizeInBytes); in bqPlayerCallback() 127 bufferSizeInBytes); in bqPlayerCallback() 155 bufferSizeInBytes); in Java_org_chromium_latency_walt_AudioTest_playTone() 327 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, silenceBuffer, bufferSizeInBytes); in Java_org_chromium_latency_walt_AudioTest_startWarmTest()
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 191 int bufferSizeInBytes = in initRecording() local 193 Logging.d(TAG, "bufferSizeInBytes: " + bufferSizeInBytes); in initRecording() 199 bufferSizeInBytes); in initRecording()
|