Searched refs:colInc (Results 1 – 8 of 8) sorted by relevance
90 bool canCopyByRow = (plane.colInc == 1) && (img->mPlane[i].mColInc == 1); in _ImageCopy()108 viewPtr += plane.colInc; in _ImageCopy()220 && layout.planes[layout.PLANE_U].colInc == 2 in IsNV12()223 && layout.planes[layout.PLANE_V].colInc == 2 in IsNV12()234 && layout.planes[layout.PLANE_U].colInc == 1 in IsI420()237 && layout.planes[layout.PLANE_V].colInc == 1 in IsI420()386 pRed += layout.planes[C2PlanarLayout::PLANE_R].colInc; in ConvertRGBToPlanarYUV()387 pGreen += layout.planes[C2PlanarLayout::PLANE_G].colInc; in ConvertRGBToPlanarYUV()388 pBlue += layout.planes[C2PlanarLayout::PLANE_B].colInc; in ConvertRGBToPlanarYUV()396 pRed -= layout.planes[C2PlanarLayout::PLANE_R].colInc * src.width(); in ConvertRGBToPlanarYUV()[all …]
495 if (layout.planes[layout.PLANE_Y].colInc == 1 in process()496 && layout.planes[layout.PLANE_U].colInc == 1 in process()497 && layout.planes[layout.PLANE_V].colInc == 1) { in process()
527 if (layout.planes[layout.PLANE_Y].colInc == 1 in process()528 && layout.planes[layout.PLANE_U].colInc == 1 in process()529 && layout.planes[layout.PLANE_V].colInc == 1 in process()
1487 int32_t colInc; ///< column increment in bytes. may be negative member1533 if (width > 0 && colInc < 0) { in minOffset()1534 offs += colInc * (ssize_t)(width - 1); in minOffset()1544 if (width > 0 && colInc > 0) { in maxOffset()1545 offs += colInc * (ssize_t)(width - 1); in maxOffset()
1188 if (layout.planes[layout.PLANE_Y].colInc == 1 in setEncodeArgs()1189 && layout.planes[layout.PLANE_U].colInc == 1 in setEncodeArgs()1190 && layout.planes[layout.PLANE_V].colInc == 1 in setEncodeArgs()
433 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in fillPlane()443 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in verifyPlane()
292 mediaImage->mPlane[i].mColInc = plane.colInc; in GraphicView2MediaImageConverter()
880 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()