Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp226 mOutputHeight = std::get<int32_t>(value); in processSessionStats()
227 if (mOutputHeight != mHeight) { in processSessionStats()
228 ECOLOGW("Codec output height: %d, expected: %d", mOutputHeight, mHeight); in processSessionStats()
230 ECOLOGV("codec output height is %d", mOutputHeight); in processSessionStats()
259 if (mOutputHeight != -1) { in generateLatestSessionInfoEcoData()
260 info.setInt32(ENCODER_OUTPUT_HEIGHT, mOutputHeight); in generateLatestSessionInfoEcoData()
/hardware/google/av/media/eco/include/eco/
DECOSession.h161 int32_t mOutputHeight = -1; variable