Searched refs:supportedDataTypes (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/core/ |
D | SkImageGenerator.cpp | 33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() argument 37 return this->onQueryYUVAInfo(supportedDataTypes, yuvaPixmapInfo) && in queryYUVAInfo() 38 yuvaPixmapInfo->isSupported(supportedDataTypes); in queryYUVAInfo()
|
D | SkYUVAPixmaps.cpp | 170 bool SkYUVAPixmapInfo::isSupported(const SupportedDataTypes& supportedDataTypes) const { in isSupported() 174 return supportedDataTypes.supported(fYUVAInfo.planeConfig(), fDataType); in isSupported()
|
/third_party/skia/src/codec/ |
D | SkCodecImageGenerator.cpp | 73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo() argument 75 return fCodec->queryYUVAInfo(supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo()
|
D | SkJpegCodec.cpp | 747 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported() argument 814 if (supportedDataTypes && in is_yuv_supported() 815 !supportedDataTypes->supported(SkYUVAInfo::PlaneConfig::kY_U_V, in is_yuv_supported() 838 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo() argument 841 return is_yuv_supported(dinfo, *this, &supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo()
|
D | SkCodec.cpp | 193 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() argument 198 return this->onQueryYUVAInfo(supportedDataTypes, yuvaPixmapInfo) && in queryYUVAInfo() 199 yuvaPixmapInfo->isSupported(supportedDataTypes); in queryYUVAInfo()
|
/third_party/skia/src/image/ |
D | SkImage_Lazy.cpp | 283 SkYUVAPixmapInfo::SupportedDataTypes supportedDataTypes(*ctx); in textureProxyViewFromPlanes() local 285 sk_sp<SkCachedData> dataStorage = this->getPlanes(supportedDataTypes, &yuvaPixmaps); in textureProxyViewFromPlanes() 376 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes() argument 388 if (!generator->queryYUVAInfo(supportedDataTypes, &yuvaPixmapInfo) || in getPlanes()
|
D | SkImage_Lazy.h | 82 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
/third_party/skia/include/core/ |
D | SkImageGenerator.h | 101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
/third_party/skia/include/codec/ |
D | SkCodec.h | 403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|