Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h125 VideoPixelFormatAdapter TransToAdapterCameraFormat(CameraFormat format);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp281 adapter.TransToAdapterCameraFormat(CameraFormat::CAMERA_FORMAT_YCBCR_420_888);
283 formatAdapter = adapter.TransToAdapterCameraFormat(static_cast<CameraFormat>(0));
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp135 VideoPixelFormatAdapter CameraManagerAdapterImpl::TransToAdapterCameraFormat(CameraFormat format) in TransToAdapterCameraFormat() function in OHOS::NWeb::CameraManagerAdapterImpl
260 format->SetPixelFormat(TransToAdapterCameraFormat(i.GetCameraFormat())); in GetCameraSupportFormats()