/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | system_defined_pixelmap.cpp | 46 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 D | effect_context.cpp | 51 case DataType::PIXEL_MAP: in GetExifMetadata()
|
H A D | image_effect_inner.cpp | 264 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 D | event_report.h | 36 PIXEL_MAP = 0, member in OHOS::Media::Effect::EventDataType
|
H A D | event_report.cpp | 63 { EventDataType::PIXEL_MAP, "pixelmap" },
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/ |
H A D | colorspace_strategy.cpp | 132 if (src->extraInfo_->dataType == DataType::PIXEL_MAP && dst->extraInfo_->dataType == DataType::PIXEL_MAP) { in ChooseColorSpaceWithOutput()
|
H A D | colorspace_converter.cpp | 317 case DataType::PIXEL_MAP: in GetPixelMap()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_buffer.h | 55 PIXEL_MAP, member in OHOS::Media::Effect::DataType
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_mask.h | 36 PIXEL_MAP
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_mask.cpp | 84 mask->SetMaskType(MaskType::PIXEL_MAP); in CreatePixelMapMask() 216 return (type_ == MaskType::PIXEL_MAP); in IsPixelMapMask()
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_entry_test.cpp | 104 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 D | paste_data_record_test.cpp | 120 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 D | pasteboard_multi_type_unified_data_delay_test.cpp | 103 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 D | convert_utils_test.cpp | 149 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 D | uds.cpp | 463 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 D | TestRenderEnvironment.cpp | 59 extraInfo->dataType = DataType::PIXEL_MAP;
|
H A D | image_effect_inner_unittest.cpp | 90 extraInfo->dataType = DataType::PIXEL_MAP; in SetUp()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect.cpp | 389 .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 D | image_sink_filter.cpp | 242 case DataType::PIXEL_MAP: in ModifyDataInfo() 433 case DataType::PIXEL_MAP: in SavaOutputData()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.cpp | 199 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 D | unified_meta.h | 49 constexpr const char* PIXEL_MAP = "pixelMap"; member
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data_entry.cpp | 294 auto val = object->value_[UDMF::PIXEL_MAP]; in ConvertToPixelMap()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_background_test.cpp | 138 mask->type_ = MaskType::PIXEL_MAP; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_property_draw_background_test.cpp | 138 mask->type_ = MaskType::PIXEL_MAP; in HWTEST_F()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 114 extraInfo->dataType = DataType::PIXEL_MAP; in LockPixelMap()
|