Home
last modified time | relevance | path

Searched refs:mCodecLevel (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/eco/
DECOSession.cpp196 mCodecLevel = std::get<int32_t>(value); in processSessionStats()
197 ECOLOGV("codec level is %d", mCodecLevel); in processSessionStats()
274 if (mCodecLevel != -1) { in generateLatestSessionInfoEcoData()
275 info.setInt32(ENCODER_LEVEL, mCodecLevel); in generateLatestSessionInfoEcoData()
557 mCodecLevel); in dump()
/hardware/google/av/media/eco/include/eco/
DECOSession.h170 int32_t mCodecLevel = -1; variable