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