Searched refs:sizeColor (Results 1 – 4 of 4) sorted by relevance
94 unsigned sizeColor = strideColor * height / 2; in copyYV12toRGB32() local96 unsigned offsetV = sizeY + sizeColor; in copyYV12toRGB32()
91 unsigned sizeColor = strideColor * height / 2; in copyYV12toRGB32() local93 unsigned offsetV = sizeY + sizeColor; in copyYV12toRGB32()
57 const unsigned sizeColor = strideColor * pDesc->height / 2; in fillNV21FromNV21() local58 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21()
46 const unsigned sizeColor = strideColor * pDesc->height / 2; in fillNV21FromNV21() local47 const unsigned totalBytes = sizeY + sizeColor; in fillNV21FromNV21()