Home
last modified time | relevance | path

Searched refs:PlaneConfig (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_yuv_info.h30 static SkYUVAInfo::PlaneConfig ConvertToSkPlaneConfig(const YUVInfo::PlaneConfig& config) in ConvertToSkPlaneConfig()
33 case YUVInfo::PlaneConfig::Y_UV: in ConvertToSkPlaneConfig()
34 return SkYUVAInfo::PlaneConfig::kY_UV; in ConvertToSkPlaneConfig()
35 case YUVInfo::PlaneConfig::Y_VU: in ConvertToSkPlaneConfig()
36 return SkYUVAInfo::PlaneConfig::kY_VU; in ConvertToSkPlaneConfig()
37 case YUVInfo::PlaneConfig::UNKNOWN: in ConvertToSkPlaneConfig()
38 return SkYUVAInfo::PlaneConfig::kUnknown; in ConvertToSkPlaneConfig()
40 return SkYUVAInfo::PlaneConfig::kUnknown; in ConvertToSkPlaneConfig()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dyuv_info.h25 enum class PlaneConfig { class in OHOS::Rosen::Drawing::YUVInfo
49 YUVInfo(int width, int height, PlaneConfig config, SubSampling sampling, YUVColorSpace colorSpace, YUVDataType type) in YUVInfo()
64 PlaneConfig GetConfig() const in GetConfig()
87 PlaneConfig planeConfig_ = PlaneConfig::UNKNOWN;
/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* rowbyte, 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()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/yuvinfo_fuzzer/
H A Dyuv_info_fuzzer.cpp46 YUVInfo yuv = YUVInfo(width, height, static_cast<YUVInfo::PlaneConfig>(config % MATH_THREE), in YuvInfoFuzzTest000()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_util.cpp230 static Drawing::YUVInfo::PlaneConfig YUVPixelFormatToPlaneConfig(PixelFormat pixelFormat) in YUVPixelFormatToPlaneConfig()
235 return Drawing::YUVInfo::PlaneConfig::Y_UV; in YUVPixelFormatToPlaneConfig()
238 return Drawing::YUVInfo::PlaneConfig::Y_VU; in YUVPixelFormatToPlaneConfig()
240 return Drawing::YUVInfo::PlaneConfig::UNKNOWN; in YUVPixelFormatToPlaneConfig()
/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, in HWTEST_F()
H A Dskia_image_test.cpp272 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420, in HWTEST_F()
/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, in HWTEST_F()
586 YUVInfo info(100, 100, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420, in HWTEST_F()
621 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_VU, YUVInfo::SubSampling::K420, in HWTEST_F()
657 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420, in HWTEST_F()
693 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420, in HWTEST_F()
729 YUVInfo info(300, 300, YUVInfo::PlaneConfig::Y_VU, YUVInfo::SubSampling::K420, in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp541 YUVInfo info = YUVInfo(width, height, YUVInfo::PlaneConfig::Y_UV, YUVInfo::SubSampling::K420, in ImageFuzzTest016()

Completed in 6 milliseconds