Home
last modified time | relevance | path

Searched refs:PlaneLayout (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h155 std::vector<ui::PlaneLayout>* outPlaneLayouts);
156 ui::Result<std::vector<ui::PlaneLayout>> getPlaneLayouts(buffer_handle_t bufferHandle);
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::PlaneLayout;
/frameworks/native/libs/ui/include/ui/
DGraphicBufferMapper.h155 std::vector<ui::PlaneLayout>* outPlaneLayouts);
156 ui::Result<std::vector<ui::PlaneLayout>> getPlaneLayouts(buffer_handle_t bufferHandle);
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::PlaneLayout;
DGralloc.h155 std::vector<ui::PlaneLayout>* /*outPlaneLayouts*/) const { in getPlaneLayouts() argument
DGralloc5.h120 std::vector<ui::PlaneLayout> *outPlaneLayouts) const override;
DGralloc4.h103 std::vector<ui::PlaneLayout>* outPlaneLayouts) const override;
/frameworks/native/libs/ui/include_types/ui/
DGraphicTypes.h54 using aidl::android::hardware::graphics::common::PlaneLayout;
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp313 std::vector<ui::PlaneLayout>* outPlaneLayouts) { in getPlaneLayouts()
317 ui::Result<std::vector<ui::PlaneLayout>> GraphicBufferMapper::getPlaneLayouts( in getPlaneLayouts()
319 std::vector<ui::PlaneLayout> temp; in getPlaneLayouts()
DGralloc5.cpp341 std::vector<ui::PlaneLayout> planeLayouts;
624 std::vector<ui::PlaneLayout> planeLayouts; in lock()
934 std::vector<ui::PlaneLayout> *outPlaneLayouts) const { in getPlaneLayouts()
DGralloc4.cpp309 std::vector<ui::PlaneLayout> planeLayouts; in lock()
659 std::vector<ui::PlaneLayout>* outPlaneLayouts) const { in getPlaneLayouts()
801 std::vector<ui::PlaneLayout> planeLayouts; in bufferDumpHelper()
DGraphicBuffer.cpp43 static void resolveLegacyByteLayoutFromPlaneLayout(const std::vector<ui::PlaneLayout>& planeLayouts, in resolveLegacyByteLayoutFromPlaneLayout()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp37 using aidl::android::hardware::graphics::common::PlaneLayout;
699 status_t encodePlaneLayout(const PlaneLayout& input, OutputHidlVec* output) { in encodePlaneLayout()
740 status_t decodePlaneLayout(InputHidlVec* input, PlaneLayout* output) { in decodePlaneLayout()
781 status_t encodePlaneLayoutsHelper(const std::vector<PlaneLayout>& planeLayouts, OutputHidlVec* outO… in encodePlaneLayoutsHelper()
797 status_t decodePlaneLayoutsHelper(InputHidlVec* inputHidlVec, std::vector<PlaneLayout>* outPlaneLay… in decodePlaneLayoutsHelper()
817 void clearPlaneLayouts(std::vector<PlaneLayout>* output) { in clearPlaneLayouts()
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/gralloc/types/tests/
DGralloc4_test.cpp37 using aidl::android::hardware::graphics::common::PlaneLayout;
311 std::vector<PlaneLayout> planeLayouts; in TEST_F()
312 PlaneLayout planeLayoutA; in TEST_F()
313 PlaneLayout planeLayoutRGB; in TEST_F()
558 std::vector<PlaneLayout> planeLayouts; in TEST_F()
/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp72 …GRALLOCTYPES_DECODE(std::vector<aidl::android::hardware::graphics::common::PlaneLayout>, ::android…
/frameworks/base/media/jni/
Dandroid_media_Utils.cpp480 std::vector<ui::PlaneLayout> planeLayouts; in extractP010Gralloc4PlaneLayout()
493 for (const ui::PlaneLayout &layout : planeLayouts) { in extractP010Gralloc4PlaneLayout()
/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h305 …neLayouts(const std::vector<aidl::android::hardware::graphics::common::PlaneLayout>& planeLayouts,…
306 …& planeLayouts, std::vector<aidl::android::hardware::graphics::common::PlaneLayout>* outPlaneLayou…
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp386 std::vector<ui::PlaneLayout> planes; in Gralloc4Mapper_lock()
406 for (const ui::PlaneLayout &plane : planes) { in Gralloc4Mapper_lock()