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.h50 int32_t mCodecType; member
69 mCodecType(-1), in SimpleEncoderConfig()
79 mCodecType(codecType), in SimpleEncoderConfig()
DECOSession.h166 int32_t mCodecType = -1; variable
/hardware/google/av/media/eco/
DECOUtils.cpp32 data.setInt32(ENCODER_TYPE, mCodecType); in toEcoData()
DECOSession.cpp192 mCodecType = std::get<int32_t>(value); in processSessionStats()
193 ECOLOGV("codec type is %d", mCodecType); in processSessionStats()
266 if (mCodecType != -1) { in generateLatestSessionInfoEcoData()
267 info.setInt32(ENCODER_TYPE, mCodecType); in generateLatestSessionInfoEcoData()
556 mWidth, mHeight, mIsCameraRecording, mTargetBitrateBps, mCodecType, mCodecProfile, in dump()