Home
last modified time | relevance | path

Searched refs:fYUVAIndices (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/tests/
DYUVCacheTest.cpp42 yuvInfo.fYUVAIndices[i].fIndex = -1; in DEF_TEST()
43 yuvInfo.fYUVAIndices[i].fChannel = SkColorChannel::kR; in DEF_TEST()
70 REPORTER_ASSERT(reporter, yuvInfo.fYUVAIndices[i] == yuvInfoRead.fYUVAIndices[i]); in DEF_TEST()
/third_party/flutter/skia/src/gpu/effects/
DGrYUVtoRGBEffect.h36 const SkYUVAIndex& yuvaIndex(int i) const { return fYUVAIndices[i]; } in yuvaIndex()
79 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices));
91 SkYUVAIndex fYUVAIndices[4]; variable
DGrYUVtoRGBEffect.cpp207 if (fYUVAIndices[i] != that.fYUVAIndices[i]) { in onIsEqual()
244 memcpy(fYUVAIndices, src.fYUVAIndices, sizeof(fYUVAIndices));
/third_party/flutter/skia/src/image/
DSkImage_GpuYUVA.cpp52 memcpy(fYUVAIndices, yuvaIndices, 4*sizeof(SkYUVAIndex)); in SkImage_GpuYUVA()
62 GetAlphaTypeFromYUVAIndices(image->fYUVAIndices), std::move(targetCS)) in SkImage_GpuYUVA()
71 SkASSERT(SkYUVAIndex::AreValidIndices(image->fYUVAIndices, &textureCount)); in SkImage_GpuYUVA()
81 memcpy(fYUVAIndices, image->fYUVAIndices, 4 * sizeof(SkYUVAIndex)); in SkImage_GpuYUVA()
159 std::move(colorSpaceXform), fProxies, fYUVAIndices)) { in asTextureProxyRef()
214 fYUVAIndices, fOrigin, std::move(newCS)); in onReinterpretColorSpace()
DSkImage_GpuYUVA.h86 SkYUVAIndex fYUVAIndices[4]; variable
/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.h147 return fYUVAIndices; in yuvaIndices()
183 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices)); in setYUVData()
204 SkYUVAIndex fYUVAIndices[SkYUVAIndex::kIndexCount]; variable
/third_party/flutter/skia/src/gpu/
DGrYUVProvider.cpp52 if (!this->onQueryYUVA8(&yuvInfo.fSizeInfo, yuvInfo.fYUVAIndices, &yuvInfo.fColorSpace)) { in getPlanes()
82 if (!this->onGetYUVA8Planes(yuvInfo.fSizeInfo, yuvInfo.fYUVAIndices, planes)) { in getPlanes()
91 memcpy(yuvaIndices, yuvInfo.fYUVAIndices, sizeof(yuvInfo.fYUVAIndices)); in getPlanes()
DGrImageTextureMaker.cpp114 auto fp = GrYUVtoRGBEffect::Make(fImage->fProxies, fImage->fYUVAIndices, in createFragmentProcessor()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp751 memcpy(fYUVAIndices, yuvaIndices, sizeof(fYUVAIndices)); in YUVGenerator()
753 SkAssertResult(SkYUVAIndex::AreValidIndices(fYUVAIndices, &fNumBitmaps)); in YUVGenerator()
779 fYUVBitmaps[fYUVAIndices[0].fIndex], in onGetPixels()
780 fYUVAIndices[0].fChannel); in onGetPixels()
783 fYUVBitmaps[fYUVAIndices[1].fIndex], in onGetPixels()
784 fYUVAIndices[1].fChannel); in onGetPixels()
788 fYUVBitmaps[fYUVAIndices[2].fIndex], in onGetPixels()
789 fYUVAIndices[2].fChannel); in onGetPixels()
792 if (fYUVAIndices[3].fIndex >= 0) { in onGetPixels()
794 fYUVBitmaps[fYUVAIndices[3].fIndex], in onGetPixels()
[all …]
/third_party/flutter/skia/src/core/
DSkYUVPlanesCache.h29 SkYUVAIndex fYUVAIndices[SkYUVAIndex::kIndexCount]; member