Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_Unmap (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/fuzztest/nativebuffer_fuzzer/
H A Dnativebuffer_fuzzer.cpp54 OH_NativeBuffer_Unmap(buffer); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/samples/hello_native_buffer/
H A Dhello_native_buffer.cpp113 ret = OH_NativeBuffer_Unmap(buffer); in main()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h517 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer);
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp554 * Function: OH_NativeBuffer_Unmap
558 * CaseDescription: 1. call OH_NativeBuffer_Unmap by abnormal input
563 int32_t ret = OH_NativeBuffer_Unmap(nullptr); in HWTEST_F()
568 * Function: OH_NativeBuffer_Unmap and OH_NativeBuffer_Unreference
572 * CaseDescription: 1. call OH_NativeBuffer_Unmap
578 int32_t ret = OH_NativeBuffer_Unmap(buffer); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp167 int32_t OH_NativeBuffer_Unmap(OH_NativeBuffer *buffer) in OH_NativeBuffer_Unmap() function
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp357 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp460 int32_t err = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
462 cout << "OH_NativeBuffer_Unmap failed" << endl; in FlushSurf()
H A Dvideoenc_api11_sample.cpp579 ret = OH_NativeBuffer_Unmap(nativeBuffer); in FlushSurf()
581 cout << "OH_NativeBuffer_Unmap failed" << endl; in FlushSurf()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp1061 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
1063 cout << "OH_NativeBuffer_Unmap failed" << endl; in InputProcess()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp549 ret = OH_NativeBuffer_Unmap(nativeBuffer); in InputProcess()
551 cout << "OH_NativeBuffer_Unmap failed" << endl; in InputProcess()

Completed in 12 milliseconds