Home
last modified time | relevance | path

Searched full:pull (Results 1 – 25 of 38) sorted by relevance

12

/sof-3.4.0/.github/workflows/
DshallowfetchPRcommits.sh6 # This script fetches Pull Request commits missing from a shallow clone
19 # - Fast and accurate for small Pull Requests
21 # - For large Pull Requests _with merges_ the only objective is to
38 # https://docs.github.com/en/rest/reference/pulls#list-commits-on-a-pull-request
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"
Dpull-request.yml56 # https://github.com/thesofproject/sof/pull/5978
69 # https://github.com/thesofproject/sof/pull/5731#issuecomment-1175630147
113 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
141 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
180 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
189 run: docker pull thesofproject/sofqemu &&
Drepro-build.yml25 - name: docker pull
26 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Ddaily-tests.yml18 uses: ./.github/workflows/pull-request.yml
Dtools.yml21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
Dcodestyle.yml35 # ^2. we reconnect/graft to the later fetch pull/1234/head,
Dinstaller.yml36 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
/sof-3.4.0/
D.travis.yml36 &docker-pull-sof
37 docker pull thesofproject/sof && docker tag thesofproject/sof sof
52 before_install: *docker-pull-sof
65 - *docker-pull-sof
66 - docker pull thesofproject/sofqemu &&
83 before_install: *docker-pull-sof
/sof-3.4.0/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"
32 * If the sample rate converter operates in pull-mode, the caller can
36 * pull-mode sample rate converter is usually combined with a ring
37 * buffer at its input. The pull-mode operation is performed by the
71 * the input, if the sample rate converter is a pull mode device.
98 * pull-mode.
103 ASRC_OM_PULL /*!< ASRC will be used in pull-mode; functions */
130 ASRC_EC_FAILED_PULL_MODE = -14, /*!< Pull mode operation failed. */
193 /*!< synchronous pull mode (5q27) */
[all …]
/sof-3.4.0/src/arch/xtensa/xtos/
Dtiny-refs-min.S1 // tiny-refs-min.S - References to pull-in selected modules into tiny LSPs
27 .global _UserExceptionVector // ... we pull-in this
Dtiny-refs.S1 // tiny-refs.S - References to pull-in selected modules into tiny LSPs
28 .global _need_user_vector_ // ... we pull-in this
D_sharedvectors.S1 // _sharedvectors.S -- Reference symbols to pull in any shared vectors
29 version of _sharedvectors.o that may pull in shared vectors. */
D_sharedvectors-for-reset.S1 // _sharedvectors-for-reset.S -- Reference to pull in a shared reset vector
Dint-initlevel.S1 // int-initlevel.S - Routines used to pull-in interrupt dispatch code
D_vectors.S1 // _vectors.S -- Reference symbols to pull in all required vectors
Dint-vector.S56 // Pull-in the real handler by reference, to ensure the reset vector gets it:
Dexc-syscall-handler.S73 .global _need_user_vector_ // pull-in real user vector (tiny LSP)
/sof-3.4.0/src/include/ipc4/
Dasrc.h47 * In Capture path (PULL mode):
57 * ASRC in PULL mode, conversion 48k -> 44.1k, 32bit, 2ch
74 * In Capture path (PULL mode):
127 * b. 1 0 - Capture mode / PULL mode
/sof-3.4.0/src/include/sof/audio/
Dipc-config.h73 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
77 /**< In pull mode the ASRC outputs */
/sof-3.4.0/app/src/
Dmain.c43 * https://github.com/zephyrproject-rtos/zephyr/pull/52769 in main()
/sof-3.4.0/app/
Dprj.conf8 # https://github.com/zephyrproject-rtos/zephyr/pull/51954
/sof-3.4.0/scripts/cmake/
Dversion.cmake18 # - git version of the pull request
26 # Most CI engines test a temporary merge of the pull request with a
/sof-3.4.0/src/audio/module_adapter/iadk/
Dsystem_service.c95 /* https://github.com/thesofproject/sof/pull/5720 needed for completion. */ in SystemServiceCreateNotification()
/sof-3.4.0/src/include/ipc/
Dtopology.h195 uint32_t operation_mode; /**< push 0, pull 1, In push mode the */
199 /**< In pull mode the ASRC outputs */
/sof-3.4.0/src/platform/intel/cavs/
Dalternate_reset_vector.S155 * would pull in the XTOS handler anyway, causing a conflict.

12