Home
last modified time | relevance | path

Searched refs:fsc (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp133 FrameStateCallback *fsc = config_->GetFrameStateCb(); in StopLoopingCapture() local
134 if (fsc == nullptr) { in StopLoopingCapture()
144 eventhdl->Post([fsc, this, i] { in StopLoopingCapture()
146 fsc->OnFrameFinished(*this, *i, frameResult); in StopLoopingCapture()
204 FrameStateCallback *fsc = config_->GetFrameStateCb(); in OnFrameFinished() local
205 if (fsc == nullptr) { in OnFrameFinished()
213 eventhdl->Post([fsc, this, &fc] { in OnFrameFinished()
215 fsc->OnFrameError(*this, fc, -1, frameResult); in OnFrameFinished()
219 eventhdl->Post([fsc, this, &fc] { in OnFrameFinished()
221 fsc in OnFrameFinished()
[all...]

Completed in 2 milliseconds