Home
last modified time | relevance | path

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

/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/base/media/jni/
Dandroid_media_Utils.cpp480 std::vector<ui::PlaneLayout> planeLayouts; in extractP010Gralloc4PlaneLayout() 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()
/frameworks/native/libs/ui/
DGralloc5.cpp341 std::vector<ui::PlaneLayout> planeLayouts; member
624 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
DGralloc4.cpp309 std::vector<ui::PlaneLayout> planeLayouts; in lock() local
801 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper() local
DGraphicBuffer.cpp43 static void resolveLegacyByteLayoutFromPlaneLayout(const std::vector<ui::PlaneLayout>& planeLayouts, in resolveLegacyByteLayoutFromPlaneLayout()