Searched refs:colInc (Results 1 – 8 of 8) sorted by relevance
97 viewPtr += plane.colInc; in _ImageCopy()251 pRed += layout.planes[C2PlanarLayout::PLANE_R].colInc; in ConvertRGBToPlanarYUV()252 pGreen += layout.planes[C2PlanarLayout::PLANE_G].colInc; in ConvertRGBToPlanarYUV()253 pBlue += layout.planes[C2PlanarLayout::PLANE_B].colInc; in ConvertRGBToPlanarYUV()261 pRed -= layout.planes[C2PlanarLayout::PLANE_R].colInc * src.width(); in ConvertRGBToPlanarYUV()262 pGreen -= layout.planes[C2PlanarLayout::PLANE_G].colInc * src.width(); in ConvertRGBToPlanarYUV()263 pBlue -= layout.planes[C2PlanarLayout::PLANE_B].colInc * src.width(); in ConvertRGBToPlanarYUV()
471 if (layout.planes[layout.PLANE_Y].colInc == 1 in process()472 && layout.planes[layout.PLANE_U].colInc == 1 in process()473 && layout.planes[layout.PLANE_V].colInc == 1) { in process()
431 if (layout.planes[layout.PLANE_Y].colInc == 1 in process()432 && layout.planes[layout.PLANE_U].colInc == 1 in process()433 && layout.planes[layout.PLANE_V].colInc == 1) { in process()
1488 int32_t colInc; ///< column increment in bytes. may be negative member1534 if (width > 0 && colInc < 0) { in minOffset()1535 offs += colInc * (ssize_t)(width - 1); in minOffset()1545 if (width > 0 && colInc > 0) { in maxOffset()1546 offs += colInc * (ssize_t)(width - 1); in maxOffset()
971 if (layout.planes[layout.PLANE_Y].colInc == 1 in setEncodeArgs()972 && layout.planes[layout.PLANE_U].colInc == 1 in setEncodeArgs()973 && 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()
290 mediaImage->mPlane[i].mColInc = plane.colInc; in GraphicView2MediaImageConverter()
880 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()