Searched refs:strideColor (Results 1 – 2 of 2) sorted by relevance
69 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local78 uint8_t* rowUV = srcUV + (r/2 * strideColor); in copyNV21toRGB32()101 unsigned strideColor = align<16>(strideLum/2); in copyYV12toRGB32() local102 unsigned sizeColor = strideColor * height/2; in copyYV12toRGB32()113 uint8_t* rowU = srcU + (r/2 * strideColor); in copyYV12toRGB32()114 uint8_t* rowV = srcV + (r/2 * strideColor); in copyYV12toRGB32()
76 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromNV21() local77 const unsigned sizeColor = strideColor * tgtBuff.height/2; in fillNV21FromNV21()105 const unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in fillNV21FromYUYV() local119 uint8_t* uvRow = (tgt + sizeY) + cellRow * strideColor; in fillNV21FromYUYV()