Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp312 int r, g, b, nv_index = 0,i, j; in YUV420P_to_RGB24() local
317 nv_index = i / 2 * width + j - j % 2; in YUV420P_to_RGB24()
320 u = yuyv[nv_start + nv_index ]; in YUV420P_to_RGB24()
321 v = yuyv[nv_start + nv_index + 1]; in YUV420P_to_RGB24()