Home
last modified time | relevance | path

Searched defs:native (Results 1 - 25 of 40) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_pixel_map_test.cpp47 OH_PixelmapNative *native = nullptr; in HWTEST_F() local
61 OH_PixelmapNative *native = nullptr; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_packer_mdk_test.cpp71 ImagePacker_Native* native = nullptr; in HWTEST_F() local
89 ImagePacker_Native* native = nullptr; in HWTEST_F() local
106 ImagePacker_Native* native = nullptr; in HWTEST_F() local
H A Dimage_ndk_test.cpp46 const ImageNative* native = nullptr; in HWTEST_F() local
62 const ImageNative* native = nullptr; in HWTEST_F() local
78 const ImageNative* native = nullptr; in HWTEST_F() local
94 const ImageNative* native = nullptr; in HWTEST_F() local
111 ImageNative* native = nullptr; in HWTEST_F() local
432 ImageSourceNative* native = nullptr; HWTEST_F() local
449 ImageSourceNative* native = nullptr; HWTEST_F() local
466 ImageSourceNative* native = nullptr; HWTEST_F() local
482 ImageSourceNative* native = nullptr; HWTEST_F() local
498 ImageSourceNative* native = nullptr; HWTEST_F() local
515 ImageSourceNative* native = nullptr; HWTEST_F() local
532 ImageSourceNative* native = nullptr; HWTEST_F() local
549 ImageSourceNative* native = nullptr; HWTEST_F() local
565 ImageSourceNative* native = nullptr; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_mdk.cpp42 int32_t OH_Image_ClipRect(const ImageNative* native, struct OhosImageRect* rect) in OH_Image_ClipRect() argument
54 int32_t OH_Image_Size(const ImageNative* native, struct OhosImageSize* size) in OH_Image_Size() argument
66 int32_t OH_Image_Format(const ImageNative* native, int32_t* format) in OH_Image_Format() argument
78 OH_Image_GetComponent(const ImageNative* native, int32_t componentType, struct OhosImageComponent* componentNative) OH_Image_GetComponent() argument
92 OH_Image_Release(ImageNative* native) OH_Image_Release() argument
[all...]
H A Dimage_packer_mdk.cpp52 int32_t OH_ImagePacker_PackToData(ImagePacker_Native* native, napi_value source, in OH_ImagePacker_PackToData() argument
69 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source, in OH_ImagePacker_PackToFile() argument
85 OH_ImagePacker_Release(ImagePacker_Native* native) OH_ImagePacker_Release() argument
[all...]
H A Dimage_receiver_mdk.cpp57 int32_t OH_Image_Receiver_GetReceivingSurfaceId(const ImageReceiverNative* native, char* id, size_t len) in OH_Image_Receiver_GetReceivingSurfaceId() argument
69 int32_t OH_Image_Receiver_ReadLatestImage(const ImageReceiverNative* native, napi_value* image) in OH_Image_Receiver_ReadLatestImage() argument
81 OH_Image_Receiver_ReadNextImage(const ImageReceiverNative* native, napi_value* image) OH_Image_Receiver_ReadNextImage() argument
93 OH_Image_Receiver_On(const ImageReceiverNative* native, OH_Image_Receiver_On_Callback callback) OH_Image_Receiver_On() argument
104 OH_Image_Receiver_GetSize(const ImageReceiverNative* native, struct OhosImageSize* size) OH_Image_Receiver_GetSize() argument
115 OH_Image_Receiver_GetCapacity(const ImageReceiverNative* native, int32_t* capacity) OH_Image_Receiver_GetCapacity() argument
126 OH_Image_Receiver_GetFormat(const ImageReceiverNative* native, int32_t* format) OH_Image_Receiver_GetFormat() argument
137 OH_Image_Receiver_Release(ImageReceiverNative* native) OH_Image_Receiver_Release() argument
[all...]
H A Dimage_source_mdk.cpp158 int32_t OH_ImageSource_CreatePixelMap(const ImageSourceNative* native, in OH_ImageSource_CreatePixelMap() argument
174 int32_t OH_ImageSource_CreatePixelMapList(const ImageSourceNative* native, in OH_ImageSource_CreatePixelMapList() argument
190 OH_ImageSource_GetDelayTime(const ImageSourceNative* native, struct OhosImageSourceDelayTimeList* res) OH_ImageSource_GetDelayTime() argument
204 OH_ImageSource_GetFrameCount(const ImageSourceNative* native, uint32_t *res) OH_ImageSource_GetFrameCount() argument
217 OH_ImageSource_GetImageInfo(const ImageSourceNative* native, int32_t index, struct OhosImageSourceInfo* info) OH_ImageSource_GetImageInfo() argument
232 OH_ImageSource_GetImageProperty(const ImageSourceNative* native, struct OhosImageSourceProperty* key, struct OhosImageSourceProperty* value) OH_ImageSource_GetImageProperty() argument
247 OH_ImageSource_ModifyImageProperty(const ImageSourceNative* native, struct OhosImageSourceProperty* key, struct OhosImageSourceProperty* value) OH_ImageSource_ModifyImageProperty() argument
262 OH_ImageSource_UpdateData(const ImageSourceNative* native, struct OhosImageSourceUpdateData* data) OH_ImageSource_UpdateData() argument
276 OH_ImageSource_Release(ImageSourceNative* native) OH_ImageSource_Release() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/
H A Dcolor_mgr_ffi.cpp37 auto native = FFIData::Create<CjColorManager>(ptr); in CJ_ColorMgrCreateByColorSpace() local
54 auto native = FFIData::Create<CjColorManager>(ptr); in CJ_ColorMgrCreate() local
65 auto native = FFIData::GetData<CjColorManager>(id); in CJ_ColorMgrGetColorSpaceName() local
76 auto native in CJ_ColorMgrGetWhitePoint() local
99 auto native = FFIData::GetData<CjColorManager>(id); CJ_ColorMgrGetGamma() local
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_async_work.h47 void *native = nullptr; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_async_work.h73 void* native = nullptr; member
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_mdk_kits.cpp41 static NativeImage* CheckAndGetImage(ImageNapi* native, const struct ImageNapiArgs* args) in CheckAndGetImage() argument
49 static int32_t ImageNapiClipRect(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiClipRect() argument
65 static int32_t ImageNapiSize(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiSize() argument
78 static int32_t ImageNapiFormat(ImageNapi* native, struct ImageNapiArgs* args) in ImageNapiFormat() argument
92 static int32_t ImageNapiGetComponent(ImageNapi* native, struc argument
128 ImageNapiNativeCtxCall(int32_t mode, ImageNapi* native, struct ImageNapiArgs* args) ImageNapiNativeCtxCall() argument
[all...]
H A Dimage_receiver_mdk_kits.cpp37 static ImageReceiver* CheckAndGetReceiver(ImageReceiverNapi* native, const struct ImageReceiverArgs* args) in CheckAndGetReceiver() argument
63 static int32_t ImageReceiverNapiGetReceiverId(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiGetReceiverId() argument
79 static int32_t ImageReceiverNapiReadLatestImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadLatestImage() argument
93 static int32_t ImageReceiverNapiReadNextImage(ImageReceiverNapi* native, struct ImageReceiverArgs* args) in ImageReceiverNapiReadNextImage() argument
107 static int32_t ImageReceiverNapiOn(ImageReceiverNapi* native, struc argument
119 ImageReceiverNapiGetSize(ImageReceiverNapi* native, struct ImageReceiverArgs* args) ImageReceiverNapiGetSize() argument
130 ImageReceiverNapiGetCapacity(ImageReceiverNapi* native, struct ImageReceiverArgs* args) ImageReceiverNapiGetCapacity() argument
140 ImageReceiverNapiGetFormat(ImageReceiverNapi* native, struct ImageReceiverArgs* args) ImageReceiverNapiGetFormat() argument
173 ImageReceiverNativeCtxCall(int32_t mode, ImageReceiverNapi* native, struct ImageReceiverArgs* args) ImageReceiverNativeCtxCall() argument
[all...]
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_work.h43 void* native = nullptr; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dnapi_queue.h53 void *native = nullptr; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_sendable_utils.cpp36 void *native = nullptr; in Convert2Sendable() local
82 float *native = nullptr; in Convert2Sendable() local
182 void *native = nullptr; in ToSendableTypedArray() local
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_async_work.h49 void* native = nullptr; member
/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_async_work.h46 void* native = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Dnapi_queue.h51 void* native = nullptr; member
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Dnapi_queue.h49 void* native = nullptr; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Dnapi_queue.h55 void *native = nullptr; member
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
H A Dnapi_queue.h53 void *native = nullptr; member
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.h28 uint16_t native = 0; member
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp64 uint8_t *native = nullptr; in ConvertScanResult() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp371 TrueRootObject* native = psp.Native<TrueRootObject>(); in SetPostProcess() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dimage_pixel_map_ndk.cpp91 int32_t OH_PixelMap_GetBytesNumberPerRow(const NativePixelMap* native, int32_t* num) in OH_PixelMap_GetBytesNumberPerRow() argument
102 int32_t OH_PixelMap_GetIsEditable(const NativePixelMap* native, int32_t* editable) in OH_PixelMap_GetIsEditable() argument
113 int32_t OH_PixelMap_IsSupportAlpha(const NativePixelMap* native, int32_t* alpha) in OH_PixelMap_IsSupportAlpha() argument
124 OH_PixelMap_SetAlphaAble(const NativePixelMap* native, int32_t alpha) OH_PixelMap_SetAlphaAble() argument
135 OH_PixelMap_GetDensity(const NativePixelMap* native, int32_t* density) OH_PixelMap_GetDensity() argument
146 OH_PixelMap_SetDensity(const NativePixelMap* native, int32_t density) OH_PixelMap_SetDensity() argument
157 OH_PixelMap_SetOpacity(const NativePixelMap* native, float opacity) OH_PixelMap_SetOpacity() argument
168 OH_PixelMap_Scale(const NativePixelMap* native, float x, float y) OH_PixelMap_Scale() argument
181 OH_PixelMap_ScaleWithAntiAliasing(const NativePixelMap* native, float x, float y, OH_PixelMap_AntiAliasingLevel level) OH_PixelMap_ScaleWithAntiAliasing() argument
195 OH_PixelMap_Translate(const NativePixelMap* native, float x, float y) OH_PixelMap_Translate() argument
207 OH_PixelMap_Rotate(const NativePixelMap* native, float angle) OH_PixelMap_Rotate() argument
218 OH_PixelMap_Flip(const NativePixelMap* native, int32_t x, int32_t y) OH_PixelMap_Flip() argument
230 OH_PixelMap_Crop(const NativePixelMap* native, int32_t x, int32_t y, int32_t width, int32_t height) OH_PixelMap_Crop() argument
244 OH_PixelMap_GetImageInfo(const NativePixelMap* native, OhosPixelMapInfos *info) OH_PixelMap_GetImageInfo() argument
255 OH_PixelMap_AccessPixels(const NativePixelMap* native, void** addr) OH_PixelMap_AccessPixels() argument
266 OH_PixelMap_UnAccessPixels(const NativePixelMap* native) OH_PixelMap_UnAccessPixels() argument
[all...]

Completed in 12 milliseconds

12