Searched refs:sizeColor (Results 1 – 2 of 2) sorted by relevance
102 unsigned sizeColor = strideColor * height/2; in copyYV12toRGB32() local104 unsigned offsetV = sizeY + sizeColor; in copyYV12toRGB32()
77 const unsigned sizeColor = strideColor * tgtBuff.height/2; in fillNV21FromNV21() local78 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21()