Home
last modified time | relevance | path

Searched refs:intel_adsp (Results 1 – 16 of 16) sorted by relevance

/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/
Dsystem_agent.h14 namespace intel_adsp
24 class SystemAgent : public intel_adsp::SystemAgentInterface
33 virtual void CheckIn(intel_adsp::ProcessingModuleInterface & processing_module,
34 intel_adsp::ModuleHandle & module_handle,
35 intel_adsp::LogHandle * &log_handle) /*override*/;
38 virtual int CheckIn(intel_adsp::ProcessingModuleFactoryInterface & module_factory,
39 intel_adsp::ModulePlaceholder * module_placeholder,
46 virtual intel_adsp::SystemService const &GetSystemService() /*override*/ in GetSystemService()
49 reinterpret_cast<intel_adsp::SystemService const &>(system_service_); in GetSystemService()
52 virtual intel_adsp::LogHandle const &GetLogHandle() /*override*/ in GetLogHandle()
[all …]
Dprocessing_module_factory_interface.h15 namespace intel_adsp
80 struct ErrorCode : intel_adsp::ErrorCode {
86 INVALID_IBS = intel_adsp::ErrorCode::MaxValue + 1,
107 : intel_adsp::ErrorCode(value) in ErrorCode()
Dsystem_agent_interface.h16 namespace intel_adsp
49 struct ErrorCode : intel_adsp::ErrorCode
56 MODULE_CREATION_FAILURE = intel_adsp::ErrorCode::MaxValue + 1
67 : intel_adsp::ErrorCode(value) in ErrorCode()
Diadk_module_adapter.h34 IadkModuleAdapter(intel_adsp::ProcessingModuleInterface &processing_module,
104 intel_adsp::ProcessingModuleInterface &processing_module_;
111 void *operator new(size_t size, intel_adsp::InputStreamBuffer *placeholder) throw();
112 void *operator new(size_t size, intel_adsp::OutputStreamBuffer *placeholder) throw();
Dprocessing_module_interface.h15 namespace intel_adsp
171 struct ErrorCode : intel_adsp::ErrorCode {
179 INVALID_CONFIGURATION = intel_adsp::ErrorCode::MaxValue + 1,
194 : intel_adsp::ErrorCode(value) in ErrorCode()
Dadsp_stddef.h50 namespace intel_adsp
54 inline void *operator new(size_t size, intel_adsp::ModulePlaceholder * placeholder) throw() in new()
Dmodule_initial_settings_concrete.h51 struct ModuleInitialSettingsConcrete : public intel_adsp::ModuleInitialSettingsInterface
70 virtual void const *GetUntypedItem(intel_adsp::ModuleInitialSettingsKey key,
Dlogger.h13 namespace intel_adsp
Dsystem_error.h12 namespace intel_adsp
Dfixed_array.h12 namespace intel_adsp
Dprocessing_module_prerequisites.h13 namespace intel_adsp
Dsystem_service.h229 namespace intel_adsp
Dmodule_initial_settings.h24 namespace intel_adsp
/sof-3.4.0/src/audio/module_adapter/iadk/
Diadk_module_adapter.cpp15 typedef intel_adsp::ProcessingModuleInterface::ErrorCode::Type IntelErrorCode;
20 IadkModuleAdapter::IadkModuleAdapter(intel_adsp::ProcessingModuleInterface& processing_module, in IadkModuleAdapter()
47 intel_adsp::InputStreamBuffer input_stream_buffers[INPUT_PIN_COUNT]; in IadkModuleAdapter_Process()
48 intel_adsp::OutputStreamBuffer output_stream_buffers[OUTPUT_PIN_COUNT]; in IadkModuleAdapter_Process()
50 intel_adsp::InputStreamFlags flags = {}; in IadkModuleAdapter_Process()
52 const intel_adsp::InputStreamBuffer isb_data( in IadkModuleAdapter_Process()
56 new (&input_stream_buffers[i]) intel_adsp::InputStreamBuffer(isb_data); in IadkModuleAdapter_Process()
60 const intel_adsp::OutputStreamBuffer osb_data( in IadkModuleAdapter_Process()
63 new (&output_stream_buffers[i]) intel_adsp::OutputStreamBuffer(osb_data); in IadkModuleAdapter_Process()
88 intel_adsp::ConfigurationFragmentPosition fragment_position = in IadkModuleAdapter_SetConfiguration()
[all …]
Dsystem_agent.cpp25 using namespace intel_adsp;
26 using namespace intel_adsp::system;
29 void* operator new(size_t size, intel_adsp::ModuleHandle *placeholder) throw() in operator new()
60 namespace intel_adsp namespace
139 reinterpret_cast<intel_adsp::ProcessingModuleInterface*>(module_placeholder)->Init(); in CheckIn()
Dmodule_initial_settings_concrete.cpp15 using namespace intel_adsp;
127 case intel_adsp::LEGACY_STRUCT: in GetUntypedItem()
132 case intel_adsp::IN_PINS_FORMAT: in GetUntypedItem()
137 case intel_adsp::OUT_PINS_FORMAT: in GetUntypedItem()