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