Forward compatibility
Change-Id: I51a5eb98fb3fa3e09f2eb75de128068572081046
This commit is contained in:
parent
4b91e3328c
commit
980a59b45d
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ enum {
|
|||
*/
|
||||
HAL_PIXEL_FORMAT_YV12 = 0x32315659, // YCrCb 4:2:0 Planar
|
||||
|
||||
|
||||
/* Forward compatibility */
|
||||
HAL_PIXEL_FORMAT_RAW_SENSOR = 0x20,
|
||||
|
||||
/* Legacy formats (deprecated), used by ImageFormat.java */
|
||||
HAL_PIXEL_FORMAT_YCbCr_422_SP = 0x10, // NV16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue