Home
last modified time | relevance | path

Searched refs:mCodecType (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/eco/include/eco/
DECOUtils.h48 int32_t mCodecType; member
67 mCodecType(-1), in SimpleEncoderConfig()
77 mCodecType(codecType), in SimpleEncoderConfig()
DECOSession.h164 int32_t mCodecType = -1; variable
/hardware/google/av/media/eco/
DECOSession.cpp190 mCodecType = std::get<int32_t>(value); in processSessionStats()
191 ECOLOGV("codec type is %d", mCodecType); in processSessionStats()
252 if (mCodecType != -1) { in generateLatestSessionInfoEcoData()
253 info.setInt32(ENCODER_TYPE, mCodecType); in generateLatestSessionInfoEcoData()
540 mWidth, mHeight, mIsCameraRecording, mTargetBitrateBps, mCodecType, mCodecProfile, in dump()
DECOUtils.cpp32 data.setInt32(ENCODER_TYPE, mCodecType); in toEcoData()