Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp220 mOutputWidth = std::get<int32_t>(value); in processSessionStats()
221 if (mOutputWidth != mWidth) { in processSessionStats()
222 ECOLOGW("Codec output width: %d, expected: %d", mOutputWidth, mWidth); in processSessionStats()
224 ECOLOGV("codec output width is %d", mOutputWidth); in processSessionStats()
254 if (mOutputWidth != -1) { in generateLatestSessionInfoEcoData()
255 info.setInt32(ENCODER_OUTPUT_WIDTH, mOutputWidth); in generateLatestSessionInfoEcoData()
/hardware/google/av/media/eco/include/eco/
DECOSession.h158 int32_t mOutputWidth = -1; variable