/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/factory/ |
H A D | filter_factory.cpp | 46 EFFECT_LOGW("Pipeline FilterFactory generators do not have %{public}s, aliasName=%{public}s", filterName.c_str(), in CreateFilter()
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | effect_context.cpp | 59 EFFECT_LOGW("EffectContext::GetExifMetadata: dataType=%{public}d not contain exif!", extraInfo->dataType); in GetExifMetadata()
|
H A D | image_effect_inner.cpp | 609 EFFECT_LOGW("efilters is empty!"); in Render() 1107 EFFECT_LOGW("dataType is unknown! Data is not set!"); in ParseDataInfo() 1110 EFFECT_LOGW("dataType is not support! dataType=%{public}d", dataInfo.dataType_); in ParseDataInfo()
|
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | effect_log.h | 48 #define EFFECT_LOGW(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__) macro
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 112 EFFECT_LOGW("the value is out of range! key=%{public}s, value=%{public}f, range=[%{public}f, %{public}f]", in SetValue() 124 EFFECT_LOGW("not set value! key=%{public}s", Parameter::KEY_INTENSITY.c_str()); in Restore()
|
H A D | gpu_brightness_algo.cpp | 106 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, brightness); in ParseBrightness()
|
H A D | cpu_brightness_algo.cpp | 41 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, brightness); in ParseBrightness()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 111 EFFECT_LOGW("the value is out of range! key=%{public}s, value=%{public}f, range=[%{public}f, %{public}f]", in SetValue() 123 EFFECT_LOGW("not set value! key=%{public}s", Parameter::KEY_INTENSITY.c_str()); in Restore()
|
H A D | gpu_contrast_algo.cpp | 107 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, contrast); in ParseContrast()
|
H A D | cpu_contrast_algo.cpp | 207 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, contrast); in ParseContrast()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
H A D | filter_base.cpp | 194 EFFECT_LOGW("out port %{public}s has no route map port", outPortName.c_str()); in GetRouteInPort() 206 EFFECT_LOGW("in port %{public}s has no route map port", inPortName.c_str()); in GetRouteOutPort()
|
H A D | pipeline_core.cpp | 61 EFFECT_LOGW("add filter is null"); in AddFilter()
|
/foundation/multimedia/image_effect/frameworks/native/utils/format/ |
H A D | format_helper.cpp | 133 EFFECT_LOGW("CheckConverterInfo: diff size! srcW=%{public}d, srcH=%{public}d, dstW=%{public}d, dstH=%{public}d", in CheckConverterInfo() 174 EFFECT_LOGW("ConvertRGBAToNV12: ConvertRGBAToNV12 will loss alpha information!"); in ConvertRGBAToNV12() 205 EFFECT_LOGW("ConvertRGBAToNV21: ConvertRGBAToNV21 will loss alpha information!"); in ConvertRGBAToNV21()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/common/ |
H A D | error_code.h | 129 EFFECT_LOGW(fmt, ##args); \
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/ |
H A D | effect_memory_manager.cpp | 139 EFFECT_LOGW("memory is already add! memory=%{public}p", memory.get()); in AddMemory()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect_filter.cpp | 320 EFFECT_LOGW("supportedBufferTypes size over bufferTypeArraySize! supportedBufferTypesSize=%{public}zu, " in OH_EffectFilterInfo_GetSupportedBufferTypes() 384 EFFECT_LOGW("supportedFormats size over formatArraySize! supportedFormatsSize=%{public}zu, " in OH_EffectFilterInfo_GetSupportedFormats() 568 EFFECT_LOGW("FilterCreate: create filter fail. name=%{public}s not exist!", name); in OH_EffectFilter_Create()
|
H A D | native_common_utils.cpp | 275 EFFECT_LOGW("effectInfo is null! efilterName=%{public}s", efilterName); in ParseLookupKey()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.cpp | 56 EFFECT_LOGW("CropEFilter::CalculateCropRegion get value fail! res=%{public}d. " in CalculateCropRegion()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter.cpp | 323 EFFECT_LOGW("not support different input and output buffer! filterName=%{public}s", name.c_str()); in OnPushDataPortsEmpty()
|