Searched refs:pxY (Results 1 – 3 of 3) sorted by relevance
122 uint8_t *pxY = img + outY * width; in captureYU12() local144 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()
503 uint8_t *pxY = img + outY * stride; in captureNV21() local517 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount) / in captureNV21()
537 uint8_t *pxY = img + outY * width; in captureYU12() local558 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()