Searched refs:mOutputWidth (Results 1 – 2 of 2) sorted by relevance
220 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()
158 int32_t mOutputWidth = -1; variable