Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_Utils.cpp480 std::vector<ui::PlaneLayout> planeLayouts; in extractP010Gralloc4PlaneLayout() local
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp311 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
558 std::vector<PlaneLayout> planeLayouts; in TEST_F() local
/frameworks/native/libs/ui/
DGralloc4.cpp265 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
338 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
830 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper() local
DGralloc5.cpp376 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
429 std::vector<ui::PlaneLayout> planeLayouts; in lock() 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()