Searched defs:comp_dev (Results 1 – 2 of 2) sorted by relevance
455 struct comp_dev { struct458 uint16_t state; /**< COMP_STATE_ */459 uint64_t position; /**< component rendering position */460 uint32_t frames; /**< number of frames we copy to sink */461 struct pipeline *pipeline; /**< pipeline we belong to */463 uint32_t min_sink_bytes; /**< min free sink buffer size measured in467 uint32_t min_source_bytes; /**< amount of data measured in bytes472 struct task *task; /**< component's processing task used only476 uint32_t size; /**< component's allocated size */477 uint32_t period; /**< component's processing period */[all …]
1098 struct ipc_comp_dev *comp_dev; in ipc_comp_value() local