/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_utils.c | 232 LnnHeartbeatType *dstType = (LnnHeartbeatType *)data; in VisitCheckSupportedHbType() local 234 if ((eachType & *dstType) == 0) { in VisitCheckSupportedHbType() 235 LNN_LOGE(LNN_HEART_BEAT, "HB not support hbType=%{public}d completely", *dstType); in VisitCheckSupportedHbType() 241 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument 243 if (srcType == NULL || dstType == NULL) { in LnnCheckSupportedHbType() 247 return LnnVisitHbTypeSet(VisitCheckSupportedHbType, srcType, dstType); in LnnCheckSupportedHbType()
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_fsm_strategy_mock.cpp | 58 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) in LnnCheckSupportedHbType() argument 60 return HeartBeatFSMStrategyInterfaceInstance()->LnnCheckSupportedHbType(srcType, dstType); in LnnCheckSupportedHbType()
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/ |
H A D | hb_utils_test.cpp | 146 uint32_t dstType = 0; in HWTEST_F() local 152 ret = LnnCheckSupportedHbType(&srcType, &dstType); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 284 AlphaType ImageUtils::GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format) in GetValidAlphaTypeByFormat() argument 295 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_PREMUL) { in GetValidAlphaTypeByFormat() 302 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_OPAQUE) { in GetValidAlphaTypeByFormat() 311 if (dstType != AlphaType::IMAGE_ALPHA_TYPE_PREMUL) { in GetValidAlphaTypeByFormat() 322 return dstType; in GetValidAlphaTypeByFormat()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/ |
H A D | lnn_heartbeat_utils.h | 157 bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 42 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_fsm_strategy_mock.h | 40 virtual bool LnnCheckSupportedHbType(LnnHeartbeatType *srcType, LnnHeartbeatType *dstType) = 0;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | pixel_convert.h | 194 static AlphaConvertType GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType);
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 231 auto* dstType = Cast<T*>(dst); in Mult() local 232 *dstType = src * *dstType; in Mult() 238 auto* dstType = Cast<T*>(dst); in Add() local 239 *dstType = *dstType + src; in Add()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 1599 AlphaConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType) in GetAlphaConvertType() argument 1601 if (srcType == AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN || dstType == AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN) { in GetAlphaConvertType() 1605 if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL)) { in GetAlphaConvertType() 1608 if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_OPAQUE)) { in GetAlphaConvertType() 1611 if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL)) { in GetAlphaConvertType() 1614 if ((srcType == AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL) && (dstType == AlphaType::IMAGE_ALPHA_TYPE_OPAQUE)) { in GetAlphaConvertType()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 3807 void *context, AllocatorType dstType) in UpdateSdrYuvStrides() 3821 if (dstType == AllocatorType::DMA_ALLOC) { in UpdateSdrYuvStrides() 3836 AllocatorType dstType, uint32_t errorCode, bool toSRGB) in CreateSdrMemory() 3846 auto sdrMemory = MemoryManager::CreateMemory(dstType, sdrData); in CreateSdrMemory() 3954 AllocatorType dstType = AllocatorType::DMA_ALLOC; in ToSdr() 3958 auto sdrMemory = CreateSdrMemory(imageInfo, format, dstType, ret, toSRGB); in ToSdr() 3962 SetPixelsAddr(sdrMemory->data.data, sdrMemory->extend.data, sdrMemory->data.size, dstType, nullptr); in ToSdr() 3966 UpdateSdrYuvStrides(imageInfo, dstStrides, sdrMemory->extend.data, dstType); in ToSdr() 3806 UpdateSdrYuvStrides(const ImageInfo &imageInfo, YUVStrideInfo &dstStrides, void *context, AllocatorType dstType) UpdateSdrYuvStrides() argument 3835 CreateSdrMemory(ImageInfo &imageInfo, PixelFormat format, AllocatorType dstType, uint32_t errorCode, bool toSRGB) CreateSdrMemory() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 379 BufferDataType dstType; member
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 489 AllocatorType dstType, uint32_t errorCode, bool toSRGB);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 1702 const GLenum dstType = getTarget(dstPlat.type, layer, dstSampleCount); in RenderCommandBlitImage() local 1705 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, dstType, dstPlat.image, dstMipLevel); in RenderCommandBlitImage() 1709 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, dstType, 0, 0); in RenderCommandBlitImage()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 2272 writeBuffer.DumpBuffer(typeMap->dstType); in GetUniform() 2273 return writeBuffer.ToNormalArray(typeMap->srcType, typeMap->dstType); in GetUniform()
|