Home
last modified time | relevance | path

Searched defs:bufferSize (Results 151 – 175 of 2191) sorted by relevance

12345678910>>...88

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
H A DAudioSink.java92 void onUnderrun(int bufferSize, long bufferSizeMs, long elapsedSinceLastFeedMs); in onUnderrun()
179 int bufferSize, in InitializationException()
/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c108 size_t const bufferSize = (size_t) fileSize; in createBuffer_fromFile() local
164 static int loadFiles(void* buffer, size_t bufferSize, in loadFiles()
309 size_t const bufferSize = sliceCollection_totalCapacity(sc); in createBufferCollection_fromSliceCollectionSizes() local
340 size_t const bufferSize = sliceCollection_totalCapacity(sc); in createBufferCollection_fromSliceCollection() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java566 int bufferSize = data.getInt(BluetoothHidHost.EXTRA_REPORT_BUFFER_SIZE); in handleMessageOnGetReport() local
575 int bufferSize = data.getInt(BluetoothHidHost.EXTRA_REPORT_BUFFER_SIZE); in handleMessageGetReport() local
931 int bufferSize, in getReport()
1182 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_avp_impl.h77 uint32_t bufferSize = 0; in GetAvpBufSize() local
90 uint32_t &bufferSize) in CalculateBufferSize()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp165 bool isValueWithinBuffer(const void *buffer, VkDeviceSize bufferSize, const void *valuePtr, size_t … in isValueWithinBuffer()
181 bool isValueWithinBufferOrZero(const void *buffer, VkDeviceSize bufferSize, const void *valuePtr, in isValueWithinBufferOrZero()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs123 …public CodedOutputStream(Stream output, int bufferSize) : this(output, new byte[bufferSize], false) in CodedOutputStream()
145 …public CodedOutputStream(Stream output, int bufferSize, bool leaveOpen) : this(output, new byte[bu… in CodedOutputStream()
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
H A DScreenRecordingRunnable.kt178 val bufferSize = in writeMetadata() constant
/aosp_15_r20/system/media/audio_utils/tests/
H A Dspdif_tests.cpp208 size_t bufferSize = encoder.getBurstBufferSizeBytes(); in TEST() local
227 size_t bufferSize = encoder.getBurstBufferSizeBytes(); in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java81 final int bufferSize = CodedOutputStream.computePreferredBufferSize(getSerializedSize()); in writeTo() local
90 final int bufferSize = in writeDelimitedTo() local
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessageLite.java81 final int bufferSize = CodedOutputStream.computePreferredBufferSize(getSerializedSize()); in writeTo() local
90 final int bufferSize = in writeDelimitedTo() local
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs123 …public CodedOutputStream(Stream output, int bufferSize) : this(output, new byte[bufferSize], false) in CodedOutputStream()
145 …public CodedOutputStream(Stream output, int bufferSize, bool leaveOpen) : this(output, new byte[bu… in CodedOutputStream()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp3292 const vk::VkDeviceSize bufferSize = 1024; in testMemoryWin32Create() local
3380 const vk::VkDeviceSize bufferSize = 1024; in testMemoryImportTwice() local
3467 const vk::VkDeviceSize bufferSize = 1024; in testMemoryMultipleImports() local
3529 const vk::VkDeviceSize bufferSize = 1024; in testMemoryMultipleExports() local
3565 const vk::VkDeviceSize bufferSize = 1024; in testMemoryFdProperties() local
3620 const vk::VkDeviceSize bufferSize = 1024; in testMemoryFdDup() local
3695 const vk::VkDeviceSize bufferSize = 1024; in testMemoryFdDup2() local
3771 const vk::VkDeviceSize bufferSize = 1024; in testMemoryFdDup3() local
3847 const vk::VkDeviceSize bufferSize = 1024; in testMemoryFdSendOverSocket() local
4012 const vk::VkDeviceSize bufferSize = 1024; in testBufferBindExportImportBind() local
[all …]
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h687 uint64_t bufferSize; in inputBufferSizeTest() local
938 StreamWriter(IStreamOut* stream, size_t bufferSize) in StreamWriter()
940 StreamWriter(IStreamOut* stream, size_t bufferSize, std::vector<uint8_t>&& data, in StreamWriter()
1151 StreamReader(IStreamIn* stream, size_t bufferSize) in StreamReader()
/aosp_15_r20/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp165 size_t bufferSize = config.ByteSize(); in runShellTest() local
847 size_t bufferSize = config.ByteSize(); in TEST() local
903 size_t bufferSize = configs[i].ByteSize(); in TEST() local
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMDebug.cc91 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags, in VMDebug_startMethodTracingDdmsImpl()
103 jint bufferSize, in VMDebug_startMethodTracingFd()
139 jint bufferSize, jint flags, in VMDebug_startMethodTracingFilename()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp606 GLsizei bufferSize; in get_nuniformfv() local
703 GLsizei bufferSize; in get_nuniformiv() local
800 GLsizei bufferSize; in get_nuniformuiv() local
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DHardwareVideoEncoder.java384 int bufferSize = videoFrameBuffer.getHeight() * videoFrameBuffer.getWidth() * 3 / 2; in encode() local
435 VideoFrame.Buffer videoFrameBuffer, int bufferSize) { in encodeByteBuffer()
/aosp_15_r20/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp318 size_t AudioStreamOutDump::bufferSize() const in bufferSize() function in android::AudioStreamOutDump
521 size_t AudioStreamInDump::bufferSize() const in bufferSize() function in android::AudioStreamInDump
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DAudioSource.cpp425 uint64_t bufferSize = numLostBytes; in onMoreData() local
453 const size_t bufferSize = buffer->range_length(); in queueInputBuffer_l() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_functions_api.cpp422 size_t bufferSize = sizeof(cl_uchar) * frameSize; in api_functions() local
473 size_t bufferSize = sizeof(cl_uchar) * frameSize; in api_functions() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTexture.cpp854 …tureBuffer::TextureBuffer(const RenderContext &context, uint32_t internalFormat, size_t bufferSize) in TextureBuffer()
865 …extureBuffer(const RenderContext &context, uint32_t internalFormat, size_t bufferSize, size_t offs… in TextureBuffer()
877 void TextureBuffer::init(uint32_t internalFormat, size_t bufferSize, size_t offset, size_t size, co… in init()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/camera/device/1.0/[email protected]_genc++/gen/android/hardware/camera/device/1.0/
DCameraDeviceCallbackAll.cpp204 …_instrumentor, const ::android::hardware::hidl_handle& descriptor, uint32_t bufferSize, uint32_t b… in _hidl_registerMemory()
651 …registerMemory(const ::android::hardware::hidl_handle& descriptor, uint32_t bufferSize, uint32_t b… in registerMemory()
851 uint32_t bufferSize; in _hidl_registerMemory() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dcuda_sparse.cc529 size_t bufferSize; in CsrmvExImpl() local
572 size_t bufferSize; in SpMVImpl() local
728 int* csrSortedRowPtrC, int* csrSortedColIndC, size_t* bufferSize) { in CsrgeamBufferSizeExtImpl()
998 size_t bufferSize; in Csr2cscImpl() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFSDrives.cpp50 UInt32 bufferSize, UInt64 progressStart, IProgress *progress) in CopyFileSpec()
469 const UInt32 bufferSize = (di.DriveType == DRIVE_REMOVABLE) ? (18 << 10) * 4 : kBufferSize; in Z7_COM7F_IMF() local
/aosp_15_r20/art/test/099-vmdebug/src/
H A DMain.java415 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
420 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()

12345678910>>...88