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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp724 sp<MediaCodecBuffer> outbuf = mEncoderOutputBuffers.itemAt(bufferIndex); local
726 if (outbuf->meta()->findPointer("handle", (void**)&handle) &&
729 CHECK(outbuf->meta()->findInt32("rangeOffset", &rangeOffset));
730 CHECK(outbuf->meta()->findInt32("rangeLength", &rangeLength));
731 outbuf->meta()->setPointer("handle", NULL);
753 memcpy(buffer->data(), outbuf->base() + offset, size);
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp867 sp<MediaCodecBuffer> outbuf; local
868 status_t err = mEncoder->getOutputBuffer(index, &outbuf);
869 if (err != OK || outbuf == NULL || outbuf->data() == NULL
870 || outbuf->size() == 0) {
875 MediaBuffer *mbuf = new MediaBuffer(outbuf->size());
929 memcpy(mbuf->data(), outbuf->data(), outbuf->size());
/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java585 BufferedOutputStream outbuf = new BufferedOutputStream(outstream);
586 DataOutputStream out = new DataOutputStream(outbuf);
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1217 mHwc1RequestedContents->outbuf = mOutputBuffer.getBuffer();
1497 if (hwcContents.outbuf != nullptr) {
1498 output << fill << "Output buffer: " << hwcContents.outbuf << "/" <<
2400 ALOGV(" outbuf :0x%p", display->outbuf);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp682 mLists[i]->outbuf = disp.outbufHandle;
783 mLists[i]->outbuf = disp.outbufHandle;

Completed in 1813 milliseconds