Skip to content
Snippets Groups Projects
Commit 980a59b4 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Forward compatibility

Change-Id: I51a5eb98fb3fa3e09f2eb75de128068572081046
parent 4b91e332
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment