Searched defs:colInc (Results 1 – 4 of 4) sorted by relevance
1049 int32_t colInc = divUp(mAllocatedDepth, 8u); in GraphicView2MediaImageConverter() local
228 size_t colInc = layout.planes[C2PlanarLayout::PLANE_U].colInc; in compareMd5Chksm() local
1622 int32_t colInc; ///< column increment in bytes. may be negative member
6267 int colInc = info.getInt(); in MediaImage() local6355 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) { in MediaPlane()