Searched refs:rootPlanes (Results 1 – 3 of 3) sorted by relevance
404 layout->rootPlanes = 0; in Gralloc4Mapper_lock()407 layout->rootPlanes++; in Gralloc4Mapper_lock()509 layout->rootPlanes = 1; in PopulatePlaneLayout()582 layout->rootPlanes = 1; in PopulatePlaneLayout()673 layout->rootPlanes = 3; in PopulatePlaneLayout()737 layout->rootPlanes = 2; in PopulatePlaneLayout()803 layout->rootPlanes = 3; in PopulatePlaneLayout()868 layout->rootPlanes = 1; in PopulatePlaneLayout()891 if (layout->type == C2PlanarLayout::TYPE_YUV && layout->rootPlanes == 3) { in HandleInterleavedPlanes()895 layout->rootPlanes = 2; in HandleInterleavedPlanes()[all …]
343 return (layout.rootPlanes == 2 in IsNV12()357 return (layout.rootPlanes == 2 in IsP010()375 return (layout.rootPlanes == 2 in IsNV21()389 return (layout.rootPlanes == 3 in IsI420()
1701 uint32_t rootPlanes; // number of layout planes (root planes) member