Searched refs:PTS (Results 1 – 4 of 4) sorted by relevance
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sensor.c | 292 #define PTS(bit, dataidx) { \ in ipmi_sensor_print_fc_threshold() macro 296 PTS(LOWER_NON_RECOV_SPECIFIED, 3); in ipmi_sensor_print_fc_threshold() 297 PTS(LOWER_CRIT_SPECIFIED, 2); in ipmi_sensor_print_fc_threshold() 298 PTS(LOWER_NON_CRIT_SPECIFIED, 1); in ipmi_sensor_print_fc_threshold() 299 PTS(UPPER_NON_CRIT_SPECIFIED, 4); in ipmi_sensor_print_fc_threshold() 300 PTS(UPPER_CRIT_SPECIFIED, 5); in ipmi_sensor_print_fc_threshold() 301 PTS(UPPER_NON_RECOV_SPECIFIED, 6); in ipmi_sensor_print_fc_threshold() 302 #undef PTS in ipmi_sensor_print_fc_threshold() 349 #define PTS(bit, dataidx, str) { \ in ipmi_sensor_print_fc_threshold() macro 355 PTS(LOWER_NON_RECOV_SPECIFIED, 3, " Lower Non-Recoverable : "); in ipmi_sensor_print_fc_threshold() [all …]
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.h | 52 #define PTS(x) (((x) & 0x3) << 30) macro
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2982 + // PTS & interlace are buffer vars 3440 +// is timestamp. PTS maps to timestamp for this decode. FFmpeg makes no 3441 +// guarantees about PTS being unique or specified for every frame so replace 3442 +// the supplied PTS with a simple incrementing number and keep a circular 3443 +// buffer of all the things we want preserved (including the original PTS) 3456 + av_log(avctx, AV_LOG_TRACE, "In pkt PTS=%" PRId64 ", DTS=%" PRId64 ", track=%" PRId64 ", n=%u\… 3482 + av_log(avctx, AV_LOG_TRACE, "In frame PTS=%" PRId64 ", track=%" PRId64 ", n=%u\n", frame->pts,… 3537 + av_log(avctx, AV_LOG_TRACE, "Out frame PTS=%" PRId64 "/%"PRId64", DTS=%" PRId64 ", track=%"PRI… 3573 + av_log(avctx, AV_LOG_TRACE, "Out pkt PTS=%" PRId64 ", track=%"PRId64", n=%d\n", 4878 + * "real" PTS [all …]
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 6282 + * PTS correctly */ 6541 + /* interpolate the next PTS */ 6897 + /* Compute the PTS */ 6909 + /* Interpolate the next PTS */
|