VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
vlc_codec_synchro.h File Reference
Include dependency graph for vlc_codec_synchro.h:

Go to the source code of this file.

Macros

#define I_CODING_TYPE   1
#define P_CODING_TYPE   2
#define B_CODING_TYPE   3
#define D_CODING_TYPE   4 /* MPEG-1 ONLY */

Functions

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

Macro Definition Documentation

#define B_CODING_TYPE   3
#define D_CODING_TYPE   4 /* MPEG-1 ONLY */
#define I_CODING_TYPE   1
#define P_CODING_TYPE   2

Function Documentation

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