Searched refs:mCodecType (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/media/eco/include/eco/ |
D | ECOUtils.h | 48 int32_t mCodecType; member 67 mCodecType(-1), in SimpleEncoderConfig() 77 mCodecType(codecType), in SimpleEncoderConfig()
|
D | ECOSession.h | 164 int32_t mCodecType = -1; variable
|
/hardware/google/av/media/eco/ |
D | ECOSession.cpp | 190 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()
|
D | ECOUtils.cpp | 32 data.setInt32(ENCODER_TYPE, mCodecType); in toEcoData()
|