Searched refs:ABOVE_BELOW_RL (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_stereo3d.c | 59 ABOVE_BELOW_RL, // above-below (right eye above, left eye below) enumerator 168 …{ "abr", "above below right first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_RL}, … 169 …{ "tbr", "above below right first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_RL}, … 187 …{ "abr", "above below right first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_RL}, … 188 …{ "tbr", "above below right first", 0, AV_OPT_TYPE_CONST, {.i64=ABOVE_BELOW_RL}, … 394 case ABOVE_BELOW_RL: in config_output() 435 case ABOVE_BELOW_RL: in config_output() 527 case ABOVE_BELOW_RL: in config_output() 715 s->in.format == ABOVE_BELOW_RL || in filter_frame() 736 s->in.format == ABOVE_BELOW_RL || in filter_frame() [all …]
|