/ohos5.0/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, %{pub… 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()
|
/ohos5.0/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, %{pub… 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 | 204 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, contrast); in ParseContrast()
|
/ohos5.0/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", filt… in CreateFilter()
|
/ohos5.0/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()
|
/ohos5.0/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->da… in GetExifMetadata()
|
H A D | image_effect_inner.cpp | 610 EFFECT_LOGW("efilters is empty!"); in Render() 1132 EFFECT_LOGW("dataType is unknown! Data is not set!"); in ParseDataInfo() 1135 EFFECT_LOGW("dataType is not support! dataType=%{public}d", dataInfo.dataType_); in ParseDataInfo()
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/common/ |
H A D | error_code.h | 129 EFFECT_LOGW(fmt, ##args); \
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect_filter.cpp | 323 …EFFECT_LOGW("supportedBufferTypes size over bufferTypeArraySize! supportedBufferTypesSize=%{public… in OH_EffectFilterInfo_GetSupportedBufferTypes() 387 … EFFECT_LOGW("supportedFormats size over formatArraySize! supportedFormatsSize=%{public}zu, " in OH_EffectFilterInfo_GetSupportedFormats() 571 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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter.cpp | 333 … EFFECT_LOGW("not support different input and output buffer! filterName=%{public}s", name.c_str()); in OnPushDataPortsEmpty()
|