Home
last modified time | relevance | path

Searched defs:inputInfo (Results 26 - 36 of 36) sorted by relevance

12

/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/source/
H A Dic_plugin.cpp94 int32_t ICPlugin::Prepare(long long transactionId, const DataInfo &inputInfo, DataInfo &outputInfo) in Prepare() argument
126 int32_t ICPlugin::Release(bool isFullUnload, long long transactionId, const DataInfo &inputInfo) in Release() argument
185 int32_t ICPlugin::SetOption(int32_t optionType, const DataInfo &inputInfo) in SetOption() argument
227 int32_t ICPlugin::GetOption(int32_t optionType, const DataInfo &inputInfo, DataInfo &outputInfo) in GetOption() argument
284 DataInfo inputInfo = request->GetMsg(); SyncProcess() local
[all...]
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H A Dsa_client_proxy.cpp298 int SetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, const DataInfo &inputInfo) in SetOptionProxy() argument
190 SyncExecAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, const DataInfo &inputInfo, DataInfo &outputInfo) SyncExecAlgorithmProxy() argument
224 AsyncExecuteAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, const DataInfo &inputInfo) AsyncExecuteAlgorithmProxy() argument
245 LoadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, const DataInfo &inputInfo, DataInfo &outputInfo) LoadAlgorithmProxy() argument
276 UnloadAlgorithmProxy(IClientProxy &proxy, const ClientInfo &clientInfo, const AlgorithmInfo &algoInfo, const DataInfo &inputInfo) UnloadAlgorithmProxy() argument
319 GetOptionProxy(IClientProxy &proxy, const ClientInfo &clientInfo, int optionType, const DataInfo &inputInfo, DataInfo &outputInfo) GetOptionProxy() argument
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp339 Status SurfaceSinkPlugin::Write(const std::shared_ptr<Buffer>& inputInfo) in Write() argument
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp97 SkImageInfo inputInfo = SkImageInfo::Make(input->GetWidth(), input->GetHeight(), GetRGBImageFormat(input), in RGBScale() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp131 int32_t FindLinkConflictInfoByDevId(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType, in FindLinkConflictInfoByDevId() argument
137 void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) in RemoveConflictInfoTimelinessMsg() argument
142 int32_t DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) in DelLinkConflictInfo() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c132 void RemoveConflictInfoTimelinessMsg(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) in RemoveConflictInfoTimelinessMsg() argument
186 static int32_t GenerateConflictInfo(const LinkConflictInfo *inputInfo, LinkConflictInfo *outputInfo) in GenerateConflictInfo() argument
224 UpdateExistsLinkConflictInfo(const LinkConflictInfo *inputInfo) UpdateExistsLinkConflictInfo() argument
253 CreateNewLinkConflictInfo(const LinkConflictInfo *inputInfo) CreateNewLinkConflictInfo() argument
284 DelLinkConflictInfo(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType) DelLinkConflictInfo() argument
325 AddLinkConflictInfo(const LinkConflictInfo *inputInfo) AddLinkConflictInfo() argument
357 GenerateConflictInfoWithDevIdHash(const DevIdentifyInfo *inputInfo, DevIdentifyInfo *outputInfo) GenerateConflictInfoWithDevIdHash() argument
379 FindLinkConflictInfoByDevId(const DevIdentifyInfo *inputInfo, LinkConflictType conflictType, LinkConflictInfo *outputInfo) FindLinkConflictInfoByDevId() argument
[all...]
H A Dlnn_lane_link.c936 int32_t QueryOtherLaneResource(const DevIdentifyInfo *inputInfo, LaneLinkType type) in QueryOtherLaneResource() argument
951 bool FindLaneResourceByDevInfo(const DevIdentifyInfo *inputInfo, LaneLinkType type) in FindLaneResourceByDevInfo() argument
[all...]
/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp248 DataInfo inputInfo = { in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp363 Status SdlVideoSinkPlugin::VideoImageDisaplay(const std::shared_ptr<Buffer>& inputInfo) in VideoImageDisaplay() argument
497 Status SdlVideoSinkPlugin::Write(const std::shared_ptr<Buffer>& inputInfo) in Write() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp501 string getDotProductTestName(const struct DotProductInputInfo &inputInfo, in getDotProductTestName() argument
478 fillDotProductOutputs(int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, vector<OutputT> &outputInts, const struct DotProductInputInfo &inputInfo) fillDotProductOutputs() argument
512 addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpSDotKHRComputeTests() argument
550 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSDotKHRComputeTests() local
599 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpUDotKHRComputeTests() argument
638 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpUDotKHRComputeTests() local
687 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpSUDotKHRComputeTests() argument
725 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSUDotKHRComputeTests() local
775 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument
821 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSDotAccSatKHRComputeTests() local
871 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument
918 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpUDotAccSatKHRComputeTests() local
967 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument
1014 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSUDotAccSatKHRComputeTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp501 string getDotProductTestName(const struct DotProductInputInfo &inputInfo, in getDotProductTestName() argument
478 fillDotProductOutputs(int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, vector<OutputT> &outputInts, const struct DotProductInputInfo &inputInfo) fillDotProductOutputs() argument
512 addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpSDotKHRComputeTests() argument
550 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSDotKHRComputeTests() local
599 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpUDotKHRComputeTests() argument
638 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpUDotKHRComputeTests() local
687 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpSUDotKHRComputeTests() argument
725 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSUDotKHRComputeTests() local
775 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument
821 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSDotAccSatKHRComputeTests() local
871 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument
918 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpUDotAccSatKHRComputeTests() local
967 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument
1014 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; addOpSUDotAccSatKHRComputeTests() local
[all...]

Completed in 11 milliseconds

12