Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_image.md56 …estamp) ([OH_NativeImage](#oh_nativeimage) \*image) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
57 …eImage](#oh_nativeimage) \*image, float matrix[16]) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
62 …trix[16]) | 根据生产端设置的旋转角度,获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的变化矩阵。<br/>matrix在[OH_NativeI…
265 本接口不能与[OH_NativeImage_UpdateSurfaceImage](#oh_nativeimage_updatesurfaceimage)接口同时使用。
292 本接口不能与[OH_NativeImage_UpdateSurfaceImage](#oh_nativeimage_updatesurfaceimage)接口同时使用。
535 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的相关时间戳。
561 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的变化矩阵。
588 根据生产端设置的旋转角度,获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的变化矩阵。
589 matrix在OH_NativeImage_UpdateSurfaceImage接口调用后,才会更新。
661 ### OH_NativeImage_UpdateSurfaceImage()
[all …]
H A Dnative__image_8h.md51 | int32_t [OH_NativeImage_UpdateSurfaceImage](_o_h___native_image.md#oh_nativeimage_updatesurfaceim…
52 …ge](_o_h___native_image.md#oh_nativeimage) \*image) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
53 …image.md#oh_nativeimage) \*image, float matrix[16]) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
58 …trix[16]) | 根据生产端设置的旋转角度,获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的变化矩阵。<br/>matrix在[OH_NativeI…
59 …的**OH_NativeImage**获取一个**OHNativeWindowBuffer**。<br/>本接口不能与[OH_NativeImage_UpdateSurfaceImage](_o_…
61 …surface消费端的内存轮转,创建的OH_NativeImage内部不会主动进行内存渲染处理。<br/>本接口不能与[OH_NativeImage_UpdateSurfaceImage](_o_…
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dnative-image-guidelines.md18 | OH_NativeImage_UpdateSurfaceImage (OH_NativeImage \*image) | 通过OH_NativeImage获取最新帧更新相关联的OpenGL …
19 …Image_GetTimestamp (OH_NativeImage \*image) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
20 …rmMatrix (OH_NativeImage \*image, float matrix[16]) | 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像…
256 ret = OH_NativeImage_UpdateSurfaceImage(image);
258 std::cout << "OH_NativeImage_UpdateSurfaceImage failed" << std::endl;
260 // 获取最近调用OH_NativeImage_UpdateSurfaceImage的纹理图像的时间戳和变化矩阵。
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_image.md56 …e timestamp of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
57 …tion matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
62 …ntly called the **OH_NativeImage_UpdateSurfaceImage** function.<br>The matrix is updated only afte…
263 This function cannot be used together with [OH_NativeImage_UpdateSurfaceImage](#oh_nativeimage_upda…
290 This function cannot be used together with [OH_NativeImage_UpdateSurfaceImage](#oh_nativeimage_upda…
540 …e timestamp of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
567 …tion matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
595 …form matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
597 The matrix is updated only after **OH_NativeImage_UpdateSurfaceImage** is called.
673 ### OH_NativeImage_UpdateSurfaceImage()
[all …]
H A Dnative__image_8h.md51 | int32_t [OH_NativeImage_UpdateSurfaceImage](_o_h___native_image.md#oh_nativeimage_updatesurfaceim…
52 …e timestamp of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
53 …tion matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
58 …ntly called the **OH_NativeImage_UpdateSurfaceImage** function.<br>The matrix is updated only afte…
59 …nsumer side.<br>This function cannot be used together with [OH_NativeImage_UpdateSurfaceImage](_o_…
61 …** instance.<br>This function cannot be used together with [OH_NativeImage_UpdateSurfaceImage](_o_…
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-image-guidelines.md21 | OH_NativeImage_UpdateSurfaceImage (OH_NativeImage \*image) | Updates the OpenGL ES texture asso…
22 …e timestamp of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
23 …tion matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
259 ret = OH_NativeImage_UpdateSurfaceImage(image);
261 std::cout << "OH_NativeImage_UpdateSurfaceImage failed" << std::endl;
263 …tion matrix of the texture image that recently called the **OH_NativeImage_UpdateSurfaceImage** fu…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp333 int32_t ret = OH_NativeImage_UpdateSurfaceImage(nullptr);
348 int32_t ret = OH_NativeImage_UpdateSurfaceImage(image);
406 ret = OH_NativeImage_UpdateSurfaceImage(image);
427 int32_t ret = OH_NativeImage_UpdateSurfaceImage(imageNew);
598 ret = OH_NativeImage_UpdateSurfaceImage(image);
672 ret = OH_NativeImage_UpdateSurfaceImage(image);
758 ret = OH_NativeImage_UpdateSurfaceImage(image);
843 ret = OH_NativeImage_UpdateSurfaceImage(image);
943 ret = OH_NativeImage_UpdateSurfaceImage(image);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h136 int32_t OH_NativeImage_UpdateSurfaceImage(OH_NativeImage* image);
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp63 return OH_NativeImage_UpdateSurfaceImage(ohNativeImage_); in UpdateSurfaceImage()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp91 int32_t OH_NativeImage_UpdateSurfaceImage(OH_NativeImage* image) in OH_NativeImage_UpdateSurfaceImage() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp138 int32_t ret = OH_NativeImage_UpdateSurfaceImage(image); in GetData()