Home
last modified time | relevance | path

Searched refs:yuv420pbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/
H A Dcamera.cpp24 void yuv422to420p(char *yuv422buf, char *yuv420pbuf, in yuv422to420p() argument
31 dest = yuv420pbuf; in yuv422to420p()
40 dest = yuv420pbuf + width * height; in yuv422to420p()