Searched refs:captureBuffer (Results 1 – 4 of 4) sorted by relevance
232 sp<MemoryBase> captureBuffer; in processNewCapture() local279 captureBuffer = new MemoryBase(mCaptureHeap, 0, jpegSize); in processNewCapture()288 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer, !captureSuccess); in processNewCapture()
75 …void onCaptureAvailable(nsecs_t timestamp, const sp<MemoryBase>& captureBuffer, bool captureError);
159 const sp<MemoryBase>& captureBuffer, bool captureError) { in onCaptureAvailable() argument164 mCaptureBuffer = captureBuffer; in onCaptureAvailable()
1351 ScreenCapture.ScreenshotHardwareBuffer captureBuffer = syncScreenCapture.getBuffer(); in takeScreenshot() local1352 if (captureBuffer == null) { in takeScreenshot()1356 Bitmap screenShot = captureBuffer.asBitmap(); in takeScreenshot()1362 try (HardwareBuffer buffer = captureBuffer.getHardwareBuffer()) { in takeScreenshot()