Defines | Functions

vlc_codec_synchro.h File Reference

Go to the source code of this file.

Defines

#define I_CODING_TYPE   1
#define P_CODING_TYPE   2
#define B_CODING_TYPE   3
#define D_CODING_TYPE   4

Functions

VLC_API decoder_synchro_tdecoder_SynchroInit (decoder_t *, int) VLC_USED
VLC_API void decoder_SynchroRelease (decoder_synchro_t *)
VLC_API void decoder_SynchroReset (decoder_synchro_t *)
VLC_API bool decoder_SynchroChoose (decoder_synchro_t *, int, int, bool)
VLC_API void decoder_SynchroTrash (decoder_synchro_t *)
VLC_API void decoder_SynchroDecode (decoder_synchro_t *)
VLC_API void decoder_SynchroEnd (decoder_synchro_t *, int, bool)
VLC_API mtime_t decoder_SynchroDate (decoder_synchro_t *) VLC_USED
VLC_API void decoder_SynchroNewPicture (decoder_synchro_t *, int, int, mtime_t, mtime_t, bool)

Define Documentation

#define B_CODING_TYPE   3
#define D_CODING_TYPE   4
#define I_CODING_TYPE   1
#define P_CODING_TYPE   2

Function Documentation

VLC_API bool decoder_SynchroChoose ( decoder_synchro_t ,
int  ,
int  ,
bool   
)
VLC_API mtime_t decoder_SynchroDate ( decoder_synchro_t  ) 
VLC_API void decoder_SynchroDecode ( decoder_synchro_t  ) 
VLC_API void decoder_SynchroEnd ( decoder_synchro_t ,
int  ,
bool   
)
VLC_API decoder_synchro_t* decoder_SynchroInit ( decoder_t ,
int   
)
VLC_API void decoder_SynchroNewPicture ( decoder_synchro_t ,
int  ,
int  ,
mtime_t  ,
mtime_t  ,
bool   
)
VLC_API void decoder_SynchroRelease ( decoder_synchro_t  ) 
VLC_API void decoder_SynchroReset ( decoder_synchro_t  ) 
VLC_API void decoder_SynchroTrash ( decoder_synchro_t  ) 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines