Searched refs:outPlanes (Results 1 - 3 of 3) sorted by relevance
/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() argument 238 if (buffer == nullptr || virAddr == nullptr || outPlanes == nullptr) {
in OH_NativeBuffer_MapPlanes() 255 outPlanes->planeCount = planes->planeCount;
in OH_NativeBuffer_MapPlanes() 257 outPlanes->planes[i].offset = planes->planes[i].offset;
in OH_NativeBuffer_MapPlanes() 258 outPlanes->planes[i].rowStride = planes->planes[i].rowStride;
in OH_NativeBuffer_MapPlanes() 259 outPlanes->planes[i].columnStride = planes->planes[i].columnStride;
in OH_NativeBuffer_MapPlanes()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_buffer_test.cpp | 639 OH_NativeBuffer_Planes outPlanes; in HWTEST_F() local 640 ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); in HWTEST_F() 733 OH_NativeBuffer_Planes outPlanes; in HWTEST_F() local 734 int32_t ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); in HWTEST_F() 788 OH_NativeBuffer_Planes outPlanes; in HWTEST_F() local 792 int32_t ret = OH_NativeBuffer_MapPlanes(nativeBuffer, &virAddr, &outPlanes); in HWTEST_F()
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | native_buffer.h | 536 * @param outPlanes Indicates all image planes that contain the pixel data.
541 int32_t OH_NativeBuffer_MapPlanes(OH_NativeBuffer *buffer, void **virAddr, OH_NativeBuffer_Planes *outPlanes);
|
Completed in 4 milliseconds