Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/
H A DAsyncRequestBodySplitConfiguration.java38 private final Long bufferSizeInBytes; field in AsyncRequestBodySplitConfiguration
59 public Long bufferSizeInBytes() { in bufferSizeInBytes() method in AsyncRequestBodySplitConfiguration
118 Builder bufferSizeInBytes(Long bufferSizeInBytes); in bufferSizeInBytes() method
123 private Long bufferSizeInBytes; field in AsyncRequestBodySplitConfiguration.DefaultBuilder
141 public Builder bufferSizeInBytes(Long bufferSizeInBytes) { in bufferSizeInBytes() method in AsyncRequestBodySplitConfiguration.DefaultBuilder
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReadAheadInputStream.java188 public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes) { in ReadAheadInputStream()
201 …public ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, final Exec… in ReadAheadInputStream()
213 …private ReadAheadInputStream(final InputStream inputStream, final int bufferSizeInBytes, final Exe… in ReadAheadInputStream()
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/audio/
H A 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()
H A DWebRtcAudioTrack.java423 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackBeforeOreo()
444 int bufferSizeInBytes, @Nullable AudioAttributes overrideAttributes) { in createAudioTrackOnOreoOrHigher()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioRecord.java331 int bufferSizeInBytes) in AudioRecord()
342 bufferSizeInBytes, in AudioRecord() local
368 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord()
398 private AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord()
708 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes()
H A DAudioTrack.java698 int bufferSizeInBytes, int mode) in AudioTrack()
756 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack()
767 bufferSizeInBytes, in AudioTrack() local
802 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack()
810 int bufferSizeInBytes, int mode, int sessionId, boolean offload, int encapsulationMode, in AudioTrack()
1790 int bufferSizeInBytes, int mode) { in shouldEnablePowerSaving()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp359 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local
491 void MemoryQualifierInstanceImage::prepareResources(const VkDeviceSize bufferSizeInBytes) in prepareResources()
632 void MemoryQualifierInstanceBuffer::prepareResources(const VkDeviceSize bufferSizeInBytes) in prepareResources()
/aosp_15_r20/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/
H A DRecordService.kt194 val bufferSizeInBytes = 2 * AudioRecord.getMinBufferSize(sampleRate, channelConfig, format) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/systemui/AudioRecorderTestApp_AudioRecord/src/android/systemui/cts/audiorecorder/audiorecord/
H A DAudioRecorderService.java51 … final int bufferSizeInBytes = 2 * AudioRecord.getMinBufferSize(sampleRate, channelConfig, in run() local
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/io/
DTypedStreamsTest.java206 int bufferSizeInBytes = (int) Math.pow(2, 20); in writeReadLargeBufferOk() local
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
H A DRecorder.java89 int bufferSizeInBytes = in calcMinBufferFramesStatic() local
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A DAudioRecorder.cpp235 int bufferSizeInBytes = numBufferSamples_ * sizeof(float); in enqueueBuffer() local
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrack_ListenerTest.java97 final int bufferSizeInBytes; in doTest() local
H A DAudioRecordTest.java1043 int channelConfig, int audioFormat, int bufferSizeInBytes, in createAudioRecord()
1104 final int bufferSizeInBytes = isChannelIndex ? in doTest() local
H A DLoudnessCodecControllerTest.java369 final int bufferSizeInBytes = in createAndStartAudioTrack() local
H A DAudioTrackOffloadTest.java293 int bufferSizeInBytes = bitRateInkbps * 1000 * BUFFER_SIZE_SEC / 8; in getOffloadAudioTrack() local
H A DAudioTrackTest.java2310 final int bufferSizeInBytes = minBuffSize * 100; in testVariableRatePlayback() local
2383 final int bufferSizeInBytes = frameCount * bytesPerFrame; in testStopDrain() local
3686 int audioFormat, int bufferSizeInBytes, int mode) throws IllegalArgumentException { in MockAudioTrack()
H A DAudioPlaybackConfigurationTest.java819 final int bufferSizeInBytes = in initializeAudioTrack() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
H A DSplittingPublisher.java49 private final long bufferSizeInBytes; field in SplittingPublisher
/aosp_15_r20/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java220 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local
/aosp_15_r20/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioTrack.java360 int sampleRateInHz, int channelConfig, int bufferSizeInBytes) { in createAudioTrack()
H A DWebRtcAudioRecord.java266 int bufferSizeInBytes = Math.max(BUFFER_SIZE_FACTOR * minBufferSize, byteBuffer.capacity()); in initRecording() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/Tracing/
H A DTransactionTracing.cpp145 void TransactionTracing::setBufferSize(size_t bufferSizeInBytes) { in setBufferSize()
/aosp_15_r20/external/walt/android/WALT/app/src/main/jni/
H A Dplayer.c63 static unsigned int bufferSizeInBytes = 0; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dcuda_sparse.cc249 size_t* bufferSizeInBytes) { in Gtsv2BufferSizeExtImpl()
312 int batchStride, size_t* bufferSizeInBytes) { in Gtsv2StridedBatchBufferSizeImpl()

12345678