Home
last modified time | relevance | path

Searched refs:get_clip_value (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dsaveplay.c4559 retval = get_clip_value(fileno, detail, &sfile->frames, 0);
4563 retval = get_clip_value(fileno, detail, &sfile->bpp, 0);
4567 retval = get_clip_value(fileno, detail, &sfile->fps, 0);
4571 retval = get_clip_value(fileno, detail, &sfile->pb_fps, 0);
4587 retval = get_clip_value(fileno, detail, &sfile->hsize, 0);
4591 retval = get_clip_value(fileno, detail, &sfile->vsize, 0);
4596 get_clip_value(fileno, detail, &sfile->gamma_type, 0);
4625 retvala = get_clip_value(fileno, detail, &sfile->arps, 0);
4641 retval = get_clip_value(fileno, detail, &asigned, 0);
4645 retval = get_clip_value(fileno, detail, &aendian, 0);
[all …]
H A Dmain.h1785 boolean get_clip_value(int which, lives_clip_details_t, void *retval, size_t maxlen);
H A Dplugins.c2326 get_clip_value(fileno, CLIP_DETAILS_DECODER_NAME, decplugname, PATH_MAX); in get_decoder_cdata()
H A Dutils.c5039 boolean get_clip_value(int which, lives_clip_details_t what, void *retval, size_t maxlen) { in get_clip_value() function