Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Doptions.c69 …, "destination vertical chroma position in luma grid/256" , OFFSET(dst_v_chr_pos), AV_OPT_TYPE_…
Dutils.c1740 get_local_pos(c, c->chrDstVSubSample, c->dst_v_chr_pos, 1))) < 0) in sws_init_context()
2408 src_v_chr_pos = -513, dst_v_chr_pos = -513; in sws_getCachedContext() local
2427 av_opt_get_int(context, "dst_v_chr_pos", 0, &dst_v_chr_pos); in sws_getCachedContext()
2448 av_opt_set_int(context, "dst_v_chr_pos", dst_v_chr_pos, 0); in sws_getCachedContext()
Dswscale_internal.h433 int dst_v_chr_pos; member