icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -279,9 +279,10 @@ already_AddRefed<TextureHost> CreateBackendIndependentTextureHost(
|
|||
case BufferDescriptor::TYCbCrDescriptor: {
|
||||
const YCbCrDescriptor& ycbcr = desc.get_YCbCrDescriptor();
|
||||
reqSize = ImageDataSerializer::ComputeYCbCrBufferSize(
|
||||
ycbcr.ySize(), ycbcr.yStride(), ycbcr.cbCrSize(),
|
||||
ycbcr.cbCrStride(), ycbcr.yOffset(), ycbcr.cbOffset(),
|
||||
ycbcr.crOffset());
|
||||
ycbcr.display(), ycbcr.ySize(), ycbcr.yStride(),
|
||||
ycbcr.cbCrSize(), ycbcr.cbCrStride(), ycbcr.yOffset(),
|
||||
ycbcr.cbOffset(), ycbcr.crOffset(), ycbcr.colorDepth(),
|
||||
ycbcr.chromaSubsampling());
|
||||
break;
|
||||
}
|
||||
case BufferDescriptor::TRGBDescriptor: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue