Home
last modified time | relevance | path

Searched refs:get_cts (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dzilog8530.c140 int get_cts(uint8 port);
323 …scc_fn[0].get_cts = get_cts; // int (*get_cts)(uint8 por… in initialize_scc()
345 scc_fn[1].get_cts = get_cts; in initialize_scc()
1196 scc_r[port].s.rr0.r.cts=get_cts(port); in lisa_rb_Oxd200_sccz8530()
1464 int get_cts(uint8 port) {DEBUG_LOG(0,"generic Get Clear to send on port %d is %d", po…
/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dz8530_structs.h1092 int (*get_cts)(uint8 port); member
1134 extern int get_cts(uint8 port);
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dtimeline.c79 int (*get_cts)( isom_timeline_t *timeline, uint32_t sample_number, uint64_t *cts ); member
619 timeline->get_cts = isom_get_cts_from_info_list; in isom_timeline_set_sample_getter_funcs()
633 timeline->get_cts = isom_get_cts_from_bunch_list; in isom_timeline_set_lpcm_sample_getter_funcs()
1465 return timeline->get_cts( timeline, sample_number, cts ); in lsmash_get_cts_from_media_timeline()