Searched refs:ABOVE_BELOW_2_LR (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 60 ABOVE_BELOW_2_LR, // above-below with half height resolution enumerator 162 …{ "ab2l", "above below half height left first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_2_LR}, … 163 …{ "tb2l", "above below half height left first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_2_LR}, … 181 …{ "ab2l", "above below half height left first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_2_LR}, … 182 …{ "tb2l", "above below half height left first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_2_LR}, … 391 case ABOVE_BELOW_2_LR: in config_output() 427 case ABOVE_BELOW_2_LR: in config_output() 509 case ABOVE_BELOW_2_LR: in config_output() 716 s->in.format == ABOVE_BELOW_2_LR || in filter_frame() 737 s->in.format == ABOVE_BELOW_2_LR || in filter_frame() [all …]
|