/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/imx8m/lib/ |
D | dai.c | 23 .depth = 128, /* in 4 bytes words */ 24 .watermark = 64, /* half the depth */ 30 .depth = 128, /* in 4 bytes words */ 31 .watermark = 64, /* half the depth */ 43 .depth = 128, /* in 4 bytes words */ 44 .watermark = 64, /* half the depth */ 50 .depth = 128, /* in 4 bytes words */ 51 .watermark = 64, /* half the depth */
|
/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/imx8/lib/ |
D | dai.c | 25 .depth = 96, /* in 4 bytes words */ 32 .depth = 96, /* in 4 bytes words */ 49 /* use depth to model the HW FIFO size: 54 .depth = 64, /* in 4 bytes words */ 55 .watermark = 32, /* half the depth */ 62 .depth = 64, /* in 4 bytes words */ 63 .watermark = 32, /* half the depth */
|
/sof-3.4.0/src/platform/imx8ulp/lib/ |
D | dai.c | 24 /* use depth to model the HW FIFO size: 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_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()
|
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()
|
/sof-3.4.0/src/include/sof/trace/ |
D | preproc.h | 65 * default depth is 8 68 /* choose explicitly depth of recursion 70 #define META_RECURSE_N(depth, ...)\ argument 71 META_CONCAT(_META_REQRS_, depth)(__VA_ARGS__) 79 /* Delay macro m expansion depth times 85 #define META_DEFER(depth, m) m _META_DEFER_N(depth) argument
|
D | preproc-private.h | 125 /* Delay macro m expansion depth times 127 * _META_DEFER_N(depth) will work for any depth valid in META_REPEAT 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/tools/topology/topology2/include/common/ |
D | audio_format.conf | 28 # input bit depth 34 # input valid bit depth 107 # output bit depth 113 # output valid bit depth
|
D | output_audio_format.conf | 29 # output bit depth 35 # output valid bit depth
|
D | input_audio_format.conf | 29 # input bit depth 35 # input valid bit depth
|
/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/ipc4/ |
D | base-config.h | 50 IPC4_DEPTH_8BIT = 8, /**< 8 bits depth */ 51 IPC4_DEPTH_16BIT = 16, /**< 16 bits depth */ 52 IPC4_DEPTH_24BIT = 24, /**< 24 bits depth - Default */ 53 IPC4_DEPTH_32BIT = 32, /**< 32 bits depth */ 54 IPC4_DEPTH_64BIT = 64, /**< 64 bits depth */ 117 enum ipc4_bit_depth depth; member
|
/sof-3.4.0/.github/workflows/ |
D | sparse-zephyr.yml | 44 fetch-depth: 10 56 fetch-depth: 10 61 west update --narrow --fetch-opt=--depth=5
|
D | codestyle.yml | 33 # depth 2 so: 37 with: {fetch-depth: 2}
|
D | shallowfetchPRcommits.sh | 59 # pull requests with merges, depth=PRLEN goes already much further 65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
|
D | unit-tests.yml | 18 with: {fetch-depth: 2}
|
D | pull-request.yml | 110 with: {fetch-depth: 5, submodules: recursive} 138 with: {fetch-depth: 0, submodules: recursive} 173 with: {fetch-depth: 0, submodules: recursive}
|
D | zephyr.yml | 88 fetch-depth: 0 103 # TODO: try replacing --narrow and --depth with some 110 west update --narrow --fetch-opt=--depth=5 && 166 fetch-depth: 0 247 west update --narrow --fetch-opt=--depth=5 &&
|
D | repro-build.yml | 23 with: {fetch-depth: 5, submodules: recursive}
|
D | testbench.yml | 37 with: {fetch-depth: 5}
|
/sof-3.4.0/src/platform/tigerlake/include/platform/ |
D | platform.h | 83 /* the SSP port fifo depth */ 86 /* the watermark for the SSP fifo depth setting */
|