Home
last modified time | relevance | path

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

12345

/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DBufferRejectionTests.kt66 val bufferSize = Point(300, 200) in <lambda>() constant
127 val bufferSize = Point(300, 200) in <lambda>() constant
DGeometryTests.kt52 val bufferSize = Point(300, 200) in <lambda>() constant
69 val bufferSize = Point(3000, 2000) in <lambda>() constant
86 val bufferSize = Point(300, 200) in <lambda>() constant
/frameworks/base/core/java/com/android/internal/util/
DArtFastDataInput.java44 public ArtFastDataInput(@NonNull InputStream in, int bufferSize) { in ArtFastDataInput()
83 public byte[] newByteArray(int bufferSize) { in newByteArray()
DArtFastDataOutput.java44 public ArtFastDataOutput(@NonNull OutputStream out, int bufferSize) { in ArtFastDataOutput()
79 public byte[] newByteArray(int bufferSize) { in newByteArray()
DLineBreakBufferedWriter.java49 private final int bufferSize; field in LineBreakBufferedWriter
69 public LineBreakBufferedWriter(Writer out, int bufferSize) { in LineBreakBufferedWriter()
80 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) { in LineBreakBufferedWriter()
/frameworks/base/core/java/android/ddm/
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
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
DITunerDemux.aidl48 ITunerFilter openFilter(in DemuxFilterType type, in int bufferSize, in openFilter()
69 ITunerDvr openDvr(in DvrType dvbType, in int bufferSize, in ITunerDvrCallback cb); in openDvr()
/frameworks/av/drm/common/
DIDrmManagerService.cpp177 const int bufferSize = reply.readInt32(); in getConstraints() local
207 const int bufferSize = reply.readInt32(); in getMetadata() local
273 const int bufferSize = reply.readInt32(); in processDrmInfo() local
321 const int bufferSize = reply.readInt32(); in acquireDrmInfo() local
525 const int bufferSize = reply.readInt32(); in convertData() local
557 const int bufferSize = reply.readInt32(); in closeConvertSession() local
871 int bufferSize = 0; in onTransact() local
903 int bufferSize = 0; in onTransact() local
941 const uint32_t bufferSize = data.readInt32(); in onTransact() local
971 const int bufferSize = drmBuffer->length; in onTransact() local
[all …]
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp196 ui::Size bufferSize = getBufferSize(); in TEST_F() local
219 ui::Size bufferSize = getBufferSize(); in TEST_F() local
241 ui::Size bufferSize = getBufferSize(); in TEST_F() local
279 ui::Size bufferSize = getBufferSize(); in TEST_F() local
307 ui::Size bufferSize = getBufferSize(); in TEST_F() local
341 ui::Size bufferSize = getBufferSize(); in TEST_F() local
376 ui::Size bufferSize = getBufferSize(); in TEST_F() local
470 ui::Size bufferSize = getBufferSize(); in TEST_F() local
563 ui::Size bufferSize = getBufferSize(); in TEST_F() local
599 ui::Size bufferSize = getBufferSize(); in TEST_F() local
[all …]
/frameworks/base/core/java/android/service/displayhash/
DDisplayHashParams.java120 public DisplayHashParams( in DisplayHashParams()
186 Size bufferSize = (flg & 0x1) == 0 ? null : (Size) in.readSize(); in DisplayHashParams() local
/frameworks/base/core/tests/coretests/src/android/graphics/
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
/frameworks/base/media/jni/tuner/
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()
/frameworks/base/core/java/android/content/
DContentCaptureOptions.java391 public final int bufferSize; field in ContentCaptureOptions.ContentProtectionOptions
436 int bufferSize, in ContentProtectionOptions()
489 int bufferSize = parcel.readInt(); in createFromParcel() local
/frameworks/av/media/libaaudio/src/fifo/
DFifoController.h33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DFastDataOutput.java54 public FastDataOutput(@NonNull OutputStream out, int bufferSize) { in FastDataOutput()
92 public byte[] newByteArray(int bufferSize) { in newByteArray()
DFastDataInput.java56 public FastDataInput(@NonNull InputStream in, int bufferSize) { in FastDataInput()
90 public byte[] newByteArray(int bufferSize) { in newByteArray()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
DUtils.java33 public static void transferStreamedData(InputStream in, OutputStream out, int bufferSize) in transferStreamedData()
/frameworks/av/include/media/
DDataSource.h59 virtual bool getUri(char *uriString, size_t bufferSize) final { in getUri()
/frameworks/av/media/ndk/fuzzer/
DNdkMediaCodecFuzzerBase.cpp347 size_t bufferSize = 0; in invokeInputBufferOperationAPI() local
388 size_t bufferSize = 0; in invokeOutputBufferOperationAPI() local
/frameworks/base/core/java/android/os/
DDebug.java1306 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing()
1340 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing()
1341 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local
1363 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling()
1365 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local
1403 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing()
1414 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
DMediaSampleReaderBenchmark.cpp94 size_t bufferSize = 0; in ReadMediaSamples() local
/frameworks/av/services/audioflinger/fastpath/
DFastCapture.cpp129 const size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
/frameworks/av/media/libnblog/include/media/nblog/
DReader.h101 explicit Snapshot(size_t bufferSize) : mData(new uint8_t[bufferSize]) {} in Snapshot()
/frameworks/av/media/libstagefright/
DCallbackDataSource.cpp66 const size_t bufferSize = mMemory->size(); in readAt() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()

12345