Lines Matching refs:ECOLOGV
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()
220 ECOLOGV("codec input height is %d", height); in processSessionStats()
226 ECOLOGV("codec output width is %d", mOutputWidth); in processSessionStats()
232 ECOLOGV("codec output height is %d", mOutputHeight); in processSessionStats()
386 ECOLOGV("Try to add stats provider name: %s uid: %d pid %d", name.c_str(), in addStatsProvider()
518 ECOLOGV("ECOSession get new stats type: %s", stats.getDataTypeString().c_str()); in pushNewStats()