Searched refs:last_active_decode_targets_ (Results 1 – 2 of 2) sorted by relevance
74 if (last_active_decode_targets_ != active_decode_targets && in OnFrame()79 last_active_decode_targets_ = active_decode_targets; in OnFrame()92 last_active_decode_targets_ = all_decode_targets; in OnFrame()105 if (active_decode_targets == last_active_decode_targets_) { in OnFrame()108 last_active_decode_targets_ = active_decode_targets; in OnFrame()
47 return last_active_decode_targets_.to_ulong(); in ActiveDecodeTargetsBitmask()56 std::bitset<32> last_active_decode_targets_ = 0; variable