Searched refs:prev_output_intent_has_video_ (Results 1 – 2 of 2) sorted by relevance
400 bool prev_output_intent_has_video_ = false; variable
1613 if (has_video && !prev_output_intent_has_video_) { in AppendOutputIntentToSettingsLocked()1615 } else if (prev_output_intent_has_video_ && !has_video) { in AppendOutputIntentToSettingsLocked()1619 prev_output_intent_has_video_ = has_video; in AppendOutputIntentToSettingsLocked()