Home
last modified time | relevance | path

Searched refs:LIVES_SEEK_FAST_REV (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Davformat_decoder.c121 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in get_real_last_frame()
802 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in init_cdata()
1158 if (!(cdata->seek_flag & LIVES_SEEK_FAST_REV) in get_frame()
1300 if (rev)((lives_clip_data_t *)cdata)->seek_flag &= ~LIVES_SEEK_FAST_REV; in get_frame()
1307 if (rev)((lives_clip_data_t *)cdata)->seek_flag |= LIVES_SEEK_FAST_REV; in get_frame()
H A Ddecplugin.h92 #define LIVES_SEEK_FAST_REV (1<<1) macro
H A Ddv_decoder.c218 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in init_cdata()
H A Dmkv_decoder.c1916 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV | LIVES_SEEK_NEEDS_CALCULATION; in attach_stream()
2159 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in init_cdata()
2851 if (rev)((lives_clip_data_t *)cdata)->seek_flag &= ~LIVES_SEEK_FAST_REV; in get_frame()
2858 if (rev)((lives_clip_data_t *)cdata)->seek_flag |= LIVES_SEEK_FAST_REV; in get_frame()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.h313 #define LIVES_SEEK_FAST_REV (1<<1) macro
H A Dcallbacks.c4989 if (!cdata || !(cdata->seek_flag & LIVES_SEEK_FAST_REV)) return FALSE;