/sof-3.4.0/src/platform/amd/rembrandt/lib/ |
D | dai.c | 24 .depth = 8, 30 .depth = 8, 45 .depth = 8, 50 .depth = 8, 62 .depth = 8, 67 .depth = 8, 83 .depth = 8, 88 .depth = 8, 103 .depth = 8, 108 .depth = 8, [all …]
|
/sof-3.4.0/src/platform/amd/renoir/lib/ |
D | dai.c | 25 .depth = 8, 30 .depth = 8, 45 .depth = 8, 50 .depth = 8, 62 .depth = 8, 67 .depth = 8, 83 .depth = 8, 88 .depth = 8,
|
/sof-3.4.0/src/platform/imx8m/lib/ |
D | dai.c | 23 .depth = 128, /* in 4 bytes words */ 30 .depth = 128, /* in 4 bytes words */ 43 .depth = 128, /* in 4 bytes words */ 50 .depth = 128, /* in 4 bytes words */
|
/sof-3.4.0/src/platform/imx8ulp/lib/ |
D | dai.c | 29 .depth = 16, /* in 4 bytes words */ 37 .depth = 16, /* in 4 bytes words */ 52 .depth = 16, /* in 4 bytes words */ 60 .depth = 16, /* in 4 bytes words */
|
/sof-3.4.0/src/math/fft/ |
D | fft_32_hifi3.c | 28 int depth, top, bottom, index; in fft_execute_32() local 66 for (depth = 1; depth <= len; ++depth) { in fft_execute_32() 67 m = 1 << depth; in fft_execute_32() 69 i = FFT_SIZE_MAX >> depth; in fft_execute_32()
|
D | fft_32.c | 75 int depth; in fft_execute_32() local 104 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_32() 105 m = 1 << depth; in fft_execute_32() 107 i = FFT_SIZE_MAX >> depth; in fft_execute_32()
|
D | fft_16.c | 78 int depth; in fft_execute_16() local 107 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_16() 108 m = 1 << depth; in fft_execute_16() 110 i = FFT_SIZE_MAX >> depth; in fft_execute_16()
|
D | fft_16_hifi3.c | 34 int depth, top, bottom, index; in fft_execute_16() local 70 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute_16() 71 m = 1 << depth; in fft_execute_16() 73 i = FFT_SIZE_MAX >> depth; in fft_execute_16()
|
/sof-3.4.0/src/platform/imx8/lib/ |
D | dai.c | 25 .depth = 96, /* in 4 bytes words */ 32 .depth = 96, /* in 4 bytes words */ 54 .depth = 64, /* in 4 bytes words */ 62 .depth = 64, /* in 4 bytes words */
|
/sof-3.4.0/src/audio/up_down_mixer/ |
D | up_down_mixer.c | 73 if (format->depth == IPC4_DEPTH_16BIT) in set_downmix_coefficients() 80 cd->downmix_coefficients = (format->depth == IPC4_DEPTH_16BIT) ? in set_downmix_coefficients() 84 cd->downmix_coefficients = (format->depth == IPC4_DEPTH_16BIT) ? in set_downmix_coefficients() 90 if (format->depth == IPC4_DEPTH_16BIT) { in set_downmix_coefficients() 115 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_stereo() 180 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_mono() 231 if (format->depth == IPC4_DEPTH_16BIT) { in select_mix_out_5_1() 285 format->depth == IPC4_DEPTH_8BIT) in init_mix() 310 if (format->depth == IPC4_DEPTH_16BIT) in init_mix() 318 cd->out_fmt[0].depth = IPC4_DEPTH_32BIT; in init_mix()
|
/sof-3.4.0/src/include/sof/trace/ |
D | preproc.h | 70 #define META_RECURSE_N(depth, ...)\ argument 71 META_CONCAT(_META_REQRS_, depth)(__VA_ARGS__) 85 #define META_DEFER(depth, m) m _META_DEFER_N(depth) argument
|
D | preproc-private.h | 153 #define _META_DEFER_N(depth) \ argument 154 META_RECURSE_N(8, META_REPEAT(depth, _META_EMPTY_GEN, ~)) \ 155 META_RECURSE_N(8, META_REPEAT(depth, _META_PAREN_GEN, ~))
|
/sof-3.4.0/.github/workflows/ |
D | shallowfetchPRcommits.sh | 65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
|
/sof-3.4.0/src/platform/intel/cavs/lib/ |
D | dai.c | 225 dai[i].plat_data.fifo[SOF_IPC_STREAM_PLAYBACK].depth = in dai_init() 227 dai[i].plat_data.fifo[SOF_IPC_STREAM_CAPTURE].depth = in dai_init()
|
/sof-3.4.0/src/include/sof/audio/ |
D | audio_stream.h | 779 static inline void audio_stream_fmt_conversion(enum ipc4_bit_depth depth, in audio_stream_fmt_conversion() argument 789 *frame_fmt = (depth >> 3) - 2; in audio_stream_fmt_conversion() 793 if (valid == 24 && depth == 24) { in audio_stream_fmt_conversion() 798 if (type == IPC4_TYPE_FLOAT && depth == 32) { in audio_stream_fmt_conversion()
|
D | volume.h | 221 mod->priv.cfg.base_cfg.audio_fmt.depth); in vol_get_processing_function()
|
/sof-3.4.0/src/audio/mixin_mixout/ |
D | mixin_mixout.c | 118 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixin_init() 147 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixout_init() 654 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixin_params() 732 params->sample_container_bytes = base_cfg->audio_fmt.depth / 8; in base_module_cfg_to_stream_params() 737 audio_stream_fmt_conversion(base_cfg->audio_fmt.depth, in base_module_cfg_to_stream_params() 771 audio_stream_fmt_conversion(mod->priv.cfg.base_cfg.audio_fmt.depth, in mixout_params()
|
/sof-3.4.0/src/audio/copier/ |
D | copier.c | 92 audio_stream_fmt_conversion(copier_cfg->base.audio_fmt.depth, in create_endpoint_buffer() 98 audio_stream_fmt_conversion(copier_cfg->out_fmt.depth, in create_endpoint_buffer() 219 audio_stream_fmt_conversion(copier_cfg->base.audio_fmt.depth, in create_host() 225 audio_stream_fmt_conversion(copier_cfg->out_fmt.depth, in create_host() 757 audio_stream_fmt_conversion(in_fmt->depth, in_fmt->valid_bit_depth, &in, &in_valid, in get_converter_func() 759 audio_stream_fmt_conversion(out_fmt->depth, out_fmt->valid_bit_depth, &out, &out_valid, in get_converter_func() 890 cd->config.base.audio_fmt.depth, cd->config.out_fmt.depth); in copier_prepare() 1363 audio_stream_fmt_conversion(fmt->depth, in update_buffer_format() 1433 params->sample_container_bytes = cd->config.base.audio_fmt.depth / 8; in copier_params() 1495 params->sample_container_bytes = cd->out_fmt->depth / 8; in copier_params() [all …]
|
/sof-3.4.0/src/include/ipc4/ |
D | base-config.h | 117 enum ipc4_bit_depth depth; member
|
/sof-3.4.0/scripts/docker_build/sof_qemu/ |
D | Dockerfile | 52 ARG CLONE_DEFAULTS="--depth 5"
|
/sof-3.4.0/src/drivers/intel/ |
D | alh.c | 160 return dai->plat_data.fifo[direction].depth; in alh_get_fifo_depth()
|
/sof-3.4.0/src/audio/mux/ |
D | mux.c | 274 params->sample_container_bytes = cd->md.base_cfg.audio_fmt.depth / 8; in set_mux_params() 299 audio_stream_fmt_conversion(out_fmt.depth, in set_mux_params() 332 audio_stream_fmt_conversion(cd->md.base_cfg.audio_fmt.depth, in set_mux_params() 348 audio_stream_fmt_conversion(cd->md.reference_format.depth, in set_mux_params()
|
/sof-3.4.0/src/samples/audio/ |
D | detect_test.c | 257 sample_width = cd->base_cfg.audio_fmt.depth; in test_keyword_apply_config() 294 params->sample_container_bytes = cd->base_cfg.audio_fmt.depth / 8; in test_keyword_set_params() 300 audio_stream_fmt_conversion(cd->base_cfg.audio_fmt.depth, in test_keyword_set_params() 879 sample_width = cd->base_cfg.audio_fmt.depth; in test_keyword_prepare()
|
/sof-3.4.0/src/audio/selector/ |
D | selector.c | 589 audio_stream_fmt_conversion(cfg->base_cfg.audio_fmt.depth, in build_config() 595 audio_stream_fmt_conversion(out_fmt->depth, out_fmt->valid_bit_depth, in build_config() 703 audio_stream_fmt_conversion(out_fmt->depth, in set_selector_params() 732 audio_stream_fmt_conversion(in_fmt->depth, in set_selector_params()
|
/sof-3.4.0/src/audio/aria/ |
D | aria.c | 154 sgs = (cd->base.audio_fmt.depth >> 3) * chc; in init_aria() 226 audio_stream_fmt_conversion(cd->base.audio_fmt.depth, in aria_set_stream_params()
|