Searched refs:prev_output_intent_has_video_ (Results 1 – 2 of 2) sorted by relevance
384 bool prev_output_intent_has_video_ = false; variable
1563 if (has_video && !prev_output_intent_has_video_) { in AppendOutputIntentToSettingsLocked()1565 } else if (prev_output_intent_has_video_ && !has_video) { in AppendOutputIntentToSettingsLocked()1569 prev_output_intent_has_video_ = has_video; in AppendOutputIntentToSettingsLocked()