Searched refs:colSampling (Results 1 – 5 of 5) sorted by relevance
77 if (plane.colSampling != img->mPlane[i].mHorizSubsampling in _ImageCopy()87 uint32_t planeW = img->mWidth / plane.colSampling; in _ImageCopy()198 && layout.planes[layout.PLANE_Y].colSampling == 1 in IsYUV420()204 && layout.planes[layout.PLANE_U].colSampling == 2 in IsYUV420()210 && layout.planes[layout.PLANE_V].colSampling == 2 in IsYUV420()
255 || layout.planes[0].colSampling != 1 in GraphicView2MediaImageConverter()257 || layout.planes[1].colSampling != 2 in GraphicView2MediaImageConverter()259 || layout.planes[2].colSampling != 2 in GraphicView2MediaImageConverter()282 … / plane.rowSampling / plane.colSampling * divUp(mAllocatedDepth, 8u); in GraphicView2MediaImageConverter()294 mediaImage->mPlane[i].mHorizSubsampling = plane.colSampling; in GraphicView2MediaImageConverter()428 / plane.rowSampling / plane.colSampling; in GraphicView2MediaImageConverter()
432 for (uint32_t col = 0; col < rect.width / info.colSampling; ++col) { in fillPlane()433 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in fillPlane()442 for (uint32_t col = 0; col < rect.width / info.colSampling; ++col) { in verifyPlane()443 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in verifyPlane()
867 const uint32_t colSampling = mLayout.planes[planeIx].colSampling; in Mapped() local869 if (crop.left % colSampling || crop.right() % colSampling in Mapped()
1490 uint32_t colSampling; ///< subsampling compared to width (must be a power of 2) member