/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 329 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes) = 0; 334 const VkDeviceSize bufferSizeInBytes) const = 0; 337 const VkDeviceSize bufferSizeInBytes) const = 0; 374 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local 377 prepareResources(bufferSizeInBytes); in iterate() 399 commandsBeforeCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 404 commandsAfterCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 484 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes); 489 const VkDeviceSize bufferSizeInBytes) const; 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/sdk/android/src/java/org/webrtc/audio/ |
D | WebRtcAudioRecord.java | 293 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local 294 Logging.d(TAG, "bufferSizeInBytes: " + bufferSizeInBytes); in initRecording() 300 audioSource, sampleRate, channelConfig, audioFormat, bufferSizeInBytes); in initRecording() 308 audioSource, sampleRate, channelConfig, audioFormat, bufferSizeInBytes); in initRecording() 406 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnMOrHigher() argument 415 .setBufferSizeInBytes(bufferSizeInBytes) in createAudioRecordOnMOrHigher() 420 int audioSource, int sampleRate, int channelConfig, int audioFormat, int bufferSizeInBytes) { in createAudioRecordOnLowerThanM() argument 422 return new AudioRecord(audioSource, sampleRate, channelConfig, audioFormat, bufferSizeInBytes); in createAudioRecordOnLowerThanM()
|
D | WebRtcAudioTrack.java | 387 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLollipopOrHigher() argument 407 bufferSizeInBytes, AudioTrack.MODE_STREAM, AudioManager.AUDIO_SESSION_ID_GENERATE); in createAudioTrackOnLollipopOrHigher() 412 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLowerThanLollipop() argument 414 AudioFormat.ENCODING_PCM_16BIT, bufferSizeInBytes, AudioTrack.MODE_STREAM); 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() argument 416 bufferSizeInBytes, in createAudioTrackOnLollipopOrHigher() 423 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrackOnLowerThanLollipop() argument 425 AudioFormat.ENCODING_PCM_16BIT, bufferSizeInBytes, AudioTrack.MODE_STREAM); in createAudioTrackOnLowerThanLollipop()
|
D | WebRtcAudioRecord.java | 266 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local 267 Logging.d(TAG, "bufferSizeInBytes: " + bufferSizeInBytes); in initRecording() 270 AudioFormat.ENCODING_PCM_16BIT, bufferSizeInBytes); in initRecording()
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_sparse.cc | 249 size_t* bufferSizeInBytes) { in Gtsv2BufferSizeExtImpl() argument 252 AsCudaComplex(B), ldb, bufferSizeInBytes)); in Gtsv2BufferSizeExtImpl() 260 const Scalar* B, int ldb, size_t* bufferSizeInBytes) const { \ 264 n, dl, d, du, B, ldb, bufferSizeInBytes); \ 273 const Scalar* B, int ldb, size_t* bufferSizeInBytes) const { \ 277 *gpusparse_handle_, m, n, dl, d, du, B, ldb, bufferSizeInBytes); \ 312 int batchStride, size_t* bufferSizeInBytes) { in Gtsv2StridedBatchBufferSizeImpl() argument 316 bufferSizeInBytes)); in Gtsv2StridedBatchBufferSizeImpl() 325 size_t* bufferSizeInBytes) const { \ 330 bufferSizeInBytes); \
|
D | cuda_sparse.h | 217 size_t* bufferSizeInBytes) const; 233 size_t* bufferSizeInBytes) const; 251 size_t* bufferSizeInBytes) const;
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cusparse_11_0.inc | 639 size_t *bufferSizeInBytes) { 649 betatype, y, ytype, executiontype, bufferSizeInBytes); 3075 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 3081 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3086 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 3092 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3098 size_t *bufferSizeInBytes) { 3104 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3110 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 3117 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_10_0.inc | 813 size_t *bufferSizeInBytes) { 823 betatype, y, ytype, executiontype, bufferSizeInBytes); 4114 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 4120 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4125 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 4131 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4137 size_t *bufferSizeInBytes) { 4143 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4149 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 4156 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_9_0.inc | 813 size_t *bufferSizeInBytes) { 823 betatype, y, ytype, executiontype, bufferSizeInBytes); 3861 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 3867 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3872 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 3878 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3884 size_t *bufferSizeInBytes) { 3890 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3896 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 3903 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_10_2.inc | 823 size_t *bufferSizeInBytes) { 833 betatype, y, ytype, executiontype, bufferSizeInBytes); 4085 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 4091 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4096 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 4102 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4108 size_t *bufferSizeInBytes) { 4114 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4120 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 4127 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_10_1.inc | 823 size_t *bufferSizeInBytes) { 833 betatype, y, ytype, executiontype, bufferSizeInBytes); 4085 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 4091 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4096 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 4102 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4108 size_t *bufferSizeInBytes) { 4114 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4120 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 4127 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|