Searched refs:frame_fmt (Results 1 – 8 of 8) sorted by relevance
78 u8 frame_fmt; member116 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))183 u8 frame_fmt; member231 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()405 u8 frame_fmt, control; in oti6858_set_termios() local413 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios()420 frame_fmt |= FMT_DATA_BITS_5; in oti6858_set_termios()423 frame_fmt |= FMT_DATA_BITS_6; in oti6858_set_termios()493 || frame_fmt != priv->pending_setup.frame_fmt) { in oti6858_set_termios()496 priv->pending_setup.frame_fmt = frame_fmt; in oti6858_set_termios()[all …]
86 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_pcm_hw_params()89 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_pcm_hw_params()92 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_pcm_hw_params()95 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT; in sof_ipc3_pcm_hw_params()239 switch (private->comp_dai->config.frame_fmt) { in sof_ipc3_pcm_dai_link_fixup()272 if (private->comp_dai->config.frame_fmt == SOF_IPC_FRAME_S24_4LE) { in sof_ipc3_pcm_dai_link_fixup()274 private->comp_dai->config.frame_fmt, in sof_ipc3_pcm_dai_link_fixup()
240 u32 frame_fmt; member
165 offsetof(struct sof_ipc_comp_config, frame_fmt)},374 config->frame_fmt); in sof_dbg_comp_config()1831 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_keyword_detect_pcm_params()1834 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_keyword_detect_pcm_params()1837 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_keyword_detect_pcm_params()
226 pcm->params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_compr_set_params()
78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
105 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member
303 struct v4l2_mbus_framefmt *frame_fmt; in ov02a10_set_fmt() local318 frame_fmt = v4l2_subdev_get_try_format(sd, sd_state, 0); in ov02a10_set_fmt()320 frame_fmt = &ov02a10->fmt; in ov02a10_set_fmt()322 *frame_fmt = *mbus_fmt; in ov02a10_set_fmt()
Completed in 18 milliseconds