Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/ddm/
DDdmHandleProfiling.java105 int bufferSize = in.getInt(); in handleMPRS() local
147 int bufferSize = in.getInt(); in handleMPSS() local
200 int bufferSize = in.getInt(); in handleSPSS() local
DDdmHandleThread.java146 int bufferSize = 0; in createStackChunk() 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
319 const int bufferSize = reply.readInt32(); in acquireDrmInfo() local
523 const int bufferSize = reply.readInt32(); in convertData() local
555 const int bufferSize = reply.readInt32(); in closeConvertSession() local
869 int bufferSize = 0; in onTransact() local
901 int bufferSize = 0; in onTransact() local
939 const uint32_t bufferSize = data.readInt32(); in onTransact() local
969 const int bufferSize = drmBuffer->length; in onTransact() local
[all …]
/frameworks/av/media/libstagefright/
DAudioSource.cpp345 size_t bufferSize = numLostBytes; in dataCallback() local
363 const size_t bufferSize = audioBuffer.size; in dataCallback() local
373 const size_t bufferSize = buffer->range_length(); in queueInputBuffer_l() local
DCallbackDataSource.cpp59 const size_t bufferSize = mMemory->size(); in readAt() local
/frameworks/base/core/java/android/os/
DDebug.java932 public static void startMethodTracing(String traceName, int bufferSize) { in startMethodTracing()
961 public static void startMethodTracing(String traceName, int bufferSize, in startMethodTracing()
963 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, flags, false, 0); in startMethodTracing() local
981 int bufferSize, int intervalUs) { in startMethodTracingSampling()
982 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local
1009 int bufferSize, int flags) { in startMethodTracing()
1020 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DProcFileReaderTest.java173 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
/frameworks/av/services/audioflinger/
DFastCapture.cpp134 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_transport.cpp141 BufferedOutputStream::BufferedOutputStream(TCPStream *stream, size_t bufferSize) { in BufferedOutputStream()
/frameworks/base/core/java/android/bluetooth/
DIBluetoothInputDevice.aidl50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport()
DBluetoothInputDevice.java597 … public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
/frameworks/base/core/java/com/android/internal/util/
DProcFileReader.java47 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { in ProcFileReader()
/frameworks/av/media/mtp/
DMtpPacket.cpp31 MtpPacket::MtpPacket(int bufferSize) in MtpPacket()
/frameworks/base/rs/java/android/renderscript/
DProgramVertexFixedFunction.java221 int bufferSize = constInputType.getElement().getBytesSize()* in Constants() local
/frameworks/av/cmds/stagefright/
Dmuxer.cpp90 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB. in muxing() local
/frameworks/base/cmds/bootanimation/
DAudioPlayer.cpp210 int bufferSize; in threadLoop() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp229 int32_t bufferSize = inHeader->nFilledLen; in onQueueFilled() local
/frameworks/native/libs/binder/
DBufferedTextOutput.cpp79 size_t bufferSize; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp315 int32_t bufferSize = buffer->size(); in onInputBufferFetched() local
/frameworks/base/core/jni/android/graphics/
DCreateJavaOutputStreamAdaptor.cpp145 size_t bufferSize = 4096; in adaptor_to_mem_stream() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCallbackProcessor.cpp369 size_t bufferSize = Camera2Client::calculateBufferSize( in processNewCallback() local
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp443 uint32_t bufferSize = displayStride * displayHeight * 3 / 2; in onPortFlushCompleted() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp52 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize) in BitStreamCreateEnc()

12