Searched refs:last_result_id_ (Results 1 – 2 of 2) sorted by relevance
63 last_result_id_(-1) { in FecRemapBackend()204 if (p->FrameId != (uint32_t)(-1) && p->FrameId <= last_result_id_) { in GetPendingHwResult()207 … } else if (last_result_id_ != (uint32_t)(-1) && p->FrameId - last_result_id_ > 1) { in GetPendingHwResult()232 last_result_id_ = buf->FrameId; in GetPendingHwResult()249 last_result_id_ = buf->FrameId; in GetPendingHwResult()
146 uint32_t last_result_id_; variable