-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#36709Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
In the current implementation, both kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange and kCVPixelFormatType_420YpCbCr8BiPlanarFullRange correspond to kRec601_SkYUVColorSpace (aka kRec601_Limited_SkYUVColorSpace).
We need to treat them differently, let kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange correspond to kRec601_Limited_SkYUVColorSpace, and kCVPixelFormatType_420YpCbCr8BiPlanarFullRange correspond to kJPEG_Full_SkYUVColorSpace
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specifically