Searched refs:src_h_chr_pos (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | options.c | 68 …, "source horizontal chroma position in luma grid/256", OFFSET(src_h_chr_pos), AV_OPT_TYPE_…
|
D | utils.c | 1713 get_local_pos(c, c->chrSrcHSubSample, c->src_h_chr_pos, 0), in sws_init_context() 2407 int64_t src_h_chr_pos = -513, dst_h_chr_pos = -513, in sws_getCachedContext() local 2424 av_opt_get_int(context, "src_h_chr_pos", 0, &src_h_chr_pos); in sws_getCachedContext() 2445 av_opt_set_int(context, "src_h_chr_pos", src_h_chr_pos, 0); in sws_getCachedContext()
|
D | swscale_internal.h | 430 int src_h_chr_pos; member
|