Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp309 const int nv_start = width * height ; in YUV420P_to_RGB24() local
320 u = yuyv[nv_start + nv_index ]; in YUV420P_to_RGB24()
321 v = yuyv[nv_start + nv_index + 1]; in YUV420P_to_RGB24()