Home
last modified time | relevance | path

Searched full:depth (Results 1 – 25 of 34) sorted by relevance

12

/sof-2.7.6/src/platform/imx8m/lib/
Ddai.c23 .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-2.7.6/src/platform/imx8/lib/
Ddai.c25 .depth = 96, /* in 4 bytes words */
31 .depth = 96, /* in 4 bytes words */
47 /* use depth to model the HW FIFO size:
52 .depth = 64, /* in 4 bytes words */
53 .watermark = 32, /* half the depth */
59 .depth = 64, /* in 4 bytes words */
60 .watermark = 32, /* half the depth */
/sof-2.7.6/src/platform/amd/renoir/lib/
Ddai.c25 .depth = 8,
30 .depth = 8,
45 .depth = 8,
50 .depth = 8,
66 .depth = 8,
71 .depth = 8,
/sof-2.7.6/src/math/fft/
Dfft.c75 int depth; in fft_execute() local
100 for (depth = 1; depth <= plan->len; ++depth) { in fft_execute()
101 m = 1 << depth; in fft_execute()
103 i = FFT_SIZE_MAX >> depth; in fft_execute()
/sof-2.7.6/src/include/ipc4/
Dbase-config.h50 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 */
104 enum ipc4_bit_depth depth; member
/sof-2.7.6/src/include/sof/trace/
Dpreproc.h65 * 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
Dpreproc-private.h125 /* 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-2.7.6/src/platform/imx8ulp/lib/
Ddai.c24 /* use depth to model the HW FIFO size:
29 .depth = 16, /* in 4 bytes words */
36 .depth = 16, /* in 4 bytes words */
/sof-2.7.6/.github/workflows/
Dcodestyle.yml28 # depth 2 so:
32 with: {fetch-depth: 2}
Dpull-request.yml62 with: {fetch-depth: 0, submodules: recursive}
86 with: {fetch-depth: 0, submodules: recursive}
118 with: {fetch-depth: 0, submodules: recursive}
DshallowfetchPRcommits.sh59 # 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"
Dunit-tests.yml18 with: {fetch-depth: 2}
Dzephyr.yml16 with: {fetch-depth: 10, submodules: recursive}
Dinstaller.yml24 with: {fetch-depth: 50, submodules: recursive}
/sof-2.7.6/src/audio/
Dcopier.c56 static enum sof_ipc_frame convert_fmt(uint32_t depth, uint32_t type) in convert_fmt() argument
58 switch (depth) { in convert_fmt()
69 comp_cl_err(&comp_copier, "unsupported depth %d", depth); in convert_fmt()
329 in = convert_fmt(in_fmt->depth, in_fmt->s_type); in get_converter_func()
331 out = convert_fmt(out_fmt->depth, out_fmt->s_type); in get_converter_func()
369 cd->config.base.audio_fmt.depth, cd->config.out_fmt.depth); in copier_prepare()
485 params->sample_container_bytes = cd->config.base.audio_fmt.depth; in copier_params()
/sof-2.7.6/src/platform/suecreek/include/platform/
Dplatform.h82 /* the SSP port fifo depth */
85 /* the watermark for the SSP fifo depth setting */
/sof-2.7.6/src/platform/tigerlake/include/platform/
Dplatform.h83 /* the SSP port fifo depth */
86 /* the watermark for the SSP fifo depth setting */
/sof-2.7.6/src/platform/cannonlake/include/platform/
Dplatform.h83 /* the SSP port fifo depth */
86 /* the watermark for the SSP fifo depth setting */
/sof-2.7.6/src/platform/icelake/include/platform/
Dplatform.h83 /* the SSP port fifo depth */
86 /* the watermark for the SSP fifo depth setting */
/sof-2.7.6/src/platform/apollolake/include/platform/
Dplatform.h86 /* the SSP port fifo depth */
89 /* the watermark for the SSP fifo depth setting */
/sof-2.7.6/scripts/docker_build/sof_qemu/
DDockerfile50 ARG CLONE_DEFAULTS="--depth 5"
/sof-2.7.6/src/platform/intel/cavs/lib/
Ddai.c188 dai[i].plat_data.fifo[SOF_IPC_STREAM_PLAYBACK].depth = in dai_init()
190 dai[i].plat_data.fifo[SOF_IPC_STREAM_CAPTURE].depth = in dai_init()
/sof-2.7.6/
D.travis.yml13 depth: false
/sof-2.7.6/src/ipc/ipc3/
Ddai.c135 dd->dai->plat_data.fifo[dai->direction].depth; in ipc_dai_data_config()
146 dd->dai->plat_data.fifo[dai->direction].depth; in ipc_dai_data_config()
/sof-2.7.6/scripts/docker_build/sof_builder/
DDockerfile60 ARG CLONE_DEFAULTS="--depth 5"

12