Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp193 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()
/hardware/google/av/media/eco/include/eco/
DECOSession.h167 int32_t mCodecProfile = -1; variable