Merge "Fix implicit fallthrough warnings." am: 591171a659

am: 9232ca3782

Change-Id: I5f4b3377360d20c2f7adfa7d4eff4dda3b412da8
This commit is contained in:
Chih-hung Hsieh 2018-10-18 23:37:43 -07:00 committed by android-build-merger
commit ec4022d410

View file

@ -2074,6 +2074,7 @@ bool ExternalCameraDeviceSession::isSupported(const Stream& stream) {
ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds);
return false;
}
break;
case PixelFormat::IMPLEMENTATION_DEFINED:
case PixelFormat::YCBCR_420_888:
case PixelFormat::YV12: