Searched refs:uvOffset (Results 1 – 1 of 1) sorted by relevance
602 intptr_t uvOffset = addr[C2PlanarLayout::PLANE_V] - addr[C2PlanarLayout::PLANE_U]; in map() local603 if (uvOffset > 0 && uvOffset < (intptr_t)ycbcrLayout.chroma_step) { in map()606 layout->planes[C2PlanarLayout::PLANE_V].offset = uvOffset; in map()607 } else if (uvOffset < 0 && uvOffset > -(intptr_t)ycbcrLayout.chroma_step) { in map()610 layout->planes[C2PlanarLayout::PLANE_U].offset = -uvOffset; in map()