Searched refs:OH_NativeBuffer_MapPlanes (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_buffer_test.cpp | 669 ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); 712 int32_t ret = OH_NativeBuffer_MapPlanes(nullptr, nullptr, nullptr); 716 ret = OH_NativeBuffer_MapPlanes(buffer, nullptr, nullptr); 720 ret = OH_NativeBuffer_MapPlanes(buffer, &virAddr, nullptr); 761 int32_t ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); 829 int32_t ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes);
|
/ohos5.0/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 *…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 83 | int32_t [OH_NativeBuffer_MapPlanes](#oh_nativebuffer_mapplanes) ([OH_NativeBuffer](#oh_nativebuff… 792 ### OH_NativeBuffer_MapPlanes() 795 int32_t OH_NativeBuffer_MapPlanes (OH_NativeBuffer *buffer, void **virAddr, OH_NativeBuffer_Planes …
|
H A D | native__buffer_8h.md | 82 | int32_t [OH_NativeBuffer_MapPlanes](_o_h___native_buffer.md#oh_nativebuffer_mapplanes) ([OH_Nativ…
|
/ohos5.0/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 *… in OH_NativeBuffer_MapPlanes() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 83 | int32_t [OH_NativeBuffer_MapPlanes](#oh_nativebuffer_mapplanes) ([OH_NativeBuffer](#oh_nativebuff… 801 ### OH_NativeBuffer_MapPlanes() 804 int32_t OH_NativeBuffer_MapPlanes (OH_NativeBuffer *buffer, void **virAddr, OH_NativeBuffer_Planes …
|
H A D | native__buffer_8h.md | 82 | int32_t [OH_NativeBuffer_MapPlanes](_o_h___native_buffer.md#oh_nativebuffer_mapplanes) ([OH_Nativ…
|