Home
last modified time | relevance | path

Searched refs:outputPixelmap (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect_filter.h703 * @param outputPixelmap Indicates the output image
709 OH_PixelmapNative *outputPixelmap);
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect_filter.cpp735 OH_PixelmapNative *outputPixelmap) in OH_EffectFilter_Render()
742 CHECK_AND_RETURN_RET_LOG(outputPixelmap != nullptr, ImageEffect_ErrorCode::EFFECT_ERROR_PARAM_INVALID, in OH_EffectFilter_Render()
743 "FilterRender: input parameter outputPixelmap is null!"); in OH_EffectFilter_Render()
746 PixelMap *output = NativeCommonUtils::GetPixelMapFromOHPixelmap(outputPixelmap); in OH_EffectFilter_Render()
734 OH_EffectFilter_Render(OH_EffectFilter *filter, OH_PixelmapNative *inputPixelmap, OH_PixelmapNative *outputPixelmap) OH_EffectFilter_Render() argument
/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_capi_unittest.cpp932 * Function: Test OH_EffectFilter_Render with empty inputPixelmap, outputPixelmap parameter
936 * CaseDescription: Test OH_EffectFilter_Render with empty inputPixelmap, outputPixelmap parameter
952 * Function: Test OH_EffectFilter_Render with empty outputPixelmap parameter
956 * CaseDescription: Test OH_EffectFilter_Render with empty outputPixelmap parameter
1504 std::shared_ptr<PixelMap> outputPixelmap = std::make_shared<MockPixelMap>(); in HWTEST_F() local
1505 std::shared_ptr<OH_PixelmapNative> outputPixelmapNative = std::make_shared<OH_PixelmapNative>(outputPixelmap); in HWTEST_F()
2466 std::shared_ptr<PixelMap> outputPixelmap = std::make_shared<MockPixelMap>(); in HWTEST_F() local
2467 std::shared_ptr<OH_PixelmapNative> outputPixelmapNative = std::make_shared<OH_PixelmapNative>(outputPixelmap); in HWTEST_F()

Completed in 6 milliseconds