Home | History | Annotate | Download | only in vpx

Lines Matching full:time

59     /*! \brief Initialization-time Feature Enabling
61 * Certain codec features must be known at initialization time, to allow
80 /*!\brief Time Stamp Type
82 * An integer, which when multiplied by the stream's time base, provides
83 * the absolute time of a sample.
133 vpx_codec_pts_t pts; /**< time stamp to show frame
279 * Indicates the smallest interval of time, in seconds, used by the stream.
285 * re-encoding video from containers with absolute time timestamps, the
352 * low data rates, at the expense of CPU time on the encoder/decoder.
460 * time (milliseconds). For example, a value of 5000 indicates that the
472 * expressed in units of time (milliseconds). Use the target bitrate
482 * of time (milliseconds). Use the target bitrate (#rc_target_bitrate)
656 * Encodes a video frame at the given "presentation time." The presentation
657 * time stamp (PTS) \ref MUST be strictly increasing.
659 * The encoder supports the notion of a soft real-time deadline. Given a
661 * effort" guarantee to return before the given time slice expires. It is
662 * implicit that limiting the available time to encode will degrade the
663 * output quality. The encoder can be given an unlimited time to produce the
678 * \param[in] pts Presentation time stamp, in timebase units.
681 * \param[in] deadline Time to spend encoding, in microseconds. (0=infinite)