Searched refs:processSingleFrame (Results 1 – 4 of 4) sorted by relevance
142 if (!processSingleFrame(result, device)) { in processNewFrames()160 bool FrameProcessorBase::processSingleFrame(CaptureResult &result, in processSingleFrame() function in android::camera2::FrameProcessorBase
79 virtual bool processSingleFrame(CaptureResult &result,
54 virtual bool processSingleFrame(CaptureResult &frame,
63 bool FrameProcessor::processSingleFrame(CaptureResult &frame, in processSingleFrame() function in android::camera2::FrameProcessor93 return FrameProcessorBase::processSingleFrame(frame, device); in processSingleFrame()