OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferSizeInBytes
(Results
1 - 25
of
26
) sorted by null
1
2
/cts/tests/tests/media/src/android/media/cts/
AudioTrack_ListenerTest.java
86
final int
bufferSizeInBytes
;
89
bufferSizeInBytes
= minBuffSize * TEST_BUFFER_FACTOR;
90
mFrameCount =
bufferSizeInBytes
* TEST_LOOP_FACTOR;
92
bufferSizeInBytes
= minBuffSize * TEST_BUFFER_FACTOR * TEST_LOOP_FACTOR;
93
mFrameCount =
bufferSizeInBytes
;
101
TEST_FORMAT,
bufferSizeInBytes
, mode);
109
TEST_FORMAT,
bufferSizeInBytes
, mode);
124
bufferSizeInBytes
, TEST_SR, 1024 /* frequency */, 0 /* sweep */);
AudioRecordTest.java
[
all
...]
AudioTrackTest.java
109
+ ",
bufferSizeInBytes
="
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp
319
virtual void prepareResources (const VkDeviceSize
bufferSizeInBytes
) = 0;
324
const VkDeviceSize
bufferSizeInBytes
) const = 0;
327
const VkDeviceSize
bufferSizeInBytes
) const = 0;
363
const VkDeviceSize
bufferSizeInBytes
= getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(m_format);
366
prepareResources(
bufferSizeInBytes
);
388
commandsBeforeCompute(*cmdBuffer,
bufferSizeInBytes
);
393
commandsAfterCompute(*cmdBuffer,
bufferSizeInBytes
);
402
invalidateMappedMemoryRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(),
bufferSizeInBytes
);
473
virtual void prepareResources (const VkDeviceSize
bufferSizeInBytes
);
478
const VkDeviceSize
bufferSizeInBytes
) const
[
all
...]
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioRecord.java
191
int
bufferSizeInBytes
=
193
Logging.d(TAG, "
bufferSizeInBytes
: " +
bufferSizeInBytes
);
199
bufferSizeInBytes
);
221
// greater than or equal to the
bufferSizeInBytes
converted to frame
/frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java
215
int
bufferSizeInBytes
= Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes);
222
audioFormat,
bufferSizeInBytes
, AudioTrack.MODE_STREAM,
231
mAudioBufferSize =
bufferSizeInBytes
;
/frameworks/base/media/java/android/media/
AudioTrack.java
343
* @param
bufferSizeInBytes
the total size (in bytes) of the internal buffer where audio data is
351
* If <code>
bufferSizeInBytes
</code> is less than the
364
int
bufferSizeInBytes
, int mode)
367
bufferSizeInBytes
, mode, AudioManager.AUDIO_SESSION_ID_GENERATE);
396
* @param
bufferSizeInBytes
the total size (in bytes) of the internal buffer where audio data is
404
* If <code>
bufferSizeInBytes
</code> is less than the
419
int
bufferSizeInBytes
, int mode, int sessionId)
430
bufferSizeInBytes
,
440
* @param
bufferSizeInBytes
the total size (in bytes) of the internal buffer where audio data is
448
* If <code>
bufferSizeInBytes
</code> is less than th
[
all
...]
AudioRecord.java
268
* @param
bufferSizeInBytes
the total size (in bytes) of the buffer where audio data is written
276
int
bufferSizeInBytes
)
287
bufferSizeInBytes
,
300
* @param
bufferSizeInBytes
the total size (in bytes) of the buffer where audio data is written
312
public AudioRecord(AudioAttributes attributes, AudioFormat format, int
bufferSizeInBytes
,
374
audioBuffSizeCheck(
bufferSizeInBytes
);
550
* Since
bufferSizeInBytes
may be internally increased to accommodate the source
553
* @param
bufferSizeInBytes
a value strictly greater than 0
557
public Builder setBufferSizeInBytes(int
bufferSizeInBytes
) throws IllegalArgumentException {
558
if (
bufferSizeInBytes
<= 0)
[
all
...]
/cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp
214
//int
bufferSizeInBytes
= BUFFER_SIZE_IN_FRAMES * numChannels_ * sizeof(float);
235
int
bufferSizeInBytes
= numBufferSamples_ * sizeof(float);
236
// __android_log_print(ANDROID_LOG_INFO, TAG, "Enque %d bytes",
bufferSizeInBytes
);
237
result = (*recBuffQueueItf_)->Enqueue(recBuffQueueItf_, recBuffer,
bufferSizeInBytes
);
/frameworks/base/media/java/android/media/projection/
MediaProjection.java
147
int audioFormat, int
bufferSizeInBytes
) {
/prebuilts/sdk/system_23/
android.jar
/prebuilts/sdk/21/
android.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
Completed in 997 milliseconds
1
2