Home
last modified time | relevance | path

Searched defs:supportedDataTypes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkJpegCodec.cpp701 const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, in is_yuv_supported()
792 bool SkJpegCodec::onQueryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
H A DSkCodecImageGenerator.cpp95 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in onQueryYUVAInfo()
H A DSkCodec.cpp282 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/aosp_15_r20/external/skia/src/core/
H A DSkImageGenerator.cpp34 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DOperationManager.h72 std::vector<test_helper::TestOperandType> supportedDataTypes; member
/aosp_15_r20/external/skia/src/image/
H A DSkImage_Lazy.cpp256 const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in getPlanes()
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DGrImageUtils.cpp155 auto supportedDataTypes = SupportedTextureFormats(*ctx); in texture_proxy_view_from_planes() local