Home
last modified time | relevance | path

Searched refs:computePlanes (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkYUVASizeInfo.cpp11 void SkYUVASizeInfo::computePlanes(void* base, void* planes[SkYUVASizeInfo::kMaxCount]) const { in computePlanes() function in SkYUVASizeInfo
/third_party/flutter/skia/include/core/
DSkYUVASizeInfo.h64 void computePlanes(void* base, void* planes[kMaxCount]) const;
/third_party/flutter/skia/tools/gpu/
DYUVUtils.cpp54 fSizeInfo.computePlanes(fPlaneData.get(), planes); in reset()
/third_party/flutter/skia/tests/
DYUVTest.cpp70 info.computePlanes(storage.get(), planes); in codec_yuv()