Home
last modified time | relevance | path

Searched refs:decoder_synchro_t (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsynchro.h40 decoder_synchro_t * decoder_SynchroInit( decoder_t *, int ) VLC_USED;
41 void decoder_SynchroRelease( decoder_synchro_t * );
42 void decoder_SynchroReset( decoder_synchro_t * );
43 bool decoder_SynchroChoose( decoder_synchro_t *, int, int, bool );
44 void decoder_SynchroTrash( decoder_synchro_t * );
45 void decoder_SynchroDecode( decoder_synchro_t * );
46 void decoder_SynchroEnd( decoder_synchro_t *, int, bool );
47 mtime_t decoder_SynchroDate( decoder_synchro_t * ) VLC_USED;
48 void decoder_SynchroNewPicture( decoder_synchro_t *, int, int, mtime_t, mtime_t, bool );
H A Dsynchro.c112 struct decoder_synchro_t struct
162 decoder_synchro_t * decoder_SynchroInit( decoder_t *p_dec, int i_frame_rate ) in decoder_SynchroInit() argument
164 decoder_synchro_t * p_synchro = calloc( 1, sizeof(*p_synchro) ); in decoder_SynchroInit()
193 void decoder_SynchroRelease( decoder_synchro_t * p_synchro ) in decoder_SynchroRelease()
201 void decoder_SynchroReset( decoder_synchro_t * p_synchro ) in decoder_SynchroReset()
210 bool decoder_SynchroChoose( decoder_synchro_t * p_synchro, int i_coding_type, in decoder_SynchroChoose()
349 void decoder_SynchroTrash( decoder_synchro_t * p_synchro ) in decoder_SynchroTrash()
358 void decoder_SynchroDecode( decoder_synchro_t * p_synchro ) in decoder_SynchroDecode()
367 void decoder_SynchroEnd( decoder_synchro_t * p_synchro, int i_coding_type, in decoder_SynchroEnd()
397 mtime_t decoder_SynchroDate( decoder_synchro_t * p_synchro ) in decoder_SynchroDate()
[all …]
H A Dlibmpeg2.c92 decoder_synchro_t *p_synchro;
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_common.h282 typedef struct decoder_synchro_t decoder_synchro_t; typedef
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20079192 decoder_synchro_t does not need to be a vlc_object_t.