Searched refs:bufferSize (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java146 int bufferSize = 0;
148 bufferSize += 4; // version, flags, whatever
149 bufferSize += 4; // thread ID
150 bufferSize += 4; // frame count
152 bufferSize += 4 + elem.getClassName().length() * 2;
153 bufferSize += 4 + elem.getMethodName().length() * 2;
154 bufferSize += 4;
156 bufferSize += elem.getFileName().length() * 2;
157 bufferSize += 4; // line number
160 ByteBuffer out = ByteBuffer.allocate(bufferSize);
[all...]
H A DDdmHandleProfiling.java105 int bufferSize = in.getInt();
111 + "', size=" + bufferSize + ", flags=" + flags);
114 Debug.startMethodTracing(fileName, bufferSize, flags);
147 int bufferSize = in.getInt();
150 Log.v("ddm-heap", "Method prof stream start: size=" + bufferSize
155 Debug.startMethodTracingDdms(bufferSize, flags, false, 0);
200 int bufferSize = in.getInt();
204 Log.v("ddm-heap", "Sample prof stream start: size=" + bufferSize
209 Debug.startMethodTracingDdms(bufferSize, flags, true, interval);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp177 const int bufferSize = reply.readInt32(); local
179 if (0 < bufferSize) {
180 data = new char[bufferSize];
181 reply.read(data, bufferSize);
207 const int bufferSize = reply.readInt32(); local
209 if (0 < bufferSize) {
210 data = new char[bufferSize];
211 reply.read(data, bufferSize);
273 const int bufferSize = reply.readInt32(); local
275 if (0 < bufferSize) {
319 const int bufferSize = reply.readInt32(); local
523 const int bufferSize = reply.readInt32(); local
555 const int bufferSize = reply.readInt32(); local
869 int bufferSize = 0; local
901 int bufferSize = 0; local
939 const uint32_t bufferSize = data.readInt32(); local
969 const int bufferSize = drmBuffer->length; local
1019 const int bufferSize = drmBuffer.length; local
1049 const uint32_t bufferSize = data.readInt32(); local
1225 const uint32_t bufferSize = data.readInt32(); local
1240 const int bufferSize = convertedData->length; local
1271 const int bufferSize = convertedData->length; local
1369 const int bufferSize = data.readInt32(); local
1415 const uint32_t bufferSize = data.readInt32(); local
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_transport.h66 * Construct a Buffered stream of size @bufferSize, using @stream as
69 BufferedOutputStream(TCPStream *stream, size_t bufferSize);
H A Dgltrace_transport.cpp141 BufferedOutputStream::BufferedOutputStream(TCPStream *stream, size_t bufferSize) { argument
144 mBufferSize = bufferSize;
146 mStringBuffer.reserve(bufferSize);
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp341 size_t bufferSize = numLostBytes; local
344 bufferSize = kMaxBufferSize;
348 MediaBuffer *lostAudioBuffer = new MediaBuffer(bufferSize);
349 memset(lostAudioBuffer->data(), 0, bufferSize);
350 lostAudioBuffer->set_range(0, bufferSize);
359 const size_t bufferSize = audioBuffer.size; local
360 MediaBuffer *buffer = new MediaBuffer(bufferSize);
363 buffer->set_range(0, bufferSize);
369 const size_t bufferSize = buffer->range_length(); local
373 ((1000000LL * (bufferSize / frameSiz
[all...]
H A DCallbackDataSource.cpp59 const size_t bufferSize = mMemory->size(); local
62 size_t numToRead = std::min(numLeft, bufferSize);
76 CHECK(numRead >= 0 && (size_t)numRead <= bufferSize);
/frameworks/av/media/mtp/
H A DMtpPacket.cpp31 MtpPacket::MtpPacket(int bufferSize) argument
33 mBufferSize(bufferSize),
34 mAllocationIncrement(bufferSize),
37 mBuffer = (uint8_t *)malloc(bufferSize);
H A DMtpPacket.h38 MtpPacket(int bufferSize);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputDevice.aidl50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
/frameworks/base/core/jni/android/graphics/
H A DCreateJavaOutputStreamAdaptor.cpp145 size_t bufferSize = 4096; local
148 char* data = (char*)sk_malloc_throw(bufferSize);
151 bufferSize - streamLen)) != 0) {
153 if (streamLen == bufferSize) {
154 bufferSize *= 2;
155 data = (char*)sk_realloc_throw(data, bufferSize);
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp41 , bufferSize(0)
51 if ((len+bufferPos) > bufferSize) {
57 bufferSize = newSize;
67 if (bufferSize > 256) {
71 bufferSize = 256;
79 size_t bufferSize; member in struct:android::BufferedTextOutput::BufferState
/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DInputStreamBuffer.java35 * and you should set the <code>bufferSize</code> parameter to <code>10</code> in the constructor.
87 * @param bufferSize The initial size for the internal buffer. The buffer size should be
97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, argument
100 if (bufferSize <= 0) {
102 String.format("Buffer size %d must be positive.", bufferSize));
104 bufferSize = leastPowerOf2(bufferSize);
105 mBuffer = new byte[bufferSize];
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java35 * and you should set the <code>bufferSize</code> parameter to <code>10</code> in the constructor.
87 * @param bufferSize The initial size for the internal buffer. The buffer size should be
97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, argument
100 if (bufferSize <= 0) {
102 String.format("Buffer size %d must be positive.", bufferSize));
104 bufferSize = leastPowerOf2(bufferSize);
105 mBuffer = new byte[bufferSize];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp43 /* Function : BitStreamCreateEnc(Int bufferSize ) */
47 /* bufferSize : size of the bitstream buffer in bytes */
52 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize) argument
60 stream->bufferSize = bufferSize;
61 stream->bitstreamBuffer = (UChar *) M4VENC_MALLOC(stream->bufferSize * sizeof(UChar));
68 M4VENC_MEMSET(stream->bitstreamBuffer, 0, stream->bufferSize*sizeof(UChar));
213 if (stream->byteCount + WORD_SIZE > stream->bufferSize)
267 if (stream->byteCount + numbyte > stream->bufferSize)
446 if (bitstream1->byteCount + bitstream2->byteCount + offset > bitstream1->bufferSize)
[all...]
H A Dbitstream_io.h30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize);
/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java47 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { argument
49 mBuffer = new byte[bufferSize];
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp315 int32_t bufferSize = buffer->size(); local
316 mCachedBytes += bufferSize;
326 onBufferConsumed(bufferSize);
334 onBufferConsumed(bufferSize);
340 reply->setInt32("size", bufferSize);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProcFileReaderTest.java173 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { argument
175 new ByteArrayInputStream(string.getBytes(StandardCharsets.US_ASCII)), bufferSize);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp95 const int bufferSize = licenseString.size(); local
97 data = new char[bufferSize];
98 memcpy(data, licenseString.string(), bufferSize);
99 const DrmBuffer* buffer = new DrmBuffer(data, bufferSize);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp90 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB. local
124 bufferSize = width * height * 4; // Assuming it is maximally 4BPP
159 sp<ABuffer> newBuffer = new ABuffer(bufferSize);
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp134 size_t bufferSize = frameCount * Format_frameSize(mFormat); local
135 (void)posix_memalign(&mReadBuffer, 32, bufferSize);
136 memset(mReadBuffer, 0, bufferSize); // if posix_memalign fails, will segv here.
/frameworks/base/cmds/bootanimation/
H A DAudioPlayer.cpp210 int bufferSize; local
289 bufferSize = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm));
293 size_t count = bufferSize;
/frameworks/base/core/java/android/os/
H A DDebug.java930 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
932 public static void startMethodTracing(String traceName, int bufferSize) { argument
933 startMethodTracing(traceName, bufferSize, 0);
958 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
961 public static void startMethodTracing(String traceName, int bufferSize, argument
963 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, flags, false, 0);
977 * @param bufferSize The maximum amount of trace data we gather. If not given, it defaults to 8MB.
981 int bufferSize, int intervalUs) {
982 VMDebug.startMethodTracing(fixTraceName(traceName), bufferSize, 0, true, intervalUs);
1009 int bufferSize, in
980 startMethodTracingSampling(String traceName, int bufferSize, int intervalUs) argument
1008 startMethodTracing(String traceName, FileDescriptor fd, int bufferSize, int flags) argument
1020 startMethodTracingDdms(int bufferSize, int flags, boolean samplingEnabled, int intervalUs) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp229 int32_t bufferSize = inHeader->nFilledLen; local
230 int32_t tmp = bufferSize;
256 inHeader->nOffset += bufferSize;

Completed in 1611 milliseconds

123