Searched refs:processSingleFrame (Results 1 – 4 of 4) sorted by relevance
82 virtual bool processSingleFrame(CaptureResult &result,
158 if (!processSingleFrame(result, device)) { in processNewFrames()178 bool FrameProcessorBase::processSingleFrame(CaptureResult &result, in processSingleFrame() function in android::camera2::FrameProcessorBase
57 virtual bool processSingleFrame(CaptureResult &frame,
70 bool FrameProcessor::processSingleFrame(CaptureResult &frame, in processSingleFrame() function in android::camera2::FrameProcessor99 return FrameProcessorBase::processSingleFrame(frame, device); in processSingleFrame()