Home
last modified time | relevance | path

Searched refs:captureFormats (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp247 std::vector<std::shared_ptr<FormatAdapter>> captureFormats; in GetCameraSupportFormats() local
254 return captureFormats; in GetCameraSupportFormats()
261 captureFormats.push_back(format); in GetCameraSupportFormats()
263 return captureFormats; in GetCameraSupportFormats()