Home
last modified time | relevance | path

Searched refs:ECOLOGE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/eco/
DECOSession.cpp60 ECOLOGE("Failed to create ECOSession with w: %d, h: %d, isCameraRecording: %d", width, in createECOSession()
128 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in run()
151 ECOLOGE("Invalid stats. ECOData with type: %s", stats.getDataTypeString().c_str()); in processStats()
158 ECOLOGE("Invalid stats ECOData without statsType"); in processStats()
167 ECOLOGE("processStats:: Failed to process stats as ECOData contains unknown stats type"); in processStats()
229 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in processSessionStats()
345 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in processFrameStats()
375 ECOLOGE("%s: provider must not be null", __FUNCTION__); in addStatsProvider()
388 ECOLOGE("%s", errorMsg.string()); in addStatsProvider()
395 ECOLOGE("Provider config is invalid"); in addStatsProvider()
[all …]
DECOService.cpp83 ECOLOGE("ECOService failed to create ECOSession w: %d, h: %d, isCameraRecording: %d", width, in obtainSession()
/hardware/google/av/media/eco/include/eco/
DECODebug.h49 #define ECOLOGE(format, args...) ALOGE(format, ##args) macro