Home
last modified time | relevance | path

Searched refs:supportedDataTypes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkImageGenerator.cpp33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() argument
37 return this->onQueryYUVAInfo(supportedDataTypes, yuvaPixmapInfo) && in queryYUVAInfo()
38 yuvaPixmapInfo->isSupported(supportedDataTypes); in queryYUVAInfo()
DSkYUVAPixmaps.cpp170 bool SkYUVAPixmapInfo::isSupported(const SupportedDataTypes& supportedDataTypes) const { in isSupported()
174 return supportedDataTypes.supported(fYUVAInfo.planeConfig(), fDataType); in isSupported()
/third_party/skia/src/codec/
DSkCodecImageGenerator.cpp73 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo() argument
75 return fCodec->queryYUVAInfo(supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo()
DSkJpegCodec.cpp747 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()
DSkCodec.cpp193 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/
DSkImage_Lazy.cpp283 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()
DSkImage_Lazy.h82 sk_sp<SkCachedData> getPlanes(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
/third_party/skia/include/core/
DSkImageGenerator.h101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
/third_party/skia/include/codec/
DSkCodec.h403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,