Home
last modified time | relevance | path

Searched defs:comp_dev (Results 1 – 2 of 2) sorted by relevance

/sof-2.7.6/src/include/sof/audio/
Dcomponent.h455 struct comp_dev { struct
458 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 in
467 uint32_t min_source_bytes; /**< amount of data measured in bytes
472 struct task *task; /**< component's processing task used only
476 uint32_t size; /**< component's allocated size */
477 uint32_t period; /**< component's processing period */
[all …]
/sof-2.7.6/src/ipc/ipc3/
Dhandler.c1098 struct ipc_comp_dev *comp_dev; in ipc_comp_value() local