Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp62 ECOLOGE("Failed to create ECOSession with w: %d, h: %d, isCameraRecording: %d", width, in createECOSession()
130 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in run()
153 ECOLOGE("Invalid stats. ECOData with type: %s", stats.getDataTypeString().c_str()); in processStats()
160 ECOLOGE("Invalid stats ECOData without statsType"); in processStats()
169 ECOLOGE("processStats:: Failed to process stats as ECOData contains unknown stats type"); in processStats()
243 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in processSessionStats()
360 ECOLOGE("%s: Failed to publish info: %s due to binder error", __FUNCTION__, in processFrameStats()
390 ECOLOGE("%s: provider must not be null", __FUNCTION__); in addStatsProvider()
402 ECOLOGE("%s", errorMsg.c_str()); in addStatsProvider()
409 ECOLOGE("Provider config is invalid"); in addStatsProvider()
[all …]
DECOService.cpp53 ECOLOGE("ECOService:: Failed to obtainSession as ECOService is disable"); in obtainSession()
91 ECOLOGE("ECOService failed to create ECOSession w: %d, h: %d, isCameraRecording: %d", width, in obtainSession()
/hardware/google/av/media/eco/include/eco/
DECODebug.h52 #define ECOLOGE(format, args...) ALOGE(format, ##args) macro