Home
last modified time | relevance | path

Searched refs:ext_src_type (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dstream.c600 cfile->ext_src_type = LIVES_EXT_SRC_STREAM; in lives2lives_read_stream()
668 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in lives2lives_read_stream()
H A Dvideodev.c384 cfile->ext_src_type = LIVES_EXT_SRC_DEVICE; in open_vdev_inner()
H A Dlives-yuv4mpeg.c332 cfile->ext_src_type = LIVES_EXT_SRC_FIFO; in open_yuv4m_inner()
H A Dplugins.c2319 sfile->ext_src_type = LIVES_EXT_SRC_NONE; in get_decoder_cdata()
2351 sfile->ext_src_type = LIVES_EXT_SRC_DECODER; in get_decoder_cdata()
2386 if (sfile->ext_src && sfile->ext_src_type == LIVES_EXT_SRC_DECODER) { in close_clip_decoder()
2393 sfile->ext_src_type = LIVES_EXT_SRC_NONE; in close_clip_decoder()
H A Dsaveplay.c3118 mainw->files[mainw->scrap_file]->ext_src_type = LIVES_EXT_SRC_NONE;
3733 cfile->ext_src_type = LIVES_EXT_SRC_NONE;
5383 scrapfile->ext_src_type = LIVES_EXT_SRC_FILE_BUFF;
5522 scrapfile->ext_src_type = LIVES_EXT_SRC_FILE_BUFF;
5594 if (cfile->ext_src && cfile->ext_src_type == LIVES_EXT_SRC_FILE_BUFF)
5597 cfile->ext_src_type = LIVES_EXT_SRC_NONE;
H A Deffects-weed.c7995 cfile->ext_src_type = LIVES_EXT_SRC_FILTER; in weed_generator_start()
8016 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_generator_start()
8025 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_generator_start()
8259 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_generator_end()
8285 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_generator_end()
8295 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_generator_end()
8410 cfile->ext_src_type = LIVES_EXT_SRC_NONE; in weed_playback_gen_start()
8436 cfile->ext_src_type = LIVES_EXT_SRC_FILTER; in weed_playback_gen_start()
8558 mainw->files[mainw->blend_file]->ext_src_type = LIVES_EXT_SRC_FILTER; in weed_playback_gen_start()
H A Dmain.h1051 int ext_src_type; member
H A Dutils.c2275 if (cfile->ext_src && cfile->ext_src_type == LIVES_EXT_SRC_DECODER) { in init_clipboard()
H A Dcallbacks.c345 …if (IS_NORMAL_CLIP(i) && mainw->files[i]->ext_src && mainw->files[i]->ext_src_type == LIVES_EXT_SR… in lives_exit()
3026 clipboard->ext_src_type = LIVES_EXT_SRC_DECODER;
H A Dmain.c9455 if (cfile->ext_src_type == LIVES_EXT_SRC_DECODER) {