Home
last modified time | relevance | path

Searched defs:planeLayouts (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp128 std::vector<PlaneLayout> planeLayouts; in getPlaneLayouts() local
168 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mapper, buf); variable
422 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mMapperV4, buf); in getMonoPlanarStrideBytes() local
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp113 void verifyRGBA8888PlaneLayouts(const std::vector<PlaneLayout>& planeLayouts) { in verifyRGBA8888PlaneLayouts()
201 std::vector<PlaneLayout> planeLayouts; in getAndroidYCbCr() local
287 std::vector<PlaneLayout> planeLayouts; in verifyRGBA8888() local
680 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
828 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
870 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
1266 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
1585 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
2229 std::vector<PlaneLayout> planeLayouts; in TEST_P() local
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp311 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
530 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp204 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
277 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
851 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper() local
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp781 status_t encodePlaneLayoutsHelper(const std::vector<PlaneLayout>& planeLayouts, OutputHidlVec* outO… in encodePlaneLayoutsHelper()
1069 status_t encodePlaneLayouts(const std::vector<PlaneLayout>& planeLayouts, hidl_vec<uint8_t>* outPla… in encodePlaneLayouts()
1074 status_t decodePlaneLayouts(const hidl_vec<uint8_t>& planeLayouts, std::vector<PlaneLayout>* outPla… in decodePlaneLayouts()