Include dependency graph for vlc_codec_synchro.h:

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 | |
| decoder_synchro_t * | decoder_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, int, bool) |
| #define B_CODING_TYPE 3 |
| #define D_CODING_TYPE 4 |
| #define I_CODING_TYPE 1 |
| #define P_CODING_TYPE 2 |
| 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 | , | |||
| int | , | |||
| bool | ||||
| ) |
| void decoder_SynchroRelease | ( | decoder_synchro_t * | ) |
| void decoder_SynchroReset | ( | decoder_synchro_t * | ) |
| void decoder_SynchroTrash | ( | decoder_synchro_t * | ) |
1.5.1