Lines Matching defs:timestamp

483 #define AVFMT_TS_DISCONT    0x0200 /**< Format allows timestamp discontinuities. Note, muxers always require valid (monotone) timestamps */
495 timestamps. If not set the timestamp
748 * Seek to a given timestamp relative to the frames in
756 int stream_index, int64_t timestamp, int flags);
759 * Get the next timestamp in stream[stream_index].time_base units.
760 * @return the timestamp or AV_NOPTS_VALUE if an error occurred
778 * Seek to timestamp ts.
802 AVSTREAM_PARSE_FULL_RAW, /**< full parsing and repack with timestamp and position generation by parser for raw
809 int64_t timestamp; /**<
812 * But demuxers can choose to store a different timestamp, if it is more convenient for the implementation or nothing better
937 * Options for behavior on timestamp wrap detection.
1558 * Maximum number of packets to read while waiting for the first timestamp.
1637 * Correct single timestamp overflows
1752 * Output timestamp offset, in microseconds.
2231 * Seek to the keyframe at timestamp.
2232 * 'timestamp' in 'stream_index'.
2236 * stream is selected, and timestamp is automatically converted
2238 * @param timestamp Timestamp in AVStream.time_base units
2243 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
2247 * Seek to timestamp ts.
2264 * @param min_ts smallest acceptable timestamp
2265 * @param ts target timestamp
2266 * @param max_ts largest acceptable timestamp
2642 * Get the index for a specific timestamp.
2644 * @param st stream that the timestamp belongs to
2645 * @param timestamp timestamp to retrieve the index for
2647 * to the timestamp which is <= the requested one, if backward
2650 * @return < 0 if no such timestamp could be found
2652 int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
2676 * Get the AVIndexEntry corresponding to the given timestamp.
2679 * @param timestamp Timestamp to retrieve the index entry for.
2681 * to the timestamp which is <= the requested one, if backward
2697 * @param timestamp timestamp in the time base of the given stream
2699 int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,