helper structure describing keyframe search state of one stream More...
helper structure describing keyframe search state of one stream
position of the frame with low timestamp in file or INT64_MAX if not found (yet)
Definition at line 37 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
frame presentation timestamp or same as pos_lo for byte seeking
Definition at line 38 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
position of the frame with high timestamp in file or INT64_MAX if not found (yet)
Definition at line 40 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
frame presentation timestamp or same as pos_hi for byte seeking
Definition at line 41 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
last known position of a frame, for multi-frame packets
Definition at line 43 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
termination timestamp (which TS we already read)
Definition at line 45 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
timebase for term_ts
Definition at line 46 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
first packet timestamp in this iteration (to fill term_ts later)
Definition at line 47 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
timebase for first_ts
Definition at line 48 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().
termination flag for the current iteration
Definition at line 50 of file seek.c.
Referenced by ff_gen_syncpoint_search(), and search_hi_lo_keyframes().