Searched refs:uvStride (Results 1 – 2 of 2) sorted by relevance
203 size_t uvStride = layout.planes[C2PlanarLayout::PLANE_U].rowInc; in compareMd5Chksm() local212 calc_md5_cksum(uPlane, uvStride, cropWidth / 2, cropHeight / 2, au1_u_chksum); in compareMd5Chksm()213 calc_md5_cksum(vPlane, uvStride, cropWidth / 2, cropHeight / 2, au1_v_chksum); in compareMd5Chksm()222 cbPlane[count] = uPlane[k * uvStride + l]; in compareMd5Chksm()223 crPlane[count] = vPlane[k * uvStride + l]; in compareMd5Chksm()
2102 size_t uvStride = (stride / 2 + 0xF) & ~0xF; in calculateBufferSize() local2103 size_t uvSize = uvStride * height / 2; in calculateBufferSize()