Lines Matching defs:fc
247 void OnFrameFinished(Camera &cam, FrameConfig &fc, FrameResult &res) override
252 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
255 list<Surface *> surfaceList = fc.GetSurfaces();
271 delete &fc;
353 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_RECORD);
354 fc->AddSurface(*surface);
358 delete fc;
372 ret = cam_->TriggerLoopingCapture(*fc);
388 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_PREVIEW);
394 delete fc;
399 fc->AddSurface(*(surface->GetSurface()));
411 int32_t ret = cam_->TriggerLoopingCapture(*fc);
414 delete fc;
425 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_CAPTURE);
429 delete fc;
433 fc->AddSurface(*surface);
446 cam_->TriggerSingleCapture(*fc);