Searched refs:intel_adsp (Results 1 – 16 of 16) sorted by relevance
/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/ |
D | system_agent.h | 14 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 …]
|
D | processing_module_factory_interface.h | 15 namespace intel_adsp 80 struct ErrorCode : intel_adsp::ErrorCode { 86 INVALID_IBS = intel_adsp::ErrorCode::MaxValue + 1, 107 : intel_adsp::ErrorCode(value) in ErrorCode()
|
D | system_agent_interface.h | 16 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()
|
D | iadk_module_adapter.h | 34 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();
|
D | processing_module_interface.h | 15 namespace intel_adsp 171 struct ErrorCode : intel_adsp::ErrorCode { 179 INVALID_CONFIGURATION = intel_adsp::ErrorCode::MaxValue + 1, 194 : intel_adsp::ErrorCode(value) in ErrorCode()
|
D | adsp_stddef.h | 50 namespace intel_adsp 54 inline void *operator new(size_t size, intel_adsp::ModulePlaceholder * placeholder) throw() in new()
|
D | module_initial_settings_concrete.h | 51 struct ModuleInitialSettingsConcrete : public intel_adsp::ModuleInitialSettingsInterface 70 virtual void const *GetUntypedItem(intel_adsp::ModuleInitialSettingsKey key,
|
D | logger.h | 13 namespace intel_adsp
|
D | system_error.h | 12 namespace intel_adsp
|
D | fixed_array.h | 12 namespace intel_adsp
|
D | processing_module_prerequisites.h | 13 namespace intel_adsp
|
D | system_service.h | 229 namespace intel_adsp
|
D | module_initial_settings.h | 24 namespace intel_adsp
|
/sof-3.4.0/src/audio/module_adapter/iadk/ |
D | iadk_module_adapter.cpp | 15 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 …]
|
D | system_agent.cpp | 25 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()
|
D | module_initial_settings_concrete.cpp | 15 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()
|