/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.cpp | 31 EFFECT_LOGE("RenderContext: unable to get EGL display.");
in Create() 38 EFFECT_LOGE("RenderContext: unable to create egl context, code: %{public}d", eglGetError());
in Create() 59 EFFECT_LOGE("RenderSurface Release Failed, code: %{public}d", error);
in Release() 70 EFFECT_LOGE("EGL MakeCurrent failed");
in MakeCurrent() 80 EFFECT_LOGE("RenderSurface eglMakeCurrent failed, code: %{public}d", error);
in MakeCurrent() 90 EFFECT_LOGE("EGL ReleaseCurrent failed");
in ReleaseCurrent() 96 EFFECT_LOGE("RenderSurface ReleaseCurrent failed, code: %{public}d", error);
in ReleaseCurrent() 105 EFFECT_LOGE("EGL SwapBuffers failed");
in SwapBuffers() 109 EFFECT_LOGE("EGL SwapBuffers surface is null");
in SwapBuffers() 116 EFFECT_LOGE("RenderSurfac in SwapBuffers() [all...] |
H A D | render_surface.cpp | 50 EFFECT_LOGE("RenderSurface create failed, code: %{public}d", error);
in Create() 60 EFFECT_LOGE("RenderSurface create failed, code: %{public}d", error);
in Create() 76 EFFECT_LOGE("RenderSurface create failed, code: %{public}d", error);
in Init() 85 EFFECT_LOGE("RenderSurface create failed, code: %{public}d", error);
in Init() 99 EFFECT_LOGE("RenderSurface create failed, code: %{public}d", error);
in Release()
|
H A D | gl_utils.cpp | 113 EFFECT_LOGE("GL Error: 0x%{public}x, [%{public}s : %{public}d]", status, file, line);
in CheckError() 148 EFFECT_LOGE("Could Not Create Shader");
in LoadShader() 157 EFFECT_LOGE("LoadShader Error: %{public}s", message);
in LoadShader() 174 EFFECT_LOGE("CreateProgram Failed");
in CreateProgram() 185 EFFECT_LOGE("LoadShader Error: %{public}s", message);
in CreateProgram() 212 EFFECT_LOGE("CreateEGLImage Error: %{public}d", error);
in CreateEGLImage()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
H A D | port.cpp | 57 EFFECT_LOGE("[Filter %{public}s] InPort %{public}s Activate error: prevPort destructed", filter_->GetName().c_str(), in Activate() 72 EFFECT_LOGE("InPort::Negotiate filter is invalid! name=%{public}s", name_.c_str()); in Negotiate() 81 EFFECT_LOGE("InPort::PushData filter is invalid! name=%{public}s", name_.c_str()); in PushData() 96 EFFECT_LOGE("prevPort destructed! name=%{public}s", name_.c_str()); in PullData() 106 EFFECT_LOGE("Connect filters that are not in the same pipeline. name=%{public}s", name_.c_str()); in Connect() 142 EFFECT_LOGE("no valid filter! name=%{public}s", name_.c_str()); in Activate() 144 EFFECT_LOGE("activate failed! name=%{public}s", name_.c_str()); in Activate() 169 EFFECT_LOGE("filter destructed! name=%{public}s", name_.c_str()); in PullData() 175 EFFECT_LOGE("Connect in EmptyInPort"); in Connect() 181 EFFECT_LOGE("Activat in Activate() [all...] |
H A D | pipeline_core.cpp | 54 EFFECT_LOGE("Start, sourceEffect is null"); in Start()
|
/foundation/multimedia/image_effect/frameworks/native/utils/dfx/ |
H A D | effect_log.h | 47 #define EFFECT_LOGE(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro 55 EFFECT_LOGE(fmt, ##__VA_ARGS__); \ 63 EFFECT_LOGE(fmt, ##__VA_ARGS__); \ 70 EFFECT_LOGE(fmt, ##__VA_ARGS__); \ 86 EFFECT_LOGE("CHECK_AND_RETURN " #exec); \
|
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.cpp | 31 EFFECT_LOGE("custom efilter render with src and dst fail! name=%{public}s", name_.c_str()); in Render() 41 EFFECT_LOGE("custom efilter render fail! name=%{public}s", name_.c_str()); in Render() 51 EFFECT_LOGE("custom efilter setValue fail! name=%{public}s, key=%{public}s", name_.c_str(), key.c_str()); in SetValue() 61 EFFECT_LOGE("custom efilter save fail! name=%{public}s", name_.c_str()); in Save() 73 EFFECT_LOGE("custom efilter restore fail! name=%{public}s", name_.c_str()); in Restore() 96 EFFECT_LOGE("effect info not find! name=%{public}s", name.c_str()); in GetEffectInfo()
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | effect_surface_adapter.cpp | 50 EFFECT_LOGE("Surface::CreateSurfaceAsConsumer::Create failed."); in Initialize() 63 EFFECT_LOGE("Surface::CreateSurfaceAsProducer failed"); in Initialize() 73 EFFECT_LOGE("add surface error: %{public}d", ret); in Initialize() 139 EFFECT_LOGE("AcquireBuffer failed. %{public}d", ret); in OnBufferAvailable() 150 EFFECT_LOGE("not register handle buffer."); in OnBufferAvailable()
|
H A D | external_loader.cpp | 38 EFFECT_LOGE("EFilterFactory: dlopen libimage_effect_ext.so failed! dlerror=%{public}s", dlerror()); in LoadExtSo() 98 EFFECT_LOGE("EFilterFactory: shared lib so not find function!"); in InitExt()
|
H A D | image_effect_inner.cpp | 294 EFFECT_LOGE("ipType config not set! use default config."); in GetConfigIPTypes() 303 EFFECT_LOGE("parse ipType fail! use default config."); in GetConfigIPTypes() 329 EFFECT_LOGE("effectFormat not support! effectFormat=%{public}d, name=%{public}s", in ChooseIPType() 353 EFFECT_LOGE("pipeline Prepare fail! render thread is nullptr"); in StartPipelineInner() 361 EFFECT_LOGE("pipeline Prepare fail! res=%{public}d", res); in StartPipelineInner() 368 EFFECT_LOGE("StartPipelineInner:ConvertColorSpace fail! res=%{public}d", res); in StartPipelineInner() 377 EFFECT_LOGE("choose running ip type fail! res=%{public}d", res); in StartPipelineInner() 387 EFFECT_LOGE("pipeline start fail! res=%{public}d", res); in StartPipelineInner() 434 EFFECT_LOGE("Not set input data!"); in Start() 483 EFFECT_LOGE("SetInputUr in SetInputUri() [all...] |
H A D | effect.cpp | 30 EFFECT_LOGE("index is invalid! index=%{public}d, efilterSize=%{public}zu", index, efilters_.size()); in InsertEFilter()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/common/ |
H A D | error_code.h | 140 EFFECT_LOGE("FALSE_RETURN " #exec); \ 151 EFFECT_LOGE(fmt, ##args); \ 162 EFFECT_LOGE("FAIL_RETURN on ErrorCode(%{public}s).", GetErrorName(returnValue).c_str()); \
|
/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/ |
H A D | effect_memory.cpp | 74 EFFECT_LOGE("HeapMemory::Release memoryData is null!"); in Release() 167 EFFECT_LOGE("DmaMemory::Release memoryData is null!"); in Release() 207 EFFECT_LOGE("SharedMemory::Alloc AshmemSetProt errno %{public}d.", errno); in Alloc() 213 EFFECT_LOGE("SharedMemory::Alloc mmap failed, errno:%{public}d", errno); in Alloc() 236 EFFECT_LOGE("SharedMemory::Release memoryData is null!"); in Release() 259 EFFECT_LOGE("buffer type not support! bufferType=%{public}d", bufferType); in CreateMemory()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.h | 66 EFFECT_LOGE("value type is not match!"); in ParseAny() 80 EFFECT_LOGE("key is not set! key=%{public}s", key.c_str()); in GetValue() 86 EFFECT_LOGE("value type is not match! key=%{public}s", key.c_str()); in GetValue()
|
H A D | memcpy_helper.cpp | 51 EFFECT_LOGE("CopyData memcpy_s failed. ret=%{public}d, dstBuf=%{public}p, dstBufLen=%{public}d," in CopyData() 63 EFFECT_LOGE("Out of buffer available range! Copy fail! srcH=%{public}d, srcFormat=%{public}d, " in CopyData() 72 EFFECT_LOGE("CopyData: copy by row memcpy_s failed. ret=%{public}d, row=%{public}d, srcH=%{public}d, " in CopyData()
|
H A D | common_utils.cpp | 92 EFFECT_LOGE("pixelFormat not support! pixelFormat=%{public}d", pixelMap->GetPixelFormat()); in LockPixelMap() 329 EFFECT_LOGE("inner any type not support switch to json! type:%{public}s", any.Type().name()); in ParseAnyAndAddToJson() 331 EFFECT_LOGE("inner any type not support switch to json! type:%{public}s", std::string(any.TypeName()).c_str()); in ParseAnyAndAddToJson() 368 EFFECT_LOGE("bufferType not support! bufferType=%{public}d", bufferType); in GetPixelsContext()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
H A D | image_source_filter.cpp | 33 EFFECT_LOGE("Invalid source"); in SetSource() 106 EFFECT_LOGE("Start: outPort is null. filterName=%{public}s", name_.c_str()); in Start() 132 EFFECT_LOGE("Negotiate: outPort is null. filterName=%{public}s", name_.c_str()); in DoNegotiate()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect.cpp | 61 EFFECT_LOGE("OH_ImageEffect_Create: shared lib so not find function!"); in OH_ImageEffect_Create() 160 EFFECT_LOGE("InsertFilter: insert filter fail! result=%{public}d, name=%{public}s", result, filterName.c_str()); in OH_ImageEffect_InsertFilterByFilter() 219 EFFECT_LOGE("RemoveFilterByIndex: remove filter fail! result=%{public}d", result); in OH_ImageEffect_RemoveFilterByIndex() 290 EFFECT_LOGE("ReplaceFilter fail! result=%{public}d, index=%{public}d", result, index); in OH_ImageEffect_ReplaceFilterByFilter() 342 EFFECT_LOGE("SetOutputSurface: set output surface fail! errorCode=%{public}d", errorCode); in OH_ImageEffect_SetOutputSurface() 471 EFFECT_LOGE("SetInputUri: set input uri fail! errorCode=%{public}d", errorCode); in OH_ImageEffect_SetInputUri() 500 EFFECT_LOGE("SetOutputUri: set output uri fail! errorCode=%{public}d", errorCode); in OH_ImageEffect_SetOutputUri() 558 EFFECT_LOGE("Start: input parameter imageEffect is null!"); in OH_ImageEffect_Start() 566 EFFECT_LOGE("Start: start fail! errorCode=%{public}d", errorCode); in OH_ImageEffect_Start() 608 EFFECT_LOGE("Sav in OH_ImageEffect_Save() [all...] |
H A D | image_effect_filter.cpp | 190 EFFECT_LOGE("OH_EffectFilter PushData bufferType %{public}d", effectBuffer->extraInfo_->bufferType); in PushData() 591 EFFECT_LOGE("FilterSetValue: parse any fail! result=%{public}d, dataType=%{public}d", result, value->dataType); in OH_EffectFilter_SetValue() 597 EFFECT_LOGE("FilterSetValue: set value fail! result=%{public}d, key=%{public}s, dataType=%{public}d", result, in OH_EffectFilter_SetValue() 627 EFFECT_LOGE("FilterGetValue: get value fail! result=%{public}d, key=%{public}s", result, key); in OH_EffectFilter_GetValue() 633 EFFECT_LOGE("FilterGetValue: get value fail! result=%{public}d, key=%{public}s", result, key); in OH_EffectFilter_GetValue() 751 EFFECT_LOGE("FilterRender: lock input native pixelMap error! errorCode:%{public}d", result); in OH_EffectFilter_Render() 759 EFFECT_LOGE("FilterRender: lock output native pixelMap error! errorCode:%{public}d", result); in OH_EffectFilter_Render()
|
H A D | native_common_utils.cpp | 100 EFFECT_LOGE("input any data type not support! dataType=%{public}d", value->dataType); in ParseOHAny() 124 EFFECT_LOGE("inner any type not support switch to oh_any! type:%{public}s", any.Type().name()); in SwitchToOHAny() 126 EFFECT_LOGE("inner any type not support switch to oh_any! type:%{public}s", std::string(any.TypeName()).c_str()); in SwitchToOHAny()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter_factory.cpp | 98 EFFECT_LOGE("create effect fail! functions has no %{public}s", name.c_str()); in Create() 109 EFFECT_LOGE("get effect info fail! functions has no %{public}s", name.c_str()); in GetEffectInfo()
|
H A D | efilter.cpp | 56 EFFECT_LOGE("value is not set! key=%{public}s", key.c_str()); in GetValue() 71 EFFECT_LOGE("not support switch to json! key:%{public}s", value.first.c_str()); in Save() 90 EFFECT_LOGE("GetPixelFormatCap: GetEffectInfo fail! name=%{public}s", name.c_str()); in GetPixelFormatCap() 103 EFFECT_LOGE("GetColorSpaceCap: GetEffectInfo fail! name=%{public}s", name.c_str()); in GetColorSpaceCap() 196 EFFECT_LOGE("ConvertFromGPU2CPU"); in ConvertFromGPU2CPU() 309 EFFECT_LOGE("input effect buffer is null! filterName=%{public}s", name.c_str()); in OnPushDataPortsEmpty()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 100 EFFECT_LOGE("key is not support! key=%{public}s", key.c_str()); in SetValue() 106 EFFECT_LOGE("the type is not float! key=%{public}s", key.c_str()); in SetValue()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 99 EFFECT_LOGE("key is not support! key=%{public}s", key.c_str()); in SetValue() 105 EFFECT_LOGE("the type is not float! key=%{public}s", key.c_str()); in SetValue()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 53 EFFECT_LOGE("EGL Initialize failed");
in Init() 351 EFFECT_LOGE("RenderEnvironment DrawFrameWithTransform tex is nullptr");
in DrawFrameWithTransform() 358 EFFECT_LOGE("RenderEnvironment screenSurface_ is nullptr");
in DrawFrameWithTransform() 381 EFFECT_LOGE("RenderEnvironment screenSurface_ is nullptr");
in DrawFrame()
|