Home
last modified time | relevance | path

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

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