Searched refs:ECOLOGV (Results 1 – 2 of 2) sorted by relevance
/hardware/google/av/media/eco/ |
D | ECOSession.cpp | 148 ECOLOGV("%s: receive stats: %s", __FUNCTION__, stats.debugString().c_str()); in processStats() 175 ECOLOGV("processSessionStats"); in processSessionStats() 185 ECOLOGV("Processing key: %s", key.c_str()); in processSessionStats() 191 ECOLOGV("codec type is %d", mCodecType); in processSessionStats() 194 ECOLOGV("codec profile is %d", mCodecProfile); in processSessionStats() 197 ECOLOGV("codec level is %d", mCodecLevel); in processSessionStats() 200 ECOLOGV("codec target bitrate is %d", mTargetBitrateBps); in processSessionStats() 203 ECOLOGV("codec kfi is %d", mKeyFrameIntervalFrames); in processSessionStats() 206 ECOLOGV("codec framerate is %f", mFramerateFps); in processSessionStats() 212 ECOLOGV("codec width is %d", width); in processSessionStats() [all …]
|
/hardware/google/av/media/eco/include/eco/ |
D | ECODebug.h | 45 #define ECOLOGV(format, args...) ALOGD_IF((gECOLogLevel & ECO_MSGLEVEL_VERBOSE), format, ##args) macro
|