Home
last modified time | relevance | path

Searched refs:get_clip_data (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Ddecplugin.h271 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *);
H A Ddv_decoder.c287 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
H A Dflv_decoder.c1397 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
1761 get_clip_data("vid.flv", NULL); in main()
H A Davformat_decoder.c859 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
H A Dasf_decoder.c2469 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
H A Dogg_decoder.c2252 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
H A Dmkv_decoder.c2243 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
H A Dmpegts_decoder.c3318 lives_clip_data_t *get_clip_data(const char *URI, lives_clip_data_t *cdata) { in get_clip_data() function
/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.h429 lives_clip_data_t *(*get_clip_data)(char *URI, const lives_clip_data_t *cdata); member
H A Dplugins.c2188 …((lives_decoder_sys_t *)((lives_decoder_t *)mainw->files[fileno]->ext_src)->decoder)->get_clip_data in clone_decoder()
2243 dplug->cdata = (dpsys->get_clip_data)(file_name, fake_cdata); in try_decoder_plugins()
2469 if ((dplug->get_clip_data = (lives_clip_data_t *(*)(char *, const lives_clip_data_t *)) in open_decoder_plugin()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/draw/
H A Dgview.c1467 double get_clip_data(const fpolygons *u, frectangle *r) in get_clip_data() function
1479 double slant = get_clip_data(&univ, &r); in draw_fpoly()
1496 slant = get_clip_data(&univ, &clipr); in eresized()