Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1769 int32_t encodingStatisticsLevel = VIDEO_ENCODING_STATISTICS_LEVEL_NONE; in configure() local
1772 && msg->findInt32(KEY_VIDEO_ENCODING_STATISTICS_LEVEL, &encodingStatisticsLevel)) { in configure()
1774 switch (encodingStatisticsLevel) { in configure()
1790 ALOGD("encoding statistics level = %d", encodingStatisticsLevel); in configure()