Home
last modified time | relevance | path

Searched refs:NUM_3 (Results 1 - 9 of 9) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dimage_pixel_map_imgndk_test.cpp23 constexpr uint32_t NUM_3 = 3; member
386 napi_value argValue[NUM_3] = {0}; in Scale()
387 size_t argCount = NUM_3; in Scale()
391 argCount < NUM_3 || argValue[NUM_0] == nullptr || in Scale()
415 napi_value argValue[NUM_3] = {0}; in Translate()
416 size_t argCount = NUM_3; in Translate()
421 argCount < NUM_3 || argValue[NUM_0] == nullptr || in Translate()
476 napi_value argValue[NUM_3] = {0}; in Flip()
477 size_t argCount = NUM_3; in Flip()
482 argCount < NUM_3 || argValu in Flip()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drawabledescriptor/
H A Ddrawabledescriptor_create_test.cpp22 #define NUM_3 3 macro
45 data[i+NUM_3] = uint8_t(NUM_255); in TestDrawableDescriptorCreate001()
96 data[i+NUM_3] = uint8_t(NUM_255); in TestDrawableDescriptorCreate002()
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_native_test.cpp35 static constexpr uint32_t NUM_3 = 3; member
104 napi_value argValue[NUM_3] = {0}; in JsModifyImageProperty()
105 size_t argCount = NUM_3; in JsModifyImageProperty()
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_test.cpp39 static constexpr uint32_t NUM_3 = 3; member
282 SetUpImage(i % NUM_3); in createPixelMapList()
293 napi_value argValue[NUM_3] = {0}; in JsPackToDataMultiFrames()
294 size_t argCount = NUM_3; in JsPackToDataMultiFrames()
343 setLoop(env, argValue[NUM_3], options); in JsPackToFileMultiFrames()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp37 #define NUM_3 3 macro
173 argValue[NUM_3] == nullptr) { in TestInitializationOptions()
187 napi_get_value_int32(env, argValue[NUM_3], &alphaType); in TestInitializationOptions()
421 argValue[NUM_3] == nullptr) { in TestCreatePixelmap()
434 napi_get_value_int32(env, argValue[NUM_3], &alphaType); in TestCreatePixelmap()
449 argValue[NUM_3] == nullptr || argValue[NUM_4] == nullptr) { in TestCreatePixelmapWithData()
464 napi_get_value_int32(env, argValue[NUM_3], &pixelFormat); in TestCreatePixelmapWithData()
744 argValue[NUM_3] == nullptr) { in TestCrop()
753 napi_get_value_uint32(env, argValue[NUM_3], &region.height); in TestCrop()
1102 napi_value argValue[NUM_3] in DecodingOptionsSetDesiredSize()
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp34 static constexpr uint32_t NUM_3 = 3; member
295 napi_value argValue[NUM_3] = {0}; in JsCreateImageReceiverOptions()
296 size_t argCount = NUM_3; in JsCreateImageReceiverOptions()
303 if (!CheckArgs(argCount, argValue, NUM_3) || in JsCreateImageReceiverOptions()
352 napi_value argv[NUM_3] = {nullptr}; in JsImageReceiverOptionsSetSize()
353 int32_t params[NUM_3] = {0}; in JsImageReceiverOptionsSetSize()
H A Dimage_receiver_mdk_test.cpp29 constexpr uint32_t NUM_3 = 3; member
87 napi_get_value_int32(env, argValue[NUM_3], &(receiverInfo.capicity)) != napi_ok) { in JsCreateImageReceiver()
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp45 #define NUM_3 3 macro
954 napi_value argValue[NUM_3] = {0}; in CreateAuxiliaryPicture()
955 size_t argCount = NUM_3; in CreateAuxiliaryPicture()
958 if (napi_get_cb_info(env, info, &argCount, argValue, nullptr, nullptr) != napi_ok || argCount < NUM_3) { in CreateAuxiliaryPicture()
1698 napi_value argValue[NUM_3] = {0}; in CreateAuxiliaryPictureErrorCode()
1699 size_t argCount = NUM_3; in CreateAuxiliaryPictureErrorCode()
1703 if (napi_get_cb_info(env, info, &argCount, argValue, nullptr, nullptr) != napi_ok || argCount < NUM_3) { in CreateAuxiliaryPictureErrorCode()
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp41 const uint32_t NUM_3 = 3; member

Completed in 12 milliseconds