Home
last modified time | relevance | path

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

12345

/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DBufferRejectionTests.kt64 val bufferSize = Point(300, 200) in <lambda>() constant
120 val bufferSize = Point(300, 200) in <lambda>() constant
DGeometryTests.kt51 val bufferSize = Point(300, 200) in <lambda>() constant
68 val bufferSize = Point(3000, 2000) in <lambda>() constant
85 val bufferSize = Point(300, 200) in <lambda>() constant
/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/base/core/java/com/android/internal/util/
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()
/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/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/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/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/av/media/libaaudio/src/fifo/
DFifoController.h33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/
DStreamUtils.java50 int bufferSize = Math.min(MAX_COPY_BUFFER_SIZE, limit); in copyStream() local
/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/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
DFullRestoreToFileTask.java56 FullRestoreToFileTask(FullRestoreDownloader fullRestoreDownloader, int bufferSize) { in FullRestoreToFileTask()
/frameworks/av/include/media/
DDataSource.h59 virtual bool getUri(char *uriString, size_t bufferSize) final { in getUri()
/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
DMediaSampleReaderBenchmark.cpp96 size_t bufferSize = 0; in ReadMediaSamples() local
/frameworks/base/core/java/android/os/
DDebug.java1244 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing()
1278 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing()
1279 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local
1301 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling()
1303 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local
1341 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing()
1352 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
/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/av/services/audioflinger/
DFastCapture.cpp137 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DProcFileReaderTest.java251 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
/frameworks/av/media/mtp/
DMtpPacket.cpp31 MtpPacket::MtpPacket(int bufferSize) in MtpPacket()
/frameworks/base/core/java/android/util/
DPackageUtils.java181 int bufferSize = ActivityManager.isLowRamDeviceStatic() in createLargeFileBuffer() local

12345