Searched refs:src_v_chr_pos (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
H A D | options.c | 65 { "src_v_chr_pos", "source vertical chroma position in luma grid/256" , OFFSET(src_v_chr_pos), AV_OPT_TYPE_INT, { .i64 = -513 }, -513, 512, VE },
|
H A D | utils.c | 1871 get_local_pos(c, c->chrSrcVSubSample, c->src_v_chr_pos, 1), in sws_init_context() 2467 src_v_chr_pos = -513, dst_v_chr_pos = -513; in sws_getCachedContext() local 2484 av_opt_get_int(context, "src_v_chr_pos", 0, &src_v_chr_pos); in sws_getCachedContext() 2505 av_opt_set_int(context, "src_v_chr_pos", src_v_chr_pos, 0); in sws_getCachedContext()
|
H A D | swscale_internal.h | 464 int src_v_chr_pos; member
|
Completed in 7 milliseconds