/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/ |
H A D | imageEffect.cpp | 219 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_INT32; in OHImageEffectConfigure() 224 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure() 231 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure() 237 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectConfigure() 746 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHImageEffectSetInputNativeBuffer() 794 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_INT32; in SetInputUri1() 800 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in SetInputUri1() 806 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_DOUBLE; in SetInputUri1() 812 value.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_CHAR; in SetInputUri1() 829 value.dataType in SetInputUri2() [all...] |
H A D | effect_filter_test.cpp | 925 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHEffectFilterSetValue() 930 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_INT32; in OHEffectFilterSetValue() 935 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHEffectFilterSetValue() 940 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHEffectFilterSetValue() 972 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_FLOAT; in OHEffectFilterGetValue() 976 if (retValue.dataType != setValue.dataType || retValue.dataValue.floatValue != setValue.dataValue.floatValue) { in OHEffectFilterGetValue() 982 setValue.dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_INT32; in OHEffectFilterGetValue()
|
/test/xts/acts/ai/nncore/nncoretest/src/ |
H A D | HdiTensorDescTest.cpp | 105 int dataType = static_cast<int>(OH_NN_FLOAT64)+1; in HWTEST_F() local 106 ASSERT_EQ(OH_NN_INVALID_PARAMETER, OH_NNTensorDesc_SetDataType(tensorDesc, static_cast<OH_NN_DataType>(dataType))); in HWTEST_F() 107 dataType = static_cast<int>(OH_NN_UNKNOWN)-1; in HWTEST_F() 108 ASSERT_EQ(OH_NN_INVALID_PARAMETER, OH_NNTensorDesc_SetDataType(tensorDesc, static_cast<OH_NN_DataType>(dataType))); in HWTEST_F() 119 OH_NN_DataType dataType; in HWTEST_F() local 120 ASSERT_EQ(OH_NN_INVALID_PARAMETER, OH_NNTensorDesc_GetDataType(nullptr, &dataType)); in HWTEST_F() 132 OH_NN_DataType dataType = OH_NN_UNKNOWN; in HWTEST_F() local 133 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_GetDataType(tensorDesc, &dataType)); in HWTEST_F() 134 ASSERT_EQ(OH_NN_UNKNOWN, dataType); in HWTEST_F()
|
/device/soc/hisilicon/common/platform/mipi_dsi/ |
H A D | mipi_dsi_define.h | 79 unsigned short dataType; member 86 unsigned short dataType; /* DSI data type */ member
|
H A D | mipi_tx_hi35xx.c | 822 genHdr.bits.gen_dt = cmdInfo->dataType; in MipiTxDrvSetCmdInfo() 890 short unsigned dataType, unsigned short dataParam) in MipiTxSendShortPacket() 895 genHdr.bits.gen_dt = dataType; in MipiTxSendShortPacket() 968 if (MipiTxSendShortPacket(0, getCmdInfo->dataType, getCmdInfo->dataParam) != HDF_SUCCESS) { in MipiTxDrvGetCmdInfo() 1195 cmdInfo.dataType = cmd->dataType; /* 0x29: long data type */ in Hi35xxSetCmd() 1203 cmdInfo.dataType = cmd->dataType; /* 0x23: short data type */ in Hi35xxSetCmd() 1207 cmdInfo.dataType = cmd->dataType; /* in Hi35xxSetCmd() 889 MipiTxSendShortPacket(unsigned char virtualChannel, short unsigned dataType, unsigned short dataParam) MipiTxSendShortPacket() argument [all...] |
/test/xts/dcts/communication/softbus_standard/socket_trans/server/ |
H A D | SocketTestServer.cpp | 69 .dataType = DATA_TYPE_BYTES,
75 .dataType = DATA_TYPE_MESSAGE,
81 .dataType = DATA_TYPE_FILE,
87 .dataType = DATA_TYPE_VIDEO_STREAM,
93 LOG("[cb][data]OnBind success {socket:%d, name:%s, deviceId:%s, pkgName:%s, dataType:%d}", socket,
in OnBind() 94 info.name, info.networkId, info.pkgName, info.dataType);
in OnBind()
|
/device/soc/hisilicon/common/platform/mipi_csi/ |
H A D | mipi_csi_hi35xx.c | 276 HDF_LOGE("%s: invalid dataType, must be in [%d, %d]", __func__, DATA_TYPE_RAW_8BIT, DATA_TYPE_RAW_16BIT); in CheckLvdsDevAttr() 495 /* dataType must be the CSI-2 reserve Type [0x38, 0x3f] */ in CheckMipiDevAttr() 496 if (pAttr->dataType[i] < 0x38 || pAttr->dataType[i] > 0x3f) { in CheckMipiDevAttr() 497 HDF_LOGE("%s: invalid dataType[%d]: %hd, must be in [0x38, 0x3f]", __func__, i, pAttr->dataType[i]); in CheckMipiDevAttr() 522 MipiRxDrvSetMipiWdrUserDt(devno, inputDataType, pAttr->dataType); in MipiSetDtAndMode() 758 static int32_t Hi35xxSetExtDataType(struct MipiCsiCntlr *cntlr, ExtDataType *dataType) in Hi35xxSetExtDataType() argument 765 devno = dataType->devno; in Hi35xxSetExtDataType() 787 if (dataType in Hi35xxSetExtDataType() [all...] |
H A D | mipi_rx_hi2121.h | 52 const short dataType[WDR_VC_NUM]); 76 void MipiRxDrvSetExtDataType(const ExtDataType* dataType, DataType inputDataType);
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | ExecutorTest.cpp | 99 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 127 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 155 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 184 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), dimensions, quantParam, in HWTEST_F() 212 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 240 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 267 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 300 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), shape, in HWTEST_F() 335 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), shape, in HWTEST_F() 370 OH_NN_Tensor operand = {operandTem.dataType, (uint32_ in HWTEST_F() [all...] |
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | constant_of_shape_test.cpp | 36 OHNNOperandTest dataType = {OH_NN_INT64, OH_NN_CONSTANT_OF_SHAPE_DATA_TYPE, {1}, dataTypeValue, sizeof(int64_t)};
member 39 .operands = {input, output, dataType, value},
55 OHNNOperandTest dataType = {OH_NN_INT64, OH_NN_CONSTANT_OF_SHAPE_DATA_TYPE, {1}, dataTypeValue, sizeof(int64_t)};
member 58 .operands = {input, output, dataType, value},
135 constantOfShapeModel.dataType, constantOfShapeModel.value};
in HWTEST_F() 157 constantOfShapeModel.dataType, constantOfShapeModel.value};
in HWTEST_F() 181 graphArgs.operands = {constantOfShapeModel.input, constantOfShapeModel.output, constantOfShapeModel.dataType,
in HWTEST_F() 261 operandTem.dataType, operandTem.format);
in HWTEST_F() 298 operandTem.dataType, operandTem.format);
in HWTEST_F() 334 operandTem.dataType, operandTe in HWTEST_F() [all...] |
H A D | nncore_utils.cpp | 28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument 36 OH_NN_ReturnCode ret = OH_NNTensorDesc_SetDataType(tensorDescTmp, dataType); in createTensorDesc() 100 operandTem.dataType, operandTem.format); in BuildSingleOpGraph()
|
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
H A D | ExecutorTest.cpp | 99 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 127 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 155 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 184 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), dimensions, quantParam, in HWTEST_F() 212 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 240 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 267 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 300 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 340 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 380 OH_NN_Tensor operand = {operandTem.dataType, (uint32_ in HWTEST_F() [all...] |
H A D | MemoryTest.cpp | 561 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 588 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 638 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 665 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 692 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 814 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F() 858 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t)operandTem.shape.size(), operandTem.shape.data(), in HWTEST_F()
|
/kernel/liteos_a/fs/proc/include/ |
H A D | proc_fs.h | 116 int dataType; member 129 int dataType; member
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | nncore_utils.h | 30 OH_NN_DataType dataType; member 70 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format);
|
/test/xts/dcts/communication/softbus_standard/transmission/sendstream/ |
H A D | trans_stream_test.cpp | 87 attr.dataType = TYPE_STREAM;
in HWTEST_F() 132 attr.dataType = TYPE_STREAM;
in HWTEST_F()
|
/test/ostest/wukong/report/src/ |
H A D | data_unit.cpp | 22 ErrCode DataUnit::AddData(std::string key, std::string value, DataType dataType) in AddData() argument
|
/test/ostest/wukong/report/include/ |
H A D | data_unit.h | 32 ErrCode AddData(std::string key, std::string value, DataType dataType);
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | net_trans_common.c | 1217 g_sessionAttr4Data->dataType = TYPE_BYTES;
in TestSetUp() 1221 g_sessionAttr4Ctl->dataType = TYPE_BYTES;
in TestSetUp() 1225 g_sessionAttr4Pass->dataType = TYPE_BYTES;
in TestSetUp() 1229 g_sessionAttr4Perf->dataType = TYPE_BYTES;
in TestSetUp() 1233 g_sessionAttr4Proxy->dataType = TYPE_MESSAGE;
in TestSetUp() 1237 g_p2pattribute->dataType = TYPE_BYTES;
in TestSetUp() 1243 g_p2pattributeProxy->dataType = TYPE_MESSAGE;
in TestSetUp()
|
/test/xts/hats/ai/nnrt/hdi/v1_0/common/ |
H A D | hdi_nnrt_test_utils.cpp | 152 .dataType = V1_0::DATA_TYPE_FLOAT32, in CreateIOTensor() 180 .dataType = V1_0::DATA_TYPE_FLOAT32, in CreateInputIOTensor() 201 .dataType = V1_0::DATA_TYPE_FLOAT32, in CreateOutputIOTensor()
|
/test/xts/hats/ai/nnrt/hdi/v2_0/common/ |
H A D | hdi_nnrt_test_utils.cpp | 152 .dataType = V2_0::DATA_TYPE_FLOAT32, in CreateIOTensor() 180 .dataType = V2_0::DATA_TYPE_FLOAT32, in CreateInputIOTensor() 201 .dataType = V2_0::DATA_TYPE_FLOAT32, in CreateOutputIOTensor()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.cpp | 37 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildMultiOpGraph() 86 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildSingleOpGraph() 226 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecuteGraphMock() 269 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecutorWithMemory()
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.cpp | 37 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildMultiOpGraph() 86 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in BuildSingleOpGraph() 226 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecuteGraphMock() 269 OH_NN_Tensor operand = {operandTem.dataType, (uint32_t) operandTem.shape.size(), in ExecutorWithMemory()
|
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/asymmetric/ |
H A D | publicAsymmetricPromise.js | 346 async function signAndVerifyNormalProcessDataException(asyAlgoName, signVerifyAlgoName, dataType) {
351 if (dataType == "null") {
385 if (dataType == "null") {
393 if (dataType == "null") {
|
/test/xts/dcts/communication/softbus_standard/socket_trans/client/func/ |
H A D | socket_trans_func_test.cpp | 93 .dataType = DATA_TYPE_BYTES,
101 .dataType = DATA_TYPE_MESSAGE,
109 .dataType = DATA_TYPE_FILE,
117 .dataType = DATA_TYPE_VIDEO_STREAM,
|