Searched refs:ECOLOGV (Results 1 – 2 of 2) sorted by relevance
/hardware/google/av/media/eco/ |
D | ECOSession.cpp | 150 ECOLOGV("%s: receive stats: %s", __FUNCTION__, stats.debugString().c_str()); in processStats() 177 ECOLOGV("processSessionStats"); in processSessionStats() 187 ECOLOGV("Processing key: %s", key.c_str()); in processSessionStats() 193 ECOLOGV("codec type is %d", mCodecType); in processSessionStats() 196 ECOLOGV("codec profile is %d", mCodecProfile); in processSessionStats() 199 ECOLOGV("codec level is %d", mCodecLevel); in processSessionStats() 202 ECOLOGV("codec target bitrate is %d", mTargetBitrateBps); in processSessionStats() 205 ECOLOGV("codec kfi is %d", mKeyFrameIntervalFrames); in processSessionStats() 208 ECOLOGV("codec framerate is %f", mFramerateFps); in processSessionStats() 214 ECOLOGV("codec input width is %d", width); in processSessionStats() [all …]
|
/hardware/google/av/media/eco/include/eco/ |
D | ECODebug.h | 48 #define ECOLOGV(format, args...) ALOGD_IF((gECOLogLevel & ECO_MSGLEVEL_VERBOSE), format, ##args) macro
|