Searched refs:g (Results 1 – 2 of 2) sorted by relevance
103 out.g = 128;122 out.g = yuv_in[u_start + vu_pixel];140 out.g = yuv_in[u_start + vu_pixel];158 out.g = yuv_in[u_start + vu_pixel];
396 int g = redRow[i + 1 - mRawShiftCol] >> mRawShiftFactor; in updateImage() local398 imgArray[j] = Color.rgb(r,g,b); in updateImage()446 int g = (y16 >> 8) & 0x00FF; in convertDepthToFalseColor() local447 imgArray[j] = Color.rgb(r, g, 0); in convertDepthToFalseColor()