Searched refs:encodingStatisticsLevel (Results 1 – 1 of 1) sorted by relevance
1769 int32_t encodingStatisticsLevel = VIDEO_ENCODING_STATISTICS_LEVEL_NONE; in configure() local1772 && msg->findInt32(KEY_VIDEO_ENCODING_STATISTICS_LEVEL, &encodingStatisticsLevel)) { in configure()1774 switch (encodingStatisticsLevel) { in configure()1790 ALOGD("encoding statistics level = %d", encodingStatisticsLevel); in configure()