/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | native-buffer-guidelines.md | 19 | 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 D | native-buffer-guidelines.md | 20 | 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 D | nativebuffer_fuzzer.cpp | 54 OH_NativeBuffer_Unmap(buffer); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 80 | 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 D | native__buffer_8h.md | 79 | 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 D | hello_native_buffer.cpp | 113 ret = OH_NativeBuffer_Unmap(buffer); in main()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.50/ |
H A D | changelogs-multimedia.md | 322 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 D | native_buffer.h | 517 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer);
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | native-camera-preview-imageReceiver.md | 123 OH_NativeBuffer_Unmap(imageBuffer); // 释放buffer,保证bufferQueue正常轮转
|
H A D | native-camera-shooting-case.md | 164 ret = OH_NativeBuffer_Unmap(nativeBuffer); 166 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
|
H A D | native-camera-shooting.md | 156 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 D | native_buffer_test.cpp | 592 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 D | native-camera-shooting-case.md | 164 ret = OH_NativeBuffer_Unmap(nativeBuffer); 166 OH_LOG_ERROR(LOG_APP, "OnPhotoAvailable OH_NativeBuffer_Unmap error:%{public}d", ret);
|
H A D | native-camera-preview-imageReceiver.md | 123 …OH_NativeBuffer_Unmap(imageBuffer); // Release the buffer to ensure that the bufferQueue is rotate…
|
H A D | native-camera-shooting.md | 156 …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.md | 80 | 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 D | native__buffer_8h.md | 79 | 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 D | native_buffer.cpp | 167 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 D | videoenc_api11_sample.cpp | 357 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 D | venc_sample.cpp | 620 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_ndk_sample.cpp | 460 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
|
H A D | videoenc_api11_sample.cpp | 579 ret = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
H A D | videoenc_ndk_inner_sample.cpp | 549 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 D | venc_sample.cpp | 1023 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
|