Searched refs:rtmp (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/timer/ |
| H A D | avr_timer16.c | 330 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 D | avr_timer16.h | 81 uint8_t rtmp; member
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_compress.c | 230 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 D | rtmpdump_2.6.bb | 3 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-plugins-bad_1.26.1.bb | 77 PACKAGECONFIG[rtmp] = "-Drtmp=enabled,-Drtmp=disabled,rtmpdump"
|
| /openbmc/qemu/hw/usb/ |
| H A D | host-libusb.c | 1074 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 D | 0001-ffmpeg-5.1.4-rpi_24.patch | 15 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support
|