Home
last modified time | relevance | path

Searched refs:CopyFrame (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/test/unittest/nweb_surface_adapter_test/
H A Dnweb_surface_adapter_test.cpp127 * @tc.desc: Test the CopyFrame.
135 bool result = surfaceAdapter.CopyFrame(g_surfaceBuffer, src, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()
148 result = surfaceAdapter.CopyFrame(g_surfaceBuffer, src, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()
156 result = surfaceAdapter.CopyFrame((SurfaceBuffer *)mock, src, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()
/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/
H A Dcopyframe_fuzzer.cpp55 surfaceAdapter.CopyFrame(surfaceBuffer, src, width, height); in CopyFrameFuzzTest()
/base/web/webview/ohos_nweb/include/
H A Dnweb_surface_adapter.h44 bool CopyFrame(sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height);
/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp88 if (!this->CopyFrame(surfaceBuffer, buffer, width, height)) { in OutputFrameCallback()
129 bool NWebSurfaceAdapter::CopyFrame( in CopyFrame() function in OHOS::NWeb::NWebSurfaceAdapter

Completed in 2 milliseconds