Home
last modified time | relevance | path

Searched refs:PTS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-pts.rst50 The PTS should belong to the currently played frame if possible,
51 but may also be a value close to it like the PTS of the last
52 decoded frame or the last PTS extracted by the PES parser.
61 This ioctl call asks the Video Device to return the current PTS
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c292 #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 Dci_udc.h52 #define PTS(x) (((x) & 0x3) << 30) macro
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst51 - The rest of the header, possibly including UVC PTS and SCR fields
H A Dext-ctrls-codec.rst667 currently displayed frame. This is the same PTS as is used in
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1651 u32 pts; // The PTS of the frame
2177 4=generate DVD compatible PTS timestamps
2252 Ends playback and clears all decoder buffers. If PTS is not zero,
2253 playback stops at specified PTS.
2262 this takes effect immediately, so if you want to wait for a PTS,
2270 PTS low
2275 PTS high
2589 Video PTS bits 0:31 by display order
2594 Video PTS bit 32 by display order
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst582 The Metadata capture generates UVC format metadata. The PTS and SCR are
1125 - Generate PTS
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2982 + // 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 D0004-mmal_20.patch6282 + * PTS correctly */
6541 + /* interpolate the next PTS */
6897 + /* Compute the PTS */
6909 + /* Interpolate the next PTS */