Home
last modified time | relevance | path

Searched defs:srcPixelMap (Results 1 – 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
Deffect_image_chain.cpp77 DrawingError EffectImageChain::Prepare(const std::shared_ptr<Media::PixelMap>& srcPixelMap, bool fo… in Prepare()
261 DrawingError EffectImageChain::InitWithoutCanvas(const std::shared_ptr<Media::PixelMap>& srcPixelMa… in InitWithoutCanvas()
Deffect_image_render.cpp109 DrawingError EffectImageRender::Render(const std::shared_ptr<Media::PixelMap>& srcPixelMap, in Render()
Dsk_image_chain.cpp46 SKImageChain::SKImageChain(std::shared_ptr<Media::PixelMap> srcPixelMap) : srcPixelMap_(srcPixelMap) in SKImageChain()
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
Deffect_image_chain_unittest.cpp74 auto srcPixelMap = std::make_shared<MockPixelMap>(); variable
Dsk_image_chain_unittest.cpp151 std::shared_ptr<Media::PixelMap> srcPixelMap = nullptr; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertp010yuv2rgb2_fuzzer/src/
Dimage_fwk_convert_p010yuv2rgb_fuzzer.cpp72 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelmap); in YuvP010ToRgbFuzzTest001() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertpixelfotmat_fuzzer/src/
Dimage_fwk_convert_pixelformat_fuzzer.cpp63 std::shared_ptr<PixelMap> srcPixelMap = imageSource->CreatePixelMapEx(0, decodeOpts, errorCode); in ConvertPixelFormatFuzzTest001() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
Dimage_format_convert_mdk_kits.h30 std::shared_ptr<PixelMap> srcPixelMap = nullptr; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertpixelmapformat2_fuzzer/src/
Dimage_fwk_convert_pixelmap_format_fuzzer.cpp94 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in PixelMapFormattotalFuzzTest001() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertpixelmapformat_fuzzer/src/
Dimage_fwk_convert_pixelmap_format_fuzzer.cpp58 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in PixelMapFormatConvert() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_format_convert_test.cpp169 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in RgbConvertToYuv() local
225 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in YuvConvertToRgb() local
299 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in YuvP010ConvertToRgb() local
338 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in Rgba1010102ConvertToYuvP010() local
371 std::shared_ptr<PixelMap> srcPixelMap = nullptr; in RgbConvertToYuvByPixelMap() local
432 std::shared_ptr<PixelMap> srcPixelMap = nullptr; in RgbConvertToYuvP010ByPixelMap() local
473 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in RgbConvertToYuvP010() local
532 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in PixelMapFormatConvert() local
600 std::unique_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in RGBConvertToYUVByUnique() local
1653 std::shared_ptr<PixelMap> srcPixelMap = nullptr; variable
[all …]
Djpg_yuv_test.cpp648 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in YuvP010Crop() local
690 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in YuvP010Rotate() local
730 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in ScaleYuv420P010() local
769 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in ResizeYuv420P010() local
807 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in FlipYuv420P010() local
850 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in TranslateYuv420P010() local
888 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in RGBA1010102Crop() local
928 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in RGBA1010102Rotate() local
966 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in RGBA1010102Scale() local
1004 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in RGBA1010102Resize() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertrgb2yuv_fuzzer/src/
Dimage_fwk_convert_rgb2yuv_fuzzer.cpp56 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in RgbConvertToYuv() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertrgb2yuvp010_fuzzer/src/
Dimage_fwk_convert_rgb2yuvp010_fuzzer.cpp58 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in RgbConvertToYuvP010() local
160 std::shared_ptr<PixelMap> srcPixelMap = nullptr; in RgbConvertToYuvP010ByPixelMap() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertyuv2rgb_fuzzer/src/
Dimage_fwk_convert_yuv2rgb_fuzzer.cpp61 std::shared_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in YuvConvertToRgb() local
444 std::unique_ptr<PixelMap> srcPixelMap = rImageSource->CreatePixelMap(decodeOpts, errorCode); in GetYuvPixelMap() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_canvas_node.cpp262 auto srcPixelMap = RSModifiersDraw::GetPixelMapByNodeId(GetId(), false); in GetPixelmap() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dimage_format_convert.cpp664 bool ImageFormatConvert::SetConvertImageMetaData(std::unique_ptr<PixelMap> &srcPixelMap, in SetConvertImageMetaData()
679 bool ImageFormatConvert::SetConvertImageMetaData(std::shared_ptr<PixelMap> &srcPixelMap, in SetConvertImageMetaData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
Dimage_pixel_map_switch_test.cpp189 PixelMap srcPixelMap; variable
779 PixelMap srcPixelMap; variable
Dpixel_map_test.cpp923 PixelMap srcPixelMap; variable
1789 PixelMap srcPixelMap; variable
1840 PixelMap srcPixelMap; variable
2937 auto srcPixelMap = ConstructPixelMap(SIZE_WIDTH, SIZE_HEIGHT, PixelFormat::NV21, variable
2956 auto srcPixelMap = ConstructPixelMap(SIZE_WIDTH, SIZE_HEIGHT, PixelFormat::NV21, variable
2984 auto srcPixelMap = ConstructPixelMap(SIZE_WIDTH, SIZE_HEIGHT, PixelFormat::RGBA_8888, variable
Dimage_pixel_map_test.cpp188 PixelMap srcPixelMap; variable
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
Dpixelmap_native.cpp878 static uint32_t ImageConvert_YuvToRgb(OH_PixelmapNative *srcPixelMap, OH_PixelmapNative **destPixel… in ImageConvert_YuvToRgb()
899 static uint32_t ImageConvert_RgbToYuv(OH_PixelmapNative *srcPixelMap, OH_PixelmapNative **destPixel… in ImageConvert_RgbToYuv()
921 Image_ErrorCode OH_PixelMapNative_ConvertPixelFormat(OH_PixelmapNative *srcPixelMap, OH_PixelmapNat… in OH_PixelMapNative_ConvertPixelFormat()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertp010yuv2rgbext_fuzzer/src/
Dimage_fwk_convert_p010yuv2rgb_ext_fuzzer.cpp120 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in YuvP010ConvertToRgb() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagefwkconvertp010yuv2rgb_fuzzer/src/
Dimage_fwk_convert_p010yuv2rgb_fuzzer.cpp118 std::shared_ptr<PixelMap> srcPixelMap = std::move(pixelMap); in YuvP010ConvertToRgb() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dpixel_map_napi.cpp152 std::shared_ptr<PixelMap> srcPixelMap = nullptr; variable
/foundation/multimodalinput/input/service/connect_manager/test/
Dmultimodal_input_connect_stub_ex_test.cpp531 std::shared_ptr<Media::PixelMap> srcPixelMap = std::move(pixelMap); in CreatePixelMap() local