Searched refs:OH_NativeBuffer_MapPlanes (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_buffer_test.cpp | 640 ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); in HWTEST_F() 676 * Function: OH_NativeBuffer_MapPlanes 680 * CaseDescription: 1. call OH_NativeBuffer_MapPlanes by abnormal input 685 int32_t ret = OH_NativeBuffer_MapPlanes(nullptr, nullptr, nullptr); in HWTEST_F() 689 ret = OH_NativeBuffer_MapPlanes(buffer, nullptr, nullptr); in HWTEST_F() 693 ret = OH_NativeBuffer_MapPlanes(buffer, &virAddr, nullptr); in HWTEST_F() 698 * Function: OH_NativeBuffer_MapPlanes 702 * CaseDescription: 1. call OH_NativeBuffer_MapPlanes 734 int32_t ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); in HWTEST_F() 750 * Function: OH_NativeBuffer_MapPlanes [all...] |
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | native_buffer.h | 541 int32_t OH_NativeBuffer_MapPlanes(OH_NativeBuffer *buffer, void **virAddr, OH_NativeBuffer_Planes *outPlanes);
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_buffer.cpp | 236 int32_t OH_NativeBuffer_MapPlanes(OH_NativeBuffer *buffer, void **virAddr, OH_NativeBuffer_Planes *outPlanes)
in OH_NativeBuffer_MapPlanes() function
|
Completed in 4 milliseconds