Searched refs:kY_U_V (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkYUVAInfo.h | 46 kY_U_V, ///< Plane 0: Y, Plane 1: U, Plane 2: V member in SkYUVAInfo::PlaneConfig 252 case PlaneConfig::kY_U_V: return 3; in NumPlanes() 273 case SkYUVAInfo::PlaneConfig::kY_U_V: in NumChannelsInPlane()
|
/third_party/skia/src/core/ |
H A D | SkYUVAInfo.cpp | 52 case PlaneConfig::kY_U_V: in PlaneSubsamplingFactors() 107 case PlaneConfig::kY_U_V: in PlaneDimensions() 200 case PlaneConfig::kY_U_V: { in GetYUVALocations() 283 case PlaneConfig::kY_U_V: return false; in HasAlpha()
|
/third_party/skia/tests/ |
H A D | YUVCacheTest.cpp | 37 SkYUVAInfo::PlaneConfig::kY_U_V, in DEF_TEST()
|
H A D | YUVTest.cpp | 86 SkYUVAInfo::PlaneConfig::kY_U_V, in DEF_TEST()
|
H A D | ImageTest.cpp | 1403 SkYUVAInfo::PlaneConfig::kY_U_V, in make_yuva_image()
|
/third_party/skia/gm/ |
H A D | yuvtorgbsubset.cpp | 56 SkYUVAInfo::PlaneConfig::kY_U_V, in makePixmaps()
|
H A D | asyncrescaleandread.cpp | 99 SkYUVAInfo::PlaneConfig::kY_U_V, in do_read_and_scale_yuv()
|
H A D | wacky_yuv_formats.cpp | 158 fPlaneConfig = SkYUVAInfo::PlaneConfig::kY_U_V; in YUVAPlanarConfig()
|
/third_party/skia/src/codec/ |
H A D | SkJpegCodec.cpp | 842 !supportedDataTypes->supported(SkYUVAInfo::PlaneConfig::kY_U_V, in is_yuv_supported() 854 SkYUVAInfo::PlaneConfig::kY_U_V, in is_yuv_supported()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 148 SkYUVAInfo::PlaneConfig config = src->isOpaque() ? SkYUVAInfo::PlaneConfig::kY_U_V in MakeYUVAPlanesAsA8()
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoDecoder.cpp | 169 SkYUVAInfo::PlaneConfig::kY_U_V, in make_yuv_420()
|
Completed in 11 milliseconds