Searched refs:rowSampling (Results 1 – 5 of 5) sorted by relevance
249 || layout.planes[0].rowSampling != 1 in GraphicView2MediaImageConverter()251 || layout.planes[1].rowSampling != 2 in GraphicView2MediaImageConverter()253 || layout.planes[2].rowSampling != 2) { in GraphicView2MediaImageConverter()276 / plane.rowSampling / plane.colSampling in GraphicView2MediaImageConverter()290 mediaImage->mPlane[i].mVertSubsampling = plane.rowSampling; in GraphicView2MediaImageConverter()424 / plane.rowSampling / plane.colSampling; in GraphicView2MediaImageConverter()
78 || plane.rowSampling != img->mPlane[i].mVertSubsampling in _ImageCopy()88 uint32_t planeH = img->mHeight / plane.rowSampling; in _ImageCopy()199 && layout.planes[layout.PLANE_Y].rowSampling == 1 in IsYUV420()205 && layout.planes[layout.PLANE_U].rowSampling == 2 in IsYUV420()211 && layout.planes[layout.PLANE_V].rowSampling == 2); in IsYUV420()
430 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) { in fillPlane()431 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in fillPlane()440 for (uint32_t row = 0; row < rect.height / info.rowSampling; ++row) { in verifyPlane()441 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in verifyPlane()
859 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped() local861 || crop.top % rowSampling || crop.bottom() % rowSampling) { in Mapped()
1494 uint32_t rowSampling; ///< subsampling compared to height (must be a power of 2) member