Home
last modified time | relevance | path

Searched full:push (Results 1 – 14 of 14) sorted by relevance

/sof-2.7.6/src/include/sof/audio/asrc/
Dasrc_farrow.h18 * offers two modes of operation: push-mode and pull-mode.
21 * "Push-mode vs. pull-mode operation"
24 * If the sample rate converter operates in push-mode, the caller can
28 * the push-mode sample rate converter is usually combined with a ring
29 * buffer at its output. The push-mode operation is performed by the
71 * converter is a push mode device. The secondary side corresponds to
98 * @brief Define whether the ASRC will be used in push-mode or in
102 ASRC_OM_PUSH, /*!< ASRC will be used in push-mode; functions */
130 ASRC_EC_FAILED_PUSH_MODE = -13, /*!< Push mode operation failed. */
269 * @param[in] operation_mode Choose 'push' or 'pull', depending on the mode
[all …]
/sof-2.7.6/src/include/sof/audio/
Dipc-config.h64 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
/sof-2.7.6/.github/workflows/
Dzephyr.yml8 on: [push, pull_request, workflow_dispatch]
Dinstaller.yml16 on: [push, pull_request, workflow_dispatch]
Dpull-request.yml19 push:
/sof-2.7.6/tools/tune/eq/
Deq_load_dsp_ini.m45 % push config to GUI
Dgui.m85 'string', 'Push config to DUT', ...
/sof-2.7.6/tools/tune/multiband_drc/
Diir_gen_quant_coefs.m19 % Adjust the stage gain (push gains to the last stage) of emphasis filter
/sof-2.7.6/src/include/ipc/
Dtopology.h191 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
/sof-2.7.6/scripts/
Dcheckpatch.pl158 push (@types, $_);
188 push (@conf_args, $word);
256 #if no filenames are given, push '-' to read patch from stdin
258 push(@ARGV, '-');
1054 push(@rawlines, $_);
1422 push(@stack, [ $type, $level ]);
1556 push(@chunks, [ $condition, $statement ]);
1568 #print "C: push\n";
1569 push(@chunks, [ $condition, $statement ]);
1594 push(@stack, $level);
[all …]
/sof-2.7.6/src/audio/asrc/
Dasrc.c61 enum asrc_operation_mode mode; /* Control for push or pull mode */
436 /* In push mode check if sink component is DAI */ in asrc_dai_find()
867 /* In push mode maximize the sink buffer write potential. in asrc_copy()
/sof-2.7.6/src/arch/xtensa/hal/
Dinterrupts.c73 * to l32i's offset limit of 1020. So you can't push it much
/sof-2.7.6/smex/
Delf_defs.h504 #define R_ALPHA_OP_PUSH 12 /* OP stack push */
/sof-2.7.6/scripts/kconfig/
Dkconfiglib.py5766 # API wart: It would be nice if there was a way to query and/or push/pop