Android P 图像显示系统(二)GraphicBuffer和Gralloc分析

文章目录

  • GraphicBuffer和Gralloc分析
    • GraphicBuffer定义
    • 分配一块Buffer
    • Gralloc1.0 接口介绍
      • IAllocator接口
      • IMapper接口
    • Qcom高通平台Gralloc HAL实现
      • gralloc1整体架构
      • allocate相关流程
    • ION Buffer
      • heap的类型
      • Ion API
      • Ion Debug
    • 小结

你可能感兴趣的:(Display,Graphics)