Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80259797 authored by Jamie Gennis's avatar Jamie Gennis Committed by Android Git Automerger
Browse files

am 5a95bdaa: am 575b2358: Merge "graphics.h: clarify docs about stride for YV12" into jb-dev

* commit '5a95bdaa':
  graphics.h: clarify docs about stride for YV12
parents 241953cd 5a95bdaa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -78,7 +78,8 @@ enum {
     * - a vertical stride equal to the height
     *
     *   y_size = stride * height
     *   c_size = ALIGN(stride/2, 16) * height/2
     *   c_stride = ALIGN(stride/2, 16)
     *   c_size = c_stride * height/2
     *   size = y_size + c_size * 2
     *   cr_offset = y_size
     *   cb_offset = y_size + c_size