Home
last modified time | relevance | path

Searched refs:PIXEL_MAP (Results 1 - 25 of 29) sorted by relevance

12

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dsystem_defined_pixelmap.cpp46 auto it = object->value_.find(PIXEL_MAP); in SystemDefinedPixelMap()
80 object->value_[PIXEL_MAP] = rawData; in SetRawData()
83 object->value_[PIXEL_MAP] = pixelMap; in SetRawData()
96 object->value_[PIXEL_MAP] = rawData_; in InitObject()
98 object->value_[PIXEL_MAP] = pixelMap; in InitObject()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_context.cpp51 case DataType::PIXEL_MAP: in GetExifMetadata()
H A Dimage_effect_inner.cpp264 inDateInfo_.dataType_ = DataType::PIXEL_MAP; in SetInputPixelMap()
417 case DataType::PIXEL_MAP: in Start()
575 { DataType::PIXEL_MAP, DataType::NATIVE_WINDOW }, in CheckToRenderPara()
587 if (srcDataType == DataType::PIXEL_MAP && dtsDataType != DataType::NATIVE_WINDOW) { in CheckToRenderPara()
714 outDateInfo_.dataType_ = DataType::PIXEL_MAP; in SetOutputPixelMap()
1050 case DataType::PIXEL_MAP: in IsSameInOutputData()
1092 case DataType::PIXEL_MAP: in ParseDataInfo()
1124 case DataType::PIXEL_MAP: { in UnLockData()
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Devent_report.h36 PIXEL_MAP = 0, member in OHOS::Media::Effect::EventDataType
H A Devent_report.cpp63 { EventDataType::PIXEL_MAP, "pixelmap" },
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dcolorspace_strategy.cpp132 if (src->extraInfo_->dataType == DataType::PIXEL_MAP && dst->extraInfo_->dataType == DataType::PIXEL_MAP) { in ChooseColorSpaceWithOutput()
H A Dcolorspace_converter.cpp317 case DataType::PIXEL_MAP: in GetPixelMap()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_buffer.h55 PIXEL_MAP, member in OHOS::Media::Effect::DataType
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h36 PIXEL_MAP
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp84 mask->SetMaskType(MaskType::PIXEL_MAP); in CreatePixelMapMask()
216 return (type_ == MaskType::PIXEL_MAP); in IsPixelMapMask()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_entry_test.cpp104 udsObject->value_[UDMF::PIXEL_MAP] = pixelMapIn; in InitPixelMapEntry()
135 auto value = std::get_if<std::shared_ptr<PixelMap>>(&objectValue[UDMF::PIXEL_MAP]); in CheckPixelMapUds()
H A Dpaste_data_record_test.cpp120 object->value_[UDMF::PIXEL_MAP] = pixelMapIn; in AddPixelMapUdsEntry()
200 auto value = std::get_if<std::shared_ptr<PixelMap>>(&objectValue[UDMF::PIXEL_MAP]); in CheckPixelMapUds()
H A Dpasteboard_multi_type_unified_data_delay_test.cpp103 object.value_[UDMF::PIXEL_MAP] = pixelMapIn; in InitPixelMapUds()
181 auto pixelMap = std::get_if<std::shared_ptr<PixelMap>>(&obj->value_[UDMF::PIXEL_MAP]); in CheckPixelMapUds()
H A Dconvert_utils_test.cpp149 object.value_[UDMF::PIXEL_MAP] = pixelMapIn; in AddPixelMapUdsEntry()
313 auto value = std::get_if<std::shared_ptr<PixelMap>>(&objectValue[UDMF::PIXEL_MAP]); in CheckPixelMapUds()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp463 pixelMap->obj->value_[PIXEL_MAP] = std::make_shared<OHOS::Media::PixelMap>(); in OH_UdsPixelMap_Create()
484 auto pixelMap = pThis->GetUdsValue<std::shared_ptr<OHOS::Media::PixelMap>>(PIXEL_MAP); in OH_UdsPixelMap_GetPixelMap()
497 return pThis->SetUdsValue<std::shared_ptr<OHOS::Media::PixelMap>>(PIXEL_MAP, pixelmapNative->GetInnerPixelmap()); in OH_UdsPixelMap_SetPixelMap()
/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp59 extraInfo->dataType = DataType::PIXEL_MAP;
H A Dimage_effect_inner_unittest.cpp90 extraInfo->dataType = DataType::PIXEL_MAP; in SetUp()
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp389 .dataType = EventDataType::PIXEL_MAP, in OH_ImageEffect_SetInputPixelmap()
408 .dataType = EventDataType::PIXEL_MAP, in OH_ImageEffect_SetOutputPixelmap()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp242 case DataType::PIXEL_MAP: in ModifyDataInfo()
433 case DataType::PIXEL_MAP: in SavaOutputData()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp199 CHECK_AND_RETURN_RET_LOG(dataType == DataType::PIXEL_MAP || dataType == DataType::URI || dataType == DataType::PATH, in Render()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h49 constexpr const char* PIXEL_MAP = "pixelMap"; member
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp294 auto val = object->value_[UDMF::PIXEL_MAP]; in ConvertToPixelMap()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp138 mask->type_ = MaskType::PIXEL_MAP; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_draw_background_test.cpp138 mask->type_ = MaskType::PIXEL_MAP; in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp114 extraInfo->dataType = DataType::PIXEL_MAP; in LockPixelMap()

Completed in 18 milliseconds

12