Searched refs:capture (Results 51 - 75 of 577) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/imx/
H A DMakefile2 imx-media-common-objs := imx-media-capture.o imx-media-dev-common.o \
/linux-master/sound/soc/amd/acp/
H A Dacp-rembrandt.c92 .capture = {
117 .capture = {
142 .capture = {
157 .capture = {
H A Dacp63.c86 .capture = {
111 .capture = {
136 .capture = {
151 .capture = {
H A Dacp70.c62 .capture = {
87 .capture = {
112 .capture = {
127 .capture = {
H A Dacp-renoir.c95 .capture = {
120 .capture = {
135 .capture = {
/linux-master/sound/soc/sh/
H A Dsiu_pcm.c155 struct siu_stream *siu_stream = &port_info->capture;
240 struct siu_stream *siu_stream = &port_info->capture;
262 struct siu_stream *siu_stream = &port_info->capture;
315 siu_stream = &port_info->capture;
346 siu_stream = &port_info->capture;
369 siu_stream = &port_info->capture;
461 siu_stream = &port_info->capture;
521 INIT_WORK(&(*port_info)->capture.work, siu_io_work);
534 cancel_work_sync(&port_info->capture.work);
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c225 * disable WALLCLOCK timestamps for capture streams
325 p_params.host_bps = dai->driver->capture.sig_bits;
580 p_params.link_bps = codec_dai->driver->capture.sig_bits;
694 .capture = {
719 .capture = {
732 .capture = {
768 .capture = {
839 .capture = {
857 .capture = {
875 .capture
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py54 capture = pattern.search(line)
55 if capture and pattern.groups >= 1:
56 entries.add(capture.group(1))
89 capture = pattern.search(line)
90 if capture:
91 entries |= {capture.group(1)}
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1762 * No continuous frame allocation for capture pipe. It uses the
1886 static const struct ia_css_capture_settings capture = IA_CSS_DEFAULT_CAPTURE_SETTINGS; variable in typeref:struct:ia_css_capture_settings
1915 memcpy(&pipe->pipe_settings.capture, &capture, sizeof(capture));
2094 pipe->pipe_settings.capture.delay_frames);
2975 for (i = 0; i < pipe->pipe_settings.capture.num_primary_stage; i++) {
2976 if (pipe->pipe_settings.capture.primary_binary[i].info) {
2978 pipe->pipe_settings.capture.primary_binary[i].info->sp.pipeline.left_cropping;
2980 pipe->pipe_settings.capture
[all...]
/linux-master/sound/soc/codecs/
H A Ddmic.c78 .capture = {
165 dai_drv->capture.channels_max = chans;
H A Dadav80x.c369 unsigned int capture = 0x00; local
374 capture |= ADAV80X_CAPTURE_MODE_MASTER;
385 capture |= ADAV80X_CAPTURE_MODE_I2S;
389 capture |= ADAV80X_CAPTURE_MODE_LEFT_J;
393 capture |= ADAV80X_CAPTURE_MODE_RIGHT_J;
409 capture);
773 .capture = {
792 .capture = {
H A Dadau7002.c73 .capture = {
H A Dlochnagar-sc.c161 .capture = {
181 .capture = {
201 .capture = {
/linux-master/sound/soc/mediatek/mt8173/
H A Dmt8173-max98090.c89 SND_SOC_DAILINK_DEFS(capture,
116 SND_SOC_DAILINK_REG(capture),
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-wm8960.c52 SND_SOC_DAILINK_DEFS(capture,
74 .name = "wm8960-capture",
75 .stream_name = "wm8960-capture",
80 SND_SOC_DAILINK_REG(capture),
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-hw-gain.c180 .capture = {
202 .capture = {
/linux-master/sound/soc/uniphier/
H A Daio-pxs2.c165 .capture = {
183 .capture = {
H A Daio-ld11.c201 .capture = {
214 .capture = {
232 .capture = {
/linux-master/sound/soc/fsl/
H A Dfsl_qmc_audio.c644 qmc_soc_dai_driver->capture.channels_min = 0;
645 qmc_soc_dai_driver->capture.channels_max = 0;
647 qmc_soc_dai_driver->capture.channels_min = 1;
648 qmc_soc_dai_driver->capture.channels_max = qmc_dai->nb_rx_ts;
650 qmc_soc_dai_driver->capture.formats = qmc_audio_formats(qmc_dai->nb_rx_ts);
655 qmc_soc_dai_driver->capture.rates = snd_pcm_rate_to_rate_bit(info.rx_fs_rate);
656 qmc_soc_dai_driver->capture.rate_min = info.rx_fs_rate;
657 qmc_soc_dai_driver->capture.rate_max = info.rx_fs_rate;
/linux-master/sound/soc/sh/rcar/
H A Ddebugfs.c10 // > cat capture/xxx
90 debugfs_create_file("capture", 0444, dir, &rdai->capture, &rsnd_debugfs_fops);
H A Drsnd.h465 struct device_node *capture);
543 struct rsnd_dai_stream capture; member in struct:rsnd_dai
804 struct device_node *capture);
817 struct device_node *capture);
835 #define rsnd_parse_connect_src(rdai, playback, capture) \
838 playback, capture)
847 #define rsnd_parse_connect_ctu(rdai, playback, capture) \
850 playback, capture)
859 #define rsnd_parse_connect_mix(rdai, playback, capture) \
862 playback, capture)
[all...]
/linux-master/sound/ppc/
H A Dpmac.c119 return &chip->capture;
177 * prepare playback/capture stream
336 * capture
342 return snd_pmac_pcm_prepare(chip, &chip->capture, subs);
349 return snd_pmac_pcm_trigger(chip, &chip->capture, subs, cmd);
355 return snd_pmac_pcm_pointer(chip, &chip->capture, subs);
429 * update playback/capture pointer from interrupts
633 return snd_pmac_pcm_open(chip, &chip->capture, subs);
647 return snd_pmac_pcm_close(chip, &chip->capture, subs);
695 chip->capture
[all...]
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h95 struct vchiq_mmal_port *port; /* port being used for capture */
96 /* camera port being used for capture */
100 /* number of frames remaining which driver should capture */
105 } capture; member in struct:bcm2835_mmal_dev
/linux-master/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh14 capture=false
32 echo -e "\t-c: capture packets for each test using tcpdump (default: no capture)"
136 if $capture; then
176 if $capture; then
272 capture=true
/linux-master/sound/soc/apple/
H A Dmca.c1105 fe->capture.channels_min = 1;
1106 fe->capture.channels_max = 32;
1107 fe->capture.rates = SNDRV_PCM_RATE_8000_192000;
1108 fe->capture.formats = APPLE_MCA_FMTBITS;
1113 fe->capture.stream_name =
1116 if (!fe->playback.stream_name || !fe->capture.stream_name) {
1132 be->capture.channels_min = 1;
1133 be->capture.channels_max = 32;
1134 be->capture.rates = SNDRV_PCM_RATE_8000_192000;
1135 be->capture
[all...]

Completed in 235 milliseconds

1234567891011>>