Searched refs:PERSPECTIVE_SENSE_SOURCE (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_perspective.c | 61 …PERSPECTIVE_SENSE_SOURCE = 0, ///< coordinates give locations in source of corners of destina… enumerator 83 …ense of the coordinates", OFFSET(sense), AV_OPT_TYPE_INT, {.i64=PERSPECTIVE_SENSE_SOURCE}, 0, 1, F… 85 0, AV_OPT_TYPE_CONST, {.i64=PERSPECTIVE_SENSE_SOURCE}, 0, 0, FLAGS, "sense"}, 152 case PERSPECTIVE_SENSE_SOURCE: in calc_persp_luts()
|