Searched refs:processSingleFrame (Results 1 – 4 of 4) sorted by relevance
156 if (!processSingleFrame(result, device)) { in processNewFrames()176 bool FrameProcessorBase::processSingleFrame(CaptureResult &result, in processSingleFrame() function in android::camera2::FrameProcessorBase
79 virtual bool processSingleFrame(CaptureResult &result,
56 virtual bool processSingleFrame(CaptureResult &frame,
68 bool FrameProcessor::processSingleFrame(CaptureResult &frame, in processSingleFrame() function in android::camera2::FrameProcessor89 return FrameProcessorBase::processSingleFrame(frame, device); in processSingleFrame()