Searched refs:mCodecProfile (Results 1 – 2 of 2) sorted by relevance
193 mCodecProfile = std::get<int32_t>(value); in processSessionStats()194 ECOLOGV("codec profile is %d", mCodecProfile); in processSessionStats()269 if (mCodecProfile != -1) { in generateLatestSessionInfoEcoData()270 info.setInt32(ENCODER_PROFILE, mCodecProfile); in generateLatestSessionInfoEcoData()556 mWidth, mHeight, mIsCameraRecording, mTargetBitrateBps, mCodecType, mCodecProfile, in dump()
167 int32_t mCodecProfile = -1; variable