Searched full:push (Results 1 – 14 of 14) sorted by relevance
/sof-2.7.6/src/include/sof/audio/asrc/ |
D | asrc_farrow.h | 18 * 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/ |
D | ipc-config.h | 64 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
|
/sof-2.7.6/.github/workflows/ |
D | zephyr.yml | 8 on: [push, pull_request, workflow_dispatch]
|
D | installer.yml | 16 on: [push, pull_request, workflow_dispatch]
|
D | pull-request.yml | 19 push:
|
/sof-2.7.6/tools/tune/eq/ |
D | eq_load_dsp_ini.m | 45 % push config to GUI
|
D | gui.m | 85 'string', 'Push config to DUT', ...
|
/sof-2.7.6/tools/tune/multiband_drc/ |
D | iir_gen_quant_coefs.m | 19 % Adjust the stage gain (push gains to the last stage) of emphasis filter
|
/sof-2.7.6/src/include/ipc/ |
D | topology.h | 191 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
|
/sof-2.7.6/scripts/ |
D | checkpatch.pl | 158 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/ |
D | asrc.c | 61 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/ |
D | interrupts.c | 73 * to l32i's offset limit of 1020. So you can't push it much
|
/sof-2.7.6/smex/ |
D | elf_defs.h | 504 #define R_ALPHA_OP_PUSH 12 /* OP stack push */
|
/sof-2.7.6/scripts/kconfig/ |
D | kconfiglib.py | 5766 # API wart: It would be nice if there was a way to query and/or push/pop
|