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