Searched refs:PTS (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-get-pts.rst | 50 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 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 356 PTS(LOWER_CRIT_SPECIFIED, 2, " Lower Critical : "); 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/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-uvc.rst | 51 - The rest of the header, possibly including UVC PTS and SCR fields
|
H A D | ext-ctrls-codec.rst | 667 currently displayed frame. This is the same PTS as is used in
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 1651 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 D | vivid.rst | 582 The Metadata capture generates UVC format metadata. The PTS and SCR are 1125 - Generate PTS
|
/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 */
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 50597 + // PTS & interlace are buffer vars 51027 +// is timestamp. PTS maps to timestamp for this decode. FFmpeg makes no 51028 +// guarantees about PTS being unique or specified for every frame so replace 51029 +// the supplied PTS with a simple incrementing number and keep a circular 51030 +// buffer of all the things we want preserved (including the original PTS) 51163 + av_log(avctx, AV_LOG_TRACE, "Out pkt PTS=%" PRId64 ", track=%"PRId64", n=%d\n", 52344 + * "real" PTS 52858 + // If we can't guess from just PTS - try DTS 52865 + av_log(avctx, AV_LOG_TRACE, "Out PTS=%" PRId64 "/%"PRId64", DTS=%" PRId64 "\n", 52903 + // If we never get any ideas about PTS vs DTS allow a lot more buffer [all …]
|