/sof-2.7.6/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-2.7.6/src/platform/imx8/lib/ |
D | dai.c | 25 .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/ |
D | dai.c | 25 .depth = 8, 30 .depth = 8, 45 .depth = 8, 50 .depth = 8, 66 .depth = 8, 71 .depth = 8,
|
/sof-2.7.6/src/math/fft/ |
D | fft.c | 75 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/ |
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 */ 104 enum ipc4_bit_depth depth; member
|
/sof-2.7.6/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-2.7.6/src/platform/imx8ulp/lib/ |
D | dai.c | 24 /* 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/ |
D | codestyle.yml | 28 # depth 2 so: 32 with: {fetch-depth: 2}
|
D | pull-request.yml | 62 with: {fetch-depth: 0, submodules: recursive} 86 with: {fetch-depth: 0, submodules: recursive} 118 with: {fetch-depth: 0, submodules: recursive}
|
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 | zephyr.yml | 16 with: {fetch-depth: 10, submodules: recursive}
|
D | installer.yml | 24 with: {fetch-depth: 50, submodules: recursive}
|
/sof-2.7.6/src/audio/ |
D | copier.c | 56 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/ |
D | platform.h | 82 /* the SSP port fifo depth */ 85 /* the watermark for the SSP fifo depth setting */
|
/sof-2.7.6/src/platform/tigerlake/include/platform/ |
D | platform.h | 83 /* the SSP port fifo depth */ 86 /* the watermark for the SSP fifo depth setting */
|
/sof-2.7.6/src/platform/cannonlake/include/platform/ |
D | platform.h | 83 /* the SSP port fifo depth */ 86 /* the watermark for the SSP fifo depth setting */
|
/sof-2.7.6/src/platform/icelake/include/platform/ |
D | platform.h | 83 /* the SSP port fifo depth */ 86 /* the watermark for the SSP fifo depth setting */
|
/sof-2.7.6/src/platform/apollolake/include/platform/ |
D | platform.h | 86 /* the SSP port fifo depth */ 89 /* the watermark for the SSP fifo depth setting */
|
/sof-2.7.6/scripts/docker_build/sof_qemu/ |
D | Dockerfile | 50 ARG CLONE_DEFAULTS="--depth 5"
|
/sof-2.7.6/src/platform/intel/cavs/lib/ |
D | dai.c | 188 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.yml | 13 depth: false
|
/sof-2.7.6/src/ipc/ipc3/ |
D | dai.c | 135 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/ |
D | Dockerfile | 60 ARG CLONE_DEFAULTS="--depth 5"
|