Home
last modified time | relevance | path

Searched refs:addrPtr (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_napi.cpp22 extern "C" int32_t OHOS_MEDIA_AccessPixels(napi_env env, napi_value value, uint8_t** addrPtr);
37 void** addrPtr) in OH_AccessPixels()
39 int32_t ret = OHOS_MEDIA_AccessPixels(env, value, reinterpret_cast<uint8_t**>(addrPtr)); in OH_AccessPixels()
36 OH_AccessPixels(napi_env env, napi_value value, void** addrPtr) OH_AccessPixels() argument
/test/xts/acts/multimedia/image/image_js_standard/image_ndk_test/entry/src/main/cpp/
H A DimagePixelmap.cpp48 void* addrPtr = nullptr; in TestAccessPixels() local
49 OHOS::Media::OH_AccessPixels(env, argValue[0], &addrPtr); in TestAccessPixels()
/foundation/multimedia/image_framework/interfaces/kits/native/ndk_test_example/
H A Dmy_pixel_map.cpp143 void* addrPtr = nullptr; in TestAccessPixels() local
144 int32_t res = OH_AccessPixels(env, argValue[0], &addrPtr); in TestAccessPixels()
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_pixel_map_napi.h138 * After the function is executed successfully, <b>*addrPtr</b> is the memory address to be accessed.
146 * @param addrPtr Indicates the double pointer to the memory address.
152 int32_t OH_AccessPixels(napi_env env, napi_value value, void** addrPtr);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c272 const uint8_t *addrPtr = addr; in GapRPAResolveProcess() local
274 ret = SMP_AsyncResolveRPA(addrPtr, keyPtr); in GapRPAResolveProcess()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp705 uint8_t** addrPtr) in OHOS_MEDIA_AccessPixels()
736 if (addrPtr != nullptr) { in OHOS_MEDIA_AccessPixels()
737 *addrPtr = pixels; in OHOS_MEDIA_AccessPixels()
704 OHOS_MEDIA_AccessPixels(napi_env env, napi_value value, uint8_t** addrPtr) OHOS_MEDIA_AccessPixels() argument

Completed in 10 milliseconds