Home
last modified time | relevance | path

Searched refs:NumChannelsAndDataType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkYUVAPixmaps.cpp51 std::tuple<int, SkYUVAPixmapInfo::DataType> SkYUVAPixmapInfo::NumChannelsAndDataType( in NumChannelsAndDataType() function in SkYUVAPixmapInfo
105 auto [numColorTypeChannels, colorTypeDataType] = NumChannelsAndDataType(colorTypes[i]); in SkYUVAPixmapInfo()
/external/skia/tests/
DYUVTest.cpp58 auto [numChannels, planeDataType] = SkYUVAPixmapInfo::NumChannelsAndDataType(planeCT); in codec_yuv()
/external/skia/include/core/
DSkYUVAPixmaps.h87 static std::tuple<int, DataType> NumChannelsAndDataType(SkColorType);