Home
last modified time | relevance | path

Searched refs:dst_h_chr_pos (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Doptions.c68 { "dst_h_chr_pos", "destination horizontal chroma position in luma grid/256", OFFSET(dst_h_chr_pos), AV_OPT_TYPE_INT, { .i64 = -513 }, -513, 512, VE },
H A Dutils.c1844 get_local_pos(c, c->chrDstHSubSample, c->dst_h_chr_pos, 0))) < 0) in sws_init_context()
2466 int64_t src_h_chr_pos = -513, dst_h_chr_pos = -513, in sws_getCachedContext() local
2485 av_opt_get_int(context, "dst_h_chr_pos", 0, &dst_h_chr_pos); in sws_getCachedContext()
2506 av_opt_set_int(context, "dst_h_chr_pos", dst_h_chr_pos, 0); in sws_getCachedContext()
H A Dswscale_internal.h463 int dst_h_chr_pos; member

Completed in 7 milliseconds