Home
last modified time | relevance | path

Searched refs:hwaccel (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-qoriq.c80 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
94 struct clk *hwaccel[NUM_HWACCEL]; member
535 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
545 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
550 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
551 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
562 .hwaccel = {
580 .hwaccel = {
607 .hwaccel = {
624 .hwaccel = {
[all …]
/openbmc/linux/net/mac80211/
H A Dwpa.c268 int hdrlen, res, hwaccel = 0; in ieee80211_crypto_tkip_decrypt() local
292 hwaccel = 1; in ieee80211_crypto_tkip_decrypt()
297 hdr->addr1, hwaccel, rx->security_idx, in ieee80211_crypto_tkip_decrypt()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqoriq-clock.txt86 2 hwaccel index (n in CLKCGnHWACSR)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch32 --disable-nvdec disable Nvidia video decoding acceleration (via hwaccel) [autodetect]
231 … av_log(s, AV_LOG_DEBUG, "no_cvt_hw so trying pix_fmt %d with codec internal hwaccel\n", *p);
1742 + // If hwaccel then we don't need all the s/w decode helper arrays
1743 + if (s->avctx->hwaccel) {
1780 + // Ensure that hwaccel knows this frame is over
1781 + if (s->avctx->hwaccel && s->avctx->hwaccel->abort_frame)
1782 + s->avctx->hwaccel->abort_frame(s->avctx);
1787 if (avctx->hwaccel) {
1788 if (s->ref && (ret = avctx->hwaccel->end_frame(avctx)) < 0) {
1880 /* if the previous thread uses hwaccel then we take the lock to ensure
[all …]