Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp310 int index = 0, rgb_index = 0; in YUV420P_to_RGB24() local
319 y = yuyv[rgb_index]; in YUV420P_to_RGB24()
334 index = rgb_index % width + (height - i - 1) * width; in YUV420P_to_RGB24()
349 rgb_index++; in YUV420P_to_RGB24()