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