Lines Matching refs:fsc
133 FrameStateCallback *fsc = config_->GetFrameStateCb();
134 if (fsc == nullptr) {
144 eventhdl->Post([fsc, this, i] {
146 fsc->OnFrameFinished(*this, *i, frameResult);
204 FrameStateCallback *fsc = config_->GetFrameStateCb();
205 if (fsc == nullptr) {
213 eventhdl->Post([fsc, this, &fc] {
215 fsc->OnFrameError(*this, fc, -1, frameResult);
219 eventhdl->Post([fsc, this, &fc] {
221 fsc->OnFrameFinished(*this, fc, frameResult);