Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp311 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
530 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
/frameworks/native/libs/ui/
DGralloc4.cpp203 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
276 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
849 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper() local
/frameworks/native/libs/gralloc/types/
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()