Searched refs:capture_format (Results 1 – 6 of 6) sorted by relevance
247 chip->capture_format = SB_DSP_LO_INPUT_AUTO; in snd_sb8_capture_prepare()254 chip->capture_format = SB_DSP_HI_INPUT_AUTO; in snd_sb8_capture_prepare()257 chip->capture_format = (rate > 23000) ? SB_DSP_HI_INPUT_AUTO : SB_DSP_LO_INPUT_AUTO; in snd_sb8_capture_prepare()261 chip->capture_format = SB_DSP_HI_INPUT_AUTO; in snd_sb8_capture_prepare()266 chip->capture_format = SB_DSP_LO_INPUT_AUTO; in snd_sb8_capture_prepare()269 chip->capture_format = SB_DSP_INPUT; in snd_sb8_capture_prepare()303 if (chip->capture_format != SB_DSP_INPUT) { in snd_sb8_capture_prepare()327 snd_sbdsp_command(chip, chip->capture_format); in snd_sb8_capture_trigger()328 if (chip->capture_format == SB_DSP_INPUT) { in snd_sb8_capture_trigger()335 if (chip->capture_format == SB_DSP_HI_INPUT_AUTO) { in snd_sb8_capture_trigger()[all …]
343 const struct sun6i_csi_capture_format *capture_format; in sun6i_csi_bridge_configure_format() local360 capture_format = sun6i_csi_capture_format_find(pixelformat); in sun6i_csi_bridge_configure_format()361 if (WARN_ON(!capture_format)) in sun6i_csi_bridge_configure_format()364 if (capture_format->input_format_raw) in sun6i_csi_bridge_configure_format()367 if (capture_format->input_yuv_seq_invert) in sun6i_csi_bridge_configure_format()373 output_format = capture_format->output_format_field; in sun6i_csi_bridge_configure_format()375 output_format = capture_format->output_format_frame; in sun6i_csi_bridge_configure_format()
354 #define capture_cmd(chip) (capture_cmd_vals[(chip)->capture_format])363 chip->capture_format = snd_als4000_get_format(runtime); in snd_als4000_capture_prepare()368 if (chip->capture_format & ALS4000_FORMAT_16BIT) in snd_als4000_capture_prepare()
69 unsigned int capture_format; member
623 u8 capture_format; /* Indicates whether capture format member
493 vpifparams->std_info.capture_format = 1; /* CCD/raw mode */ in vpif_update_std_info()1230 std_info->capture_format = 0; in vpif_s_dv_timings()