|
VLC 4.0.0-dev
|
Functions | |
| void | decoder_prevframe_Init (struct decoder_prevframe *pf) |
| void | decoder_prevframe_Flush (struct decoder_prevframe *pf) |
| void | decoder_prevframe_Reset (struct decoder_prevframe *pf) |
| void | decoder_prevframe_Request (struct decoder_prevframe *pf, int *seek_steps) |
| picture_t * | decoder_prevframe_AddPic (struct decoder_prevframe *pf, picture_t *pic, vlc_tick_t *inout_pts, int *seek_steps) |
| picture_t * decoder_prevframe_AddPic | ( | struct decoder_prevframe * | pf, |
| picture_t * | pic, | ||
| vlc_tick_t * | inout_pts, | ||
| int * | seek_steps | ||
| ) |
References picture_t::date, DEC_PF_SEEK_STEPS_INITIAL, DEC_PF_SEEK_STEPS_NONE, decoder_prevframe::failed, decoder_prevframe::flushing, picture_t::p_next, decoder_prevframe::pic, picture_Release(), decoder_prevframe::req_count, and decoder_prevframe::seek_steps.
Referenced by Decoder_HandlePreviousFrame().
| void decoder_prevframe_Flush | ( | struct decoder_prevframe * | pf | ) |
References decoder_prevframe::failed, decoder_prevframe::flushing, decoder_prevframe::pic, and picture_Release().
Referenced by decoder_prevframe_Reset(), and vlc_input_decoder_Flush().
| void decoder_prevframe_Init | ( | struct decoder_prevframe * | pf | ) |
| void decoder_prevframe_Request | ( | struct decoder_prevframe * | pf, |
| int * | seek_steps | ||
| ) |
References DEC_PF_SEEK_STEPS_NONE, decoder_prevframe::flushing, decoder_prevframe::req_count, and decoder_prevframe::seek_steps.
Referenced by Decoder_RequestFramePrevious().
| void decoder_prevframe_Reset | ( | struct decoder_prevframe * | pf | ) |
References DEC_PF_SEEK_STEPS_INITIAL, decoder_prevframe_Flush(), decoder_prevframe::req_count, and decoder_prevframe::seek_steps.
Referenced by StopFrameNextLocked().