Commit 3d91dfc
committed
component: module_adapter: Add EOS flags to module_processing_data struct
To facilitate the End Of Stream handling in processing modules add two
flags:
eos_reached: when set, the processing module reached EOS by processing all
data. EOS can happen when the pipeline have expect_eos flag
set, indicating that EOS is going to happen
eos_notification_sent: if the module uses notification to host, this flag
can be used make sure to not flood with IPCs
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent dbb13a4 commit 3d91dfc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
0 commit comments