Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mpeg2/
DMPEG2PSExtractor.cpp715 MediaBufferHelper *outbuf = nullptr; in read() local
716 status_t err = mBufferGroup->acquire_buffer(&outbuf, false, length); in read()
717 if (err != OK || outbuf == nullptr) { in read()
722 memcpy(outbuf->data(), mbuf->data(), length); in read()
723 outbuf->set_range(0, length); in read()
724 *buffer = outbuf; in read()
726 AMediaFormat *outMeta = outbuf->meta_data(); in read()
DMPEG2TSExtractor.cpp198 MediaBufferHelper *outbuf = nullptr; in read() local
199 status_t err = mBufferGroup->acquire_buffer(&outbuf, false, length); in read()
200 if (err != OK || outbuf == nullptr) { in read()
205 memcpy(outbuf->data(), mbuf->data(), length); in read()
206 outbuf->set_range(0, length); in read()
207 *out = outbuf; in read()
209 AMediaFormat *outMeta = outbuf->meta_data(); in read()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp944 sp<MediaCodecBuffer> outbuf; in onMessageReceived() local
945 status_t err = mEncoder->getOutputBuffer(index, &outbuf); in onMessageReceived()
946 if (err != OK || outbuf == NULL || outbuf->data() == NULL) { in onMessageReceived()
949 } else if (outbuf->size() == 0) { in onMessageReceived()
959 MediaBufferBase *mbuf = new MediaBuffer(outbuf->size()); in onMessageReceived()
1013 memcpy(mbuf->data(), outbuf->data(), outbuf->size()); in onMessageReceived()
/frameworks/base/services/backup/java/com/android/server/backup/
DPackageManagerBackupAgent.java657 BufferedOutputStream outbuf = new BufferedOutputStream(outstream); in writeStateFile() local
658 DataOutputStream out = new DataOutputStream(outbuf); in writeStateFile()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...