Home
last modified time | relevance | path

Searched refs:rootIx (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp221 && layout.planes[layout.PLANE_U].rootIx == layout.PLANE_U in IsNV12()
224 && layout.planes[layout.PLANE_V].rootIx == layout.PLANE_U in IsNV12()
235 && layout.planes[layout.PLANE_U].rootIx == layout.PLANE_U in IsI420()
238 && layout.planes[layout.PLANE_V].rootIx == layout.PLANE_V in IsI420()
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp470 layout->planes[C2PlanarLayout::PLANE_V].rootIx = C2PlanarLayout::PLANE_U; in map()
474 layout->planes[C2PlanarLayout::PLANE_U].rootIx = C2PlanarLayout::PLANE_V; in map()
/hardware/google/av/codec2/include/
DC2Buffer.h1528 uint32_t rootIx; ///< index of the root plane member