Home | History | Annotate | Download | only in src

Lines Matching full:srcpitch

500         stCopyYUV422.srcPitch             = src.step;
533 stCopyLuma.srcPitch = src.step;
556 stCopyChroma.srcPitch = src.step >> 1; // chroma is subsampled by 2 (but it has U/V are next to each other)
559 stCopyChroma.dstY = frameSize.height << 1; // chroma offset (srcY*srcPitch now points to the chroma planes)
593 stCopyNV12.srcPitch = src.step;