Searched refs:OH_PixelMap_AccessPixels (Results 1 – 13 of 13) sorted by relevance
117 OHOS::Media::OH_AccessPixels 替换为 OH_PixelMap_AccessPixels137 OH_PixelMap_AccessPixels (const NativePixelMap *native, void **addr)
119 - **OHOS::Media::OH_AccessPixels** is replaced by **OH_PixelMap_AccessPixels**.157 - OH_PixelMap_AccessPixels (const NativePixelMap *native, void **addr)
67 | int32_t [OH_PixelMap_AccessPixels](image.md#oh_pixelmap_accesspixels) (const [NativePixelMap](ima…68 …ativepixelmap) \*native) | 释放native **PixelMap**对象数据的内存锁,用于匹配方法[OH_PixelMap_AccessPixels](image.md…
130 | int32_t [OH_PixelMap_AccessPixels](#oh_pixelmap_accesspixels) (const [NativePixelMap](#nativepixe…131 …ativepixelmap) \*native) | 释放native **PixelMap**对象数据的内存锁,用于匹配方法[OH_PixelMap_AccessPixels](#oh_pixe…2422 ### OH_PixelMap_AccessPixels()2425 int32_t OH_PixelMap_AccessPixels (const NativePixelMap * native, void ** addr )3419 释放native **PixelMap**对象数据的内存锁,用于匹配方法[OH_PixelMap_AccessPixels](#oh_pixelmap_accesspixels)。
37 场景:通过NDK接口如OH_PixelMap_AccessPixels(),获取到pixelmap的内存地址,直接操作内存时,需要对rowSize进行适配。
651 int32_t OH_PixelMap_AccessPixels(const NativePixelMap* native, void** addr);
67 | int32_t [OH_PixelMap_AccessPixels](image.md#oh_pixelmap_accesspixels) (const [NativePixelMap](ima…68 …ory of a **NativePixelMap** object. This function is used with [OH_PixelMap_AccessPixels](image.md…
130 | int32_t [OH_PixelMap_AccessPixels](#oh_pixelmap_accesspixels) (const [NativePixelMap](#nativepixe…131 …ory of a **NativePixelMap** object. This function is used with [OH_PixelMap_AccessPixels](#oh_pixe…2546 ### OH_PixelMap_AccessPixels()2549 int32_t OH_PixelMap_AccessPixels (const NativePixelMap * native, void ** addr )3600 …ory of a **NativePixelMap** object. This function is used with [OH_PixelMap_AccessPixels](#oh_pixe…
37 Scenario: The memory address of the pixel map is obtained by calling **OH_PixelMap_AccessPixels()**…
196 OH_PixelMap_AccessPixels(native, &pixelAddr);
274 int32_t res = OH_PixelMap_AccessPixels(p, info);
255 int32_t OH_PixelMap_AccessPixels(const NativePixelMap* native, void** addr) in OH_PixelMap_AccessPixels() function