VLC 4.0.0-dev
Loading...
Searching...
No Matches
decoder_prevframe.h File Reference
Include dependency graph for decoder_prevframe.h:

Go to the source code of this file.

Data Structures

struct  decoder_prevframe
 

Macros

#define DEC_PF_SEEK_STEPS_NONE   INT_MAX
 
#define DEC_PF_SEEK_STEPS_INITIAL   1
 
#define DEC_PF_SEEK_STEPS_MAX   200
 

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)
 
static bool decoder_prevframe_IsActive (struct decoder_prevframe *pf)
 
picture_tdecoder_prevframe_AddPic (struct decoder_prevframe *pf, picture_t *pic, vlc_tick_t *inout_pts, int *seek_steps)
 

Macro Definition Documentation

◆ DEC_PF_SEEK_STEPS_INITIAL

#define DEC_PF_SEEK_STEPS_INITIAL   1

◆ DEC_PF_SEEK_STEPS_MAX

#define DEC_PF_SEEK_STEPS_MAX   200

◆ DEC_PF_SEEK_STEPS_NONE

#define DEC_PF_SEEK_STEPS_NONE   INT_MAX

Function Documentation

◆ decoder_prevframe_AddPic()

◆ decoder_prevframe_Flush()

◆ decoder_prevframe_Init()

◆ decoder_prevframe_IsActive()

static bool decoder_prevframe_IsActive ( struct decoder_prevframe pf)
inlinestatic

◆ decoder_prevframe_Request()

void decoder_prevframe_Request ( struct decoder_prevframe pf,
int *  seek_steps 
)

◆ decoder_prevframe_Reset()