Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/camera_adapter/include/
Dcamera_manager_adapter_impl.h126 VideoPixelFormatAdapter TransToAdapterCameraFormat(CameraFormat format);
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
Dcamera_adapter_impl_test.cpp237 adapter.TransToAdapterCameraFormat(CameraFormat::CAMERA_FORMAT_YCBCR_420_888);
240 adapter.TransToAdapterCameraFormat(static_cast<CameraFormat>(0));
/base/web/webview/ohos_adapter/camera_adapter/src/
Dcamera_manager_adapter_impl.cpp107 VideoPixelFormatAdapter CameraManagerAdapterImpl::TransToAdapterCameraFormat(CameraFormat format) in TransToAdapterCameraFormat() function in OHOS::NWeb::CameraManagerAdapterImpl
201 format.pixelFormat = TransToAdapterCameraFormat(i.GetCameraFormat()); in GetCameraSupportFormats()