Searched defs:rowInc (Results 1 – 3 of 3) sorted by relevance
451 int32_t rowInc = stride * colInc / yPlane.colSampling; in GraphicView2MediaImageConverter() local
1623 int32_t rowInc; ///< row increment in bytes. may be negative member
5928 int rowInc = info.getInt(); in MediaImage() local6012 public MediaPlane(@NonNull ByteBuffer buffer, int rowInc, int colInc) { in MediaPlane()