• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D19-Apr-2019409 139

Makefile.inH A D03-May-202230.8 KiB946853

READMEH A D19-Apr-2019579 65

gstvideoscale.cH A D19-Apr-201941.8 KiB1,173875

gstvideoscale.hH A D19-Apr-20193.2 KiB10852

meson.buildH A D19-Apr-2019390 1412

README

1- test different strides using
2gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=328,height=240 ! xvimagesink
3gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=324,height=240 ! xvimagesink
4gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=322,height=240 ! xvimagesink
5gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=321,height=240 ! xvimagesink
6