Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cros_gralloc/cros_gralloc_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

/* Define to match AIDL PixelFormat::R_8. */
#define HAL_PIXEL_FORMAT_R8 0x38
#define HAL_PIXEL_FORMAT_RGBA_10101010 0x3b
#define HAL_PIXEL_FORMAT_YCBCR_P210 0x3c

const char *drmFormat2Str(int drm_format)
{
Expand Down