Home
last modified time | relevance | path

Searched refs:outbuf (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/extractors/mpeg2/
DMPEG2PSExtractor.cpp701 MediaBufferHelper *outbuf; in read() local
702 mBufferGroup->acquire_buffer(&outbuf, false, length); in read()
703 memcpy(outbuf->data(), mbuf->data(), length); in read()
704 outbuf->set_range(0, length); in read()
705 *buffer = outbuf; in read()
707 AMediaFormat *outMeta = outbuf->meta_data(); in read()
DMPEG2TSExtractor.cpp190 MediaBufferHelper *outbuf; in read() local
191 mBufferGroup->acquire_buffer(&outbuf, false, length); in read()
192 memcpy(outbuf->data(), mbuf->data(), length); in read()
193 outbuf->set_range(0, length); in read()
194 *out = outbuf; in read()
196 AMediaFormat *outMeta = outbuf->meta_data(); in read()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dbytestream.cc66 CheckedArrayByteSink::CheckedArrayByteSink(char* outbuf, size_t capacity) in CheckedArrayByteSink() argument
67 : outbuf_(outbuf), capacity_(capacity), size_(0), overflowed_(false) { in CheckedArrayByteSink()
Dbytestream.h192 CheckedArrayByteSink(char* outbuf, size_t capacity);
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp908 sp<MediaCodecBuffer> outbuf; in onMessageReceived() local
909 status_t err = mEncoder->getOutputBuffer(index, &outbuf); in onMessageReceived()
910 if (err != OK || outbuf == NULL || outbuf->data() == NULL in onMessageReceived()
911 || outbuf->size() == 0) { in onMessageReceived()
916 MediaBufferBase *mbuf = new MediaBuffer(outbuf->size()); in onMessageReceived()
970 memcpy(mbuf->data(), outbuf->data(), outbuf->size()); in onMessageReceived()
/frameworks/base/services/backup/java/com/android/server/backup/
DPackageManagerBackupAgent.java627 BufferedOutputStream outbuf = new BufferedOutputStream(outstream); in writeStateFile() local
628 DataOutputStream out = new DataOutputStream(outbuf); in writeStateFile()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...