Home
last modified time | relevance | path

Searched refs:PlaneConfig (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_yuv_info.h29 static SkYUVAInfo::PlaneConfig ConvertToSkPlaneConfig(const YUVInfo::PlaneConfig& config) in ConvertToSkPlaneConfig()
32 case YUVInfo::PlaneConfig::Y_UV: in ConvertToSkPlaneConfig()
33 return SkYUVAInfo::PlaneConfig::kY_UV; in ConvertToSkPlaneConfig()
34 case YUVInfo::PlaneConfig::Y_VU: in ConvertToSkPlaneConfig()
35 return SkYUVAInfo::PlaneConfig::kY_VU; in ConvertToSkPlaneConfig()
36 case YUVInfo::PlaneConfig::UNKNOWN: in ConvertToSkPlaneConfig()
37 return SkYUVAInfo::PlaneConfig::kUnknown; in ConvertToSkPlaneConfig()
39 return SkYUVAInfo::PlaneConfig::kUnknown; in ConvertToSkPlaneConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dyuv_info.h25 enum class PlaneConfig { enum
43 … YUVInfo(int width, int height, PlaneConfig config, SubSampling sampling, YUVColorSpace colorSpace) in YUVInfo()
57 PlaneConfig GetConfig() const in GetConfig()
75 PlaneConfig planeConfig_ = PlaneConfig::UNKNOWN;
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp108 int ConfigYUVFormat(const sptr<SurfaceBuffer>& buffer, SkYUVAInfo::PlaneConfig& planeConfig, size_t… in ConfigYUVFormat()
117 planeConfig = SkYUVAInfo::PlaneConfig::kY_UV; in ConfigYUVFormat()
124 planeConfig = SkYUVAInfo::PlaneConfig::kY_VU; in ConfigYUVFormat()
131 planeConfig = SkYUVAInfo::PlaneConfig::kY_U_V; in ConfigYUVFormat()
141 planeConfig = SkYUVAInfo::PlaneConfig::kY_V_U; in ConfigYUVFormat()
152 planeConfig = SkYUVAInfo::PlaneConfig::kY_UV; in ConfigYUVFormat()
175 SkYUVAInfo::PlaneConfig planeConfig = SkYUVAInfo::PlaneConfig::kY_UV; in CreateYUVPixmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dimage_test.cpp565 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420,
585 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420,
619 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_VU, YUVInfo::SubSampling::K420,
654 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_util.cpp229 static Drawing::YUVInfo::PlaneConfig YUVPixelFormatToPlaneConfig(Media::PixelFormat pixelFormat) in YUVPixelFormatToPlaneConfig()
233 return Drawing::YUVInfo::PlaneConfig::Y_UV; in YUVPixelFormatToPlaneConfig()
235 return Drawing::YUVInfo::PlaneConfig::Y_VU; in YUVPixelFormatToPlaneConfig()
237 return Drawing::YUVInfo::PlaneConfig::UNKNOWN; in YUVPixelFormatToPlaneConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/yuvinfo_fuzzer/
H A Dyuv_info_fuzzer.cpp46 YUVInfo yuv1 = YUVInfo(width, height, static_cast<YUVInfo::PlaneConfig>(config % MATH_THREE), in YuvInfoFuzzTest000()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_static_factory_test.cpp125 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420,
H A Dskia_image_test.cpp275 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420,