Home
last modified time | relevance | path

Searched refs:EFFECT_LOGW (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp112EFFECT_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 Dgpu_brightness_algo.cpp106EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, brightness); in ParseBrightness()
H A Dcpu_brightness_algo.cpp41EFFECT_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 Dcontrast_efilter.cpp111EFFECT_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 Dgpu_contrast_algo.cpp107 EFFECT_LOGW("get value fail! res=%{public}d. use default value: %{public}f", res, contrast); in ParseContrast()
H A Dcpu_contrast_algo.cpp204 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 Dfilter_factory.cpp46EFFECT_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 Dfilter_base.cpp194 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 Dpipeline_core.cpp61 EFFECT_LOGW("add filter is null"); in AddFilter()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_context.cpp59EFFECT_LOGW("EffectContext::GetExifMetadata: dataType=%{public}d not contain exif!", extraInfo->da… in GetExifMetadata()
H A Dimage_effect_inner.cpp610 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 Deffect_log.h48 #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 Derror_code.h129 EFFECT_LOGW(fmt, ##args); \
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect_filter.cpp323EFFECT_LOGW("supportedBufferTypes size over bufferTypeArraySize! supportedBufferTypesSize=%{public… in OH_EffectFilterInfo_GetSupportedBufferTypes()
387EFFECT_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 Dnative_common_utils.cpp275 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 Deffect_memory_manager.cpp139 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 Dcrop_efilter.cpp56 EFFECT_LOGW("CropEFilter::CalculateCropRegion get value fail! res=%{public}d. " in CalculateCropRegion()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp333EFFECT_LOGW("not support different input and output buffer! filterName=%{public}s", name.c_str()); in OnPushDataPortsEmpty()