Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 107) 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/av/services/tuner/aidl/android/media/tv/tuner/
DITunerDemux.aidl42 in int mainType, in int subtype, in int bufferSize, in ITunerFilterCallback cb); in openFilter()
62 ITunerDvr openDvr(in int dvbType, in int bufferSize, in ITunerDvrCallback cb); in openDvr()
/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/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/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp167 ui::Size bufferSize = getBufferSize(); in TEST_F() local
190 ui::Size bufferSize = getBufferSize(); in TEST_F() local
212 ui::Size bufferSize = getBufferSize(); in TEST_F() local
250 ui::Size bufferSize = getBufferSize(); in TEST_F() local
278 ui::Size bufferSize = getBufferSize(); in TEST_F() local
312 ui::Size bufferSize = getBufferSize(); in TEST_F() local
347 ui::Size bufferSize = getBufferSize(); in TEST_F() local
441 ui::Size bufferSize = getBufferSize(); in TEST_F() local
534 ui::Size bufferSize = getBufferSize(); in TEST_F() local
570 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/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/media/jni/tuner/
DDemuxClient.cpp63 sp<FilterClient> DemuxClient::openFilter(DemuxFilterType type, int bufferSize, in openFilter()
165 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int bufferSize, sp<DvrClientCallback> cb) { in openDvr()
234 sp<IFilter> DemuxClient::openHidlFilter(DemuxFilterType type, int bufferSize, in openHidlFilter()
274 sp<IDvr> DemuxClient::openHidlDvr(DvrType dvrType, int bufferSize, in openHidlDvr()
/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/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/services/tuner/
DTunerDemux.cpp60 int type, int subType, int bufferSize, const std::shared_ptr<ITunerFilterCallback>& cb, in openFilter()
168 Status TunerDemux::openDvr(int dvrType, int bufferSize, const shared_ptr<ITunerDvrCallback>& cb, in openDvr()
/frameworks/av/media/libstagefright/
DAudioSource.cpp392 const size_t bufferSize = audioBuffer.size; in dataCallback() local
438 uint64_t bufferSize = numLostBytes; in dataCallback() local
466 const size_t bufferSize = buffer->range_length(); in queueInputBuffer_l() local
DCallbackDataSource.cpp66 const size_t bufferSize = mMemory->size(); in readAt() local
/frameworks/base/media/java/android/media/tv/tuner/
DTuner.java569 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter()
578 private native DvrRecorder nativeOpenDvrRecorder(long bufferSize); in nativeOpenDvrRecorder()
579 private native DvrPlayback nativeOpenDvrPlayback(long bufferSize); in nativeOpenDvrPlayback()
1253 @BytesLong long bufferSize, @CallbackExecutor @Nullable Executor executor, in openFilter()
1387 public DvrRecorder openDvrRecorder( in openDvrRecorder()
1412 public DvrPlayback openDvrPlayback( in openDvrPlayback()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DProcFileReaderTest.java213 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
DMediaSampleReaderBenchmark.cpp96 size_t bufferSize = 0; in ReadMediaSamples() local
/frameworks/av/media/libnblog/include/media/nblog/
DReader.h101 explicit Snapshot(size_t bufferSize) : mData(new uint8_t[bufferSize]) {} in Snapshot()
/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/services/audioflinger/
DFastCapture.cpp137 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()

12345