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