Home
last modified time | relevance | path

Searched refs:dataType (Results 301 - 325 of 821) sorted by relevance

1...<<11121314151617181920>>...33

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp290 headerPara.dataType = U32Get(ptrPacket + BINARY_HEADER_DATATYPE_OFFSET); in GetFragDataLen()
431 header[i++] = (headPara.dataType & UINT32_SHIFT_MASK_24) >> DCAMERA_SHIFT_24; in MakeFragDataHeader()
432 header[i++] = (headPara.dataType & UINT32_SHIFT_MASK_16) >> DCAMERA_SHIFT_16; in MakeFragDataHeader()
433 header[i++] = (headPara.dataType & UINT32_SHIFT_MASK_8) >> DCAMERA_SHIFT_8; in MakeFragDataHeader()
434 header[i++] = (headPara.dataType & UINT32_SHIFT_MASK_0); in MakeFragDataHeader()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c962 switch (info->dataType) { in CreateSessionAttributeBySocketInfoTrans()
964 tmpAttr->dataType = TYPE_MESSAGE; in CreateSessionAttributeBySocketInfoTrans()
967 tmpAttr->dataType = TYPE_BYTES; in CreateSessionAttributeBySocketInfoTrans()
970 tmpAttr->dataType = TYPE_FILE; in CreateSessionAttributeBySocketInfoTrans()
974 tmpAttr->dataType = TYPE_STREAM; in CreateSessionAttributeBySocketInfoTrans()
976 *isEncyptedRawStream = (info->dataType == DATA_TYPE_RAW_STREAM_ENCRYPED); in CreateSessionAttributeBySocketInfoTrans()
979 tmpAttr->dataType = TYPE_STREAM; in CreateSessionAttributeBySocketInfoTrans()
983 tmpAttr->dataType = TYPE_STREAM; in CreateSessionAttributeBySocketInfoTrans()
987 tmpAttr->dataType = TYPE_STREAM; in CreateSessionAttributeBySocketInfoTrans()
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp58 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
90 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFilteringCase() argument
99 , m_dataType (dataType) in Texture2DFilteringCase()
319 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
351 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFilteringCase() argument
360 , m_dataType (dataType) in TextureCubeFilteringCase()
705 deUint32 dataType; in init() member
746 formats[format].format, formats[format].dataType, in init()
780 formats[format].format, formats[format].dataType, in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp64 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
118 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFilteringCase() argument
127 , m_dataType (dataType) in Texture2DFilteringCase()
327 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height);
381 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) in TextureCubeFilteringCase() argument
390 , m_dataType (dataType) in TextureCubeFilteringCase()
687 deUint32 dataType; in init() member
730 formats[format].format, formats[format].dataType, in init()
786 formats[format].format, formats[format].dataType, in init()
H A Des2fTextureUnitTests.cpp553 GLenum dataType; member
653 params.dataType = s_testDataTypes [rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testDataTypes) - 1)]; in init()
662 if (params.dataType == GL_UNSIGNED_SHORT_5_6_5) in init()
664 else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_5_1) in init()
677 m_textures2d.push_back(new tcu::Texture2D(glu::mapGLTransferFormat(params.format, params.dataType), texWidth, texHeight, isES2Context(m_context.getRenderContext().getType()))); in init()
683 m_texturesCube.push_back(new tcu::TextureCube(glu::mapGLTransferFormat(params.format, params.dataType), texWidth)); in init()
869 context.texImage2D(GL_TEXTURE_2D, levelNdx, m_textureParams[texNdx].format, width, height, 0, m_textureParams[texNdx].format, m_textureParams[texNdx].dataType, access.getDataPtr()); in render()
893 context.texImage2D(s_cubeFaceTargets[face], levelNdx, m_textureParams[texNdx].format, width, height, 0, m_textureParams[texNdx].format, m_textureParams[texNdx].dataType, access.getDataPtr()); in render()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp326 if (!ValidateDataType(tensor.dataType)) { in TransTensor()
327 HDF_LOGE("DataType of tensor is invalid. dataType=%d", tensor.dataType); in TransTensor()
338 schemaTensor->dataType = static_cast<int32_t>(tensor.dataType); in TransTensor()
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_converter.cpp201 ErrorCode errorCode = CommonUtils::ParseSurfaceData(sdrSb, buffer, inputHdr->extraInfo_->dataType); in DecomposeHdrImageInner()
255 ErrorCode errorCode = CommonUtils::ParseSurfaceData(sdrSb, buffer, inputHdr->extraInfo_->dataType); in ProcessHdrImageInner()
316 switch (extraInfo->dataType) { in GetPixelMap()
326 EFFECT_LOGE("Data type not support! dataType=%{public}d", extraInfo->dataType); in GetPixelMap()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp91 .dataType = DATA_TYPE_DEVICE_ID,
97 .dataType = DATA_TYPE_AUTH,
103 .dataType = DATA_TYPE_DEVICE_INFO,
109 .dataType = DATA_TYPE_CLOSE_ACK,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp128 int SQLiteMultiVerDataStorage::StartWrite(KvDataType dataType, IKvDBMultiVerTransaction *&transaction) in StartWrite() argument
130 (void)dataType; in StartWrite()
244 IKvDBMultiVerTransaction *SQLiteMultiVerDataStorage::StartRead(KvDataType dataType, in StartRead() argument
247 (void)dataType; in StartRead()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp80 void InitExpectChangedData(ChangedDataType dataType, int64_t count, ChangeType changeType) in InitExpectChangedData() argument
84 changedDataForTable.type = dataType; in InitExpectChangedData()
92 void InitExpectChangedDataByDetailsType(ChangedDataType dataType, int64_t count, ChangeType changeType, in InitExpectChangedDataByDetailsType() argument
98 changedDataForTable.type = dataType; in InitExpectChangedDataByDetailsType()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp155 uint32_t dataType = static_cast<uint32_t>(std::atoi(value.c_str())); in Convert2HiSBufferMeta() local
156 hisAMeta->dataType_ = (BufferDataType)dataType; in Convert2HiSBufferMeta()
171 uint32_t dataType = static_cast<uint32_t>(std::atoi(value.c_str())); in Convert2HiSBufferMeta() local
172 hisVMeta->dataType_ = (BufferDataType)dataType; in Convert2HiSBufferMeta()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.cpp37 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 Dnnrt_utils.cpp37 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 DpublicAsymmetricPromise.js346 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 Dsocket_trans_func_test.cpp93 .dataType = DATA_TYPE_BYTES,
101 .dataType = DATA_TYPE_MESSAGE,
109 .dataType = DATA_TYPE_FILE,
117 .dataType = DATA_TYPE_VIDEO_STREAM,
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.h37 bool ValidateTensorDataType(OH_NN_DataType dataType);
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/executor/
H A Dexecutor_test.h32 OH_NN_Tensor SetTensor(OH_NN_DataType dataType, uint32_t dimensionCount, const int32_t *dimensions,
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/executor/
H A Dexecutor_test.h32 OH_NN_Tensor SetTensor(OH_NN_DataType dataType, uint32_t dimensionCount, const int32_t *dimensions,
/foundation/ai/neural_network_runtime/interfaces/innerkits/c/
H A Dneural_network_runtime_inner.h33 OH_NN_DataType dataType; member
/foundation/ai/ai_engine/services/common/platform/os_wrapper/feature/interfaces/
H A Dtype_converter.h58 dataType = dt; in TypeConverterConfig()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_notifier_proxy.h31 void OnRemoteChange(const std::map<std::string, bool> &mask, int32_t dataType) override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dikvdb_notifier.h34 virtual void OnRemoteChange(const std::map<std::string, bool> &mask, int32_t dataType) = 0;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/
H A Dsoftbusonsinksessionopened_fuzzer.cpp36 .dataType = TransDataType::DATA_TYPE_BYTES, in SoftbusOnSinkSessionOpenedFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/
H A Dsoftbusonsourcesessionopened_fuzzer.cpp36 .dataType = TransDataType::DATA_TYPE_BYTES, in SoftbusOnSourceSessionOpenedFuzzTest()
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionopend_fuzzer/
H A Ddinputonsessionopend_fuzzer.cpp47 .dataType = DATA_TYPE_BYTES in OnSessionOpenedFuzzTest()

Completed in 21 milliseconds

1...<<11121314151617181920>>...33