Searched defs:SetParameter (Results 1 – 9 of 9) sorted by relevance
47 IntellVoiceStatus EnrollEngine::SetParameter(const std::string &keyValueList) in SetParameter() function in OHOS::IntelligentVoice::Engine::EnrollEngine
33 IntellVoiceStatus EngineBase::SetParameter(const std::string & /* keyValueList */) in SetParameter() function in OHOS::IntelligentVoice::Engine::EngineBase
22 int32_t (*SetParameter)(uint16_t intensity, int16_t frequency); member
137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, member
73 int32_t IntellVoiceEngineAdapterImpl::SetParameter(const std::string &keyValueList) in SetParameter() function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineAdapterImpl
105 int32_t CodecComponentService::SetParameter(uint32_t index, const std::vector<int8_t> ¶mStruct) in SetParameter() function in OHOS::HDI::Codec::V3_0::CodecComponentService
188 int32_t ComponentNode::SetParameter(OMX_INDEXTYPE paramIndex, const int8_t *param) in SetParameter() function in OHOS::Codec::Omx::ComponentNode
128 int32_t ComponentNode::SetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen) in SetParameter() function in OHOS::Codec::Omx::ComponentNode
301 BENCHMARK_F(CodecBenchmarkOmxTest, SetParameter)(benchmark::State &state) in BENCHMARK_F() argument