Home
last modified time | relevance | path

Searched refs:captureBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegProcessor.cpp232 sp<MemoryBase> captureBuffer; in processNewCapture() local
279 captureBuffer = new MemoryBase(mCaptureHeap, 0, jpegSize); in processNewCapture()
288 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer, !captureSuccess); in processNewCapture()
DCaptureSequencer.h75 …void onCaptureAvailable(nsecs_t timestamp, const sp<MemoryBase>& captureBuffer, bool captureError);
DCaptureSequencer.cpp159 const sp<MemoryBase>& captureBuffer, bool captureError) { in onCaptureAvailable() argument
164 mCaptureBuffer = captureBuffer; in onCaptureAvailable()
/frameworks/base/core/java/android/app/
DUiAutomation.java1351 ScreenCapture.ScreenshotHardwareBuffer captureBuffer = syncScreenCapture.getBuffer(); in takeScreenshot() local
1352 if (captureBuffer == null) { in takeScreenshot()
1356 Bitmap screenShot = captureBuffer.asBitmap(); in takeScreenshot()
1362 try (HardwareBuffer buffer = captureBuffer.getHardwareBuffer()) { in takeScreenshot()