Searched refs:strideColor (Results 1 – 1 of 1) sorted by relevance
80 unsigned strideColor = strideLum; // 1/2 the samples, but two interleaved channels in copyNV21toRGB32() local89 uint8_t* rowUV = srcUV + (r/2 * strideColor); in copyNV21toRGB32()113 unsigned strideColor = align<16>(strideLum/2); in copyYV12toRGB32() local114 unsigned sizeColor = strideColor * height/2; in copyYV12toRGB32()125 uint8_t* rowU = srcU + (r/2 * strideColor); in copyYV12toRGB32()126 uint8_t* rowV = srcV + (r/2 * strideColor); in copyYV12toRGB32()