Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 42) sorted by relevance

12

/aosp14/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DGeometryTests.kt52 val bufferSize = Point(300, 200) regex
69 val bufferSize = Point(3000, 2000) regex
86 val bufferSize = Point(300, 200) regex
H A DBufferRejectionTests.kt66 val bufferSize = Point(300, 200) regex
127 val bufferSize = Point(300, 200) regex
/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java107 int bufferSize = in.getInt(); in handleMPRS() local
149 int bufferSize = in.getInt(); in handleMPSS() local
202 int bufferSize = in.getInt(); in handleSPSS() local
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLineBreakBufferedWriter.java48 private final int bufferSize; field in LineBreakBufferedWriter
68 public LineBreakBufferedWriter(Writer out, int bufferSize) { in LineBreakBufferedWriter()
79 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) { in LineBreakBufferedWriter()
H A DArtFastDataInput.java41 public ArtFastDataInput(@NonNull InputStream in, int bufferSize) { in ArtFastDataInput()
H A DArtFastDataOutput.java41 public ArtFastDataOutput(@NonNull OutputStream out, int bufferSize) { in ArtFastDataOutput()
H A DProcFileReader.java48 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { in ProcFileReader()
/aosp14/frameworks/base/core/java/android/service/displayhash/
H A DDisplayHashParams.java120 public DisplayHashParams( in DisplayHashParams()
186 Size bufferSize = (flg & 0x1) == 0 ? null : (Size) in.readSize(); in DisplayHashParams() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java284 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectByteBuffer() local
322 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectShortBuffer() local
361 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectIntBuffer() local
400 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapByteBuffer() local
437 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapShortBuffer() local
474 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapIntBuffer() local
/aosp14/frameworks/base/media/jni/tuner/
H A DDemuxClient.cpp61 sp<FilterClient> DemuxClient::openFilter(const DemuxFilterType& type, int32_t bufferSize, in openFilter()
124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
/aosp14/frameworks/base/core/java/android/content/
H A DContentCaptureOptions.java387 public final int bufferSize; field in ContentCaptureOptions.ContentProtectionOptions
389 public ContentProtectionOptions(boolean enableReceiver, int bufferSize) { in ContentProtectionOptions()
419 int bufferSize = parcel.readInt(); in createFromParcel() local
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DUtils.java33 public static void transferStreamedData(InputStream in, OutputStream out, int bufferSize) in transferStreamedData()
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java1286 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing()
1320 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing()
1321 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local
1343 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling()
1345 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local
1383 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing()
1394 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DProcFileReaderTest.java251 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java70 private FastDataInput createFastDataInput(@NonNull InputStream in, int bufferSize) { in createFastDataInput()
79 private FastDataOutput createFastDataOutput(@NonNull OutputStream out, int bufferSize) { in createFastDataOutput()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRendererObserver.cpp52 jsize bufferSize = env->GetArrayLength(reinterpret_cast<jarray>(metrics)); in getNextBuffer() local
H A DCreateJavaOutputStreamAdaptor.cpp186 size_t bufferSize = 4096; in CopyJavaInputStream() local
/aosp14/frameworks/base/core/java/android/util/
H A DPackageUtils.java181 int bufferSize = ActivityManager.isLowRamDeviceStatic() in createLargeFileBuffer() local
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTuner.java1020 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter()
1033 private native DvrRecorder nativeOpenDvrRecorder(long bufferSize); in nativeOpenDvrRecorder()
1034 private native DvrPlayback nativeOpenDvrPlayback(long bufferSize); in nativeOpenDvrPlayback()
2244 @BytesLong long bufferSize, @CallbackExecutor @Nullable Executor executor, in openFilter()
2417 public DvrRecorder openDvrRecorder( in openDvrRecorder()
2447 public DvrPlayback openDvrPlayback( in openDvrPlayback()
/aosp14/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbMidiPacketConverterTest.java370 final int bufferSize = 30; in testEncodeDecode() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java228 int bufferSize = constInputType.getElement().getBytesSize()* in Constants() local
/aosp14/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java153 public ProtoInputStream(InputStream stream, int bufferSize) { in ProtoInputStream()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java245 int bufferSize = buff.capacity(); in encode() local
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerPerUserService.java395 int bufferSize = getBufferSizeInBytes(sampleRate, maxAudioLengthSeconds); in createAudioRecord() local
/aosp14/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp255 void* CursorWindow::offsetToPtr(uint32_t offset, uint32_t bufferSize = 0) { in offsetToPtr()

12