Searched refs:CopyFrame (Results 1 - 4 of 4) sorted by relevance
/base/web/webview/test/unittest/nweb_surface_adapter_test/ |
H A D | nweb_surface_adapter_test.cpp | 127 * @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 D | copyframe_fuzzer.cpp | 55 surfaceAdapter.CopyFrame(surfaceBuffer, src, width, height); in CopyFrameFuzzTest()
|
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_surface_adapter.h | 44 bool CopyFrame(sptr<SurfaceBuffer> surfaceBuffer, const char *src, uint32_t width, uint32_t height);
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_surface_adapter.cpp | 88 if (!this->CopyFrame(surfaceBuffer, buffer, width, height)) { in OutputFrameCallback() 129 bool NWebSurfaceAdapter::CopyFrame( in CopyFrame() function in OHOS::NWeb::NWebSurfaceAdapter
|
Completed in 2 milliseconds