From: Seung-Woo Kim
Multi buffer plane pixel format has seperated memory spaces for each
plane. For example, NV12M has Y plane and CbCr plane and these are in
non contiguous memory region. Compared with NV12, NV12M's memory shape
is like following.
NV12 : __(Y)(CbCr)___
NV12M : __(Y)_ ..
From: Seung-Woo Kim
Multi buffer plane pixel format has seperated memory spaces for each
plane. For example, NV12M has Y plane and CbCr plane and these are in
non contiguous memory region. Compared with NV12, NV12M's memory shape
is like following.
NV12 : __(Y)(CbCr)___
NV12M : __(Y)_ ..