Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/services_ex/src/
Dsensor_illumination_task.cpp251 auto surfaceFrame = rsSurface_->RequestFrame(canvasParam_.frameWidth, canvasParam_.frameHeight); in DrawSurfaceNode() local
252 IF_FALSE_LOGE_AND_RETURN_VAL(surfaceFrame != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode()
253 auto skSurface = surfaceFrame->GetSurface(); in DrawSurfaceNode()
261 rsSurface_->FlushFrame(surfaceFrame); in DrawSurfaceNode()