Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_Unmap (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Dnative-buffer-guidelines.md19 | OH_NativeBuffer_Unmap (OH_NativeBuffer \*buffer) | 将OH_NativeBuffer对应的ION内存从进程空间移除。 |
65 ret = OH_NativeBuffer_Unmap(buffer);
67 std::cout << "OH_NativeBuffer_Unmap Failed" << std::endl;
/ohos5.0/docs/en/application-dev/graphics/
H A Dnative-buffer-guidelines.md20 | OH_NativeBuffer_Unmap (OH_NativeBuffer \*buffer) | Unmaps the ION memory allocated to an **OH_Nat…
65 ret = OH_NativeBuffer_Unmap(buffer);
67 std::cout << "OH_NativeBuffer_Unmap Failed" << std::endl;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativebuffer_fuzzer/
H A Dnativebuffer_fuzzer.cpp54 OH_NativeBuffer_Unmap(buffer); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md80 | int32_t [OH_NativeBuffer_Unmap](#oh_nativebuffer_unmap) ([OH_NativeBuffer](#oh_nativebuffer) \*bu…
773 本接口需要与OH_NativeBuffer_Unmap接口配合使用。
903 ### OH_NativeBuffer_Unmap()
906 int32_t OH_NativeBuffer_Unmap (OH_NativeBuffer *buffer)
H A Dnative__buffer_8h.md79 | int32_t [OH_NativeBuffer_Unmap](_o_h___native_buffer.md#oh_nativebuffer_unmap) ([OH_NativeBuffer]…
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer/
H A Dhello_native_buffer.cpp113 ret = OH_NativeBuffer_Unmap(buffer); in main()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.50/
H A Dchangelogs-multimedia.md322 OH_NativeBuffer_Unmap(imageBuffer);
377 OH_NativeBuffer_Unmap(imageBuffer);
447 OH_NativeBuffer_Unmap(imageBuffer);
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h517 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer);
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dnative-camera-preview-imageReceiver.md123 OH_NativeBuffer_Unmap(imageBuffer); // 释放buffer,保证bufferQueue正常轮转
H A Dnative-camera-shooting-case.md164 ret = OH_NativeBuffer_Unmap(nativeBuffer);
166 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
H A Dnative-camera-shooting.md156 ret = OH_NativeBuffer_Unmap(nativeBuffer); // 在处理完之后,解除映射并释放缓冲区
158 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp592 int32_t ret = OH_NativeBuffer_Unmap(nullptr);
607 int32_t ret = OH_NativeBuffer_Unmap(buffer);
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-shooting-case.md164 ret = OH_NativeBuffer_Unmap(nativeBuffer);
166 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
H A Dnative-camera-preview-imageReceiver.md123OH_NativeBuffer_Unmap(imageBuffer); // Release the buffer to ensure that the bufferQueue is rotate…
H A Dnative-camera-shooting.md156 …ret = OH_NativeBuffer_Unmap(nativeBuffer); // After the processing is complete, unmap and release …
158 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md80 | int32_t [OH_NativeBuffer_Unmap](#oh_nativebuffer_unmap) ([OH_NativeBuffer](#oh_nativebuffer) \*bu…
781 This function must be used in pair with **OH_NativeBuffer_Unmap**.
917 ### OH_NativeBuffer_Unmap()
920 int32_t OH_NativeBuffer_Unmap (OH_NativeBuffer *buffer)
H A Dnative__buffer_8h.md79 | int32_t [OH_NativeBuffer_Unmap](_o_h___native_buffer.md#oh_nativebuffer_unmap) ([OH_NativeBuffer]…
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp167 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unmap() function
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp357 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp620 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp460 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
H A Dvideoenc_api11_sample.cpp579 ret = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp549 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp1023 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()