Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/timer/
H A Davr_timer16.c330 t16->rtmp = t16->cnth; in avr_timer16_read()
334 retval = t16->rtmp; in avr_timer16_read()
343 t16->rtmp = t16->icrh; in avr_timer16_read()
347 retval = t16->rtmp; in avr_timer16_read()
428 t16->cnth = t16->rtmp; in avr_timer16_write()
432 t16->rtmp = val8; in avr_timer16_write()
438 t16->icrh = t16->rtmp; in avr_timer16_write()
443 t16->rtmp = val8; in avr_timer16_write()
/openbmc/qemu/include/hw/timer/
H A Davr_timer16.h81 uint8_t rtmp; member
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_compress.c230 register UChar rtmp; in generateMTFValues() local
233 rtmp = yy[1]; in generateMTFValues()
237 while ( rll_i != rtmp ) { in generateMTFValues()
240 rtmp2 = rtmp; in generateMTFValues()
241 rtmp = *ryy_j; in generateMTFValues()
244 yy[0] = rtmp; in generateMTFValues()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/
H A Drtmpdump_2.6.bb3 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.26.1.bb77 PACKAGECONFIG[rtmp] = "-Drtmp=enabled,-Drtmp=disabled,rtmpdump"
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c1074 USBHostRequest *r, *rtmp; in usb_host_abort_xfers() local
1077 QTAILQ_FOREACH_SAFE(r, &s->requests, next, rtmp) { in usb_host_abort_xfers()
1094 QTAILQ_FOREACH_SAFE(r, &s->requests, next, rtmp) { in usb_host_abort_xfers()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch15 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support