Lines Matching refs:FrameConfig
22 | Camera | FrameConfig& GetFrameConfig(int32_t type) | Obtains the frame configuratio…
25 | Camera | int TriggerLoopingCapture(FrameConfig& frameConfig) | Starts looping-frame…
27 | Camera | int32_t TriggerSingleCapture(FrameConfig& frameConfig) | Starts single-fra…
41 | FrameStateCallback | void OnFrameFinished(Camera& camera, FrameConfig&&nbs…
42 | FrameStateCallback | void OnFrameError(Camera& camera, FrameConfig& …
43 | FrameConfig | int32_t GetFrameConfigType() | Obtains the frame configuration type.|
44 | FrameConfig | std::list<OHOS::Surface> GetSurfaces() | Obtains a list of surface objec…
45 | FrameConfig | void AddSurface(OHOS::AGP::UISurface& surface); | Adds a surface.|
46 | FrameConfig | void RemoveSurface(OHOS::AGP::UISurface& surface); | Removes a surfac…
88 void OnFrameFinished(Camera &camera, FrameConfig &fc, FrameResult &result) override
182 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_CAPTURE);