Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp283 sp<GraphicBuffer>& captureBuf = mCaptureResults.buffer; in checkScreenCapture() local
285 const int32_t width = static_cast<int32_t>(captureBuf->getWidth()); in checkScreenCapture()
286 const int32_t height = static_cast<int32_t>(captureBuf->getHeight()); in checkScreenCapture()
287 const auto stride = captureBuf->getStride(); in checkScreenCapture()
290 captureBuf->lock(static_cast<uint32_t>(GraphicBuffer::USAGE_SW_READ_OFTEN), in checkScreenCapture()
317 captureBuf->unlock(); in checkScreenCapture()