Home
last modified time | relevance | path

Searched refs:OH_NativeBuffer_FromNativeWindowBuffer (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp631 int32_t ret = OH_NativeBuffer_FromNativeWindowBuffer(nativeWindowBuffer, nullptr); in HWTEST_F()
634 ret = OH_NativeBuffer_FromNativeWindowBuffer(nativeWindowBuffer, &nativeBufferTmp); in HWTEST_F()
654 * Function: OH_NativeBuffer_FromNativeWindowBuffer
658 * CaseDescription: 1. call OH_NativeBuffer_FromNativeWindowBuffer by abnormal input
663 int32_t ret = OH_NativeBuffer_FromNativeWindowBuffer(nullptr, nullptr); in HWTEST_F()
667 ret = OH_NativeBuffer_FromNativeWindowBuffer(&nativeWindowBuffer, nullptr); in HWTEST_F()
783 int32_t ret = OH_NativeBuffer_FromNativeWindowBuffer(nativeWindowBuffer, &nativeBufferTmp); in HWTEST_F()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h553 int32_t OH_NativeBuffer_FromNativeWindowBuffer(OHNativeWindowBuffer *nativeWindowBuffer, OH_NativeBuffer **buffer);
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp208 OH_NativeBuffer_FromNativeWindowBuffer(ohNativeWindowBuffer, &nativeBuffer); in InputFunc()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp264 int32_t OH_NativeBuffer_FromNativeWindowBuffer(OHNativeWindowBuffer *nativeWindowBuffer, OH_NativeBuffer **buffer) in OH_NativeBuffer_FromNativeWindowBuffer() function

Completed in 4 milliseconds