Searched refs:sizeY (Results 1 – 2 of 2) sorted by relevance
68 unsigned sizeY = strideLum * height; in copyNV21toRGB32() local70 unsigned offsetUV = sizeY; in copyNV21toRGB32()100 unsigned sizeY = strideLum * height; in copyYV12toRGB32() local103 unsigned offsetU = sizeY; in copyYV12toRGB32()104 unsigned offsetV = sizeY + sizeColor; in copyYV12toRGB32()
75 const unsigned sizeY = strideLum * tgtBuff.height; in fillNV21FromNV21() local78 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21()104 const unsigned sizeY = strideLum * tgtBuff.height; in fillNV21FromYUYV() local119 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()