Searched refs:pending_result (Results 1 – 1 of 1) sorted by relevance
110 auto pending_result = received_results_.find(result->frame_number); in ProcessCaptureResult() local111 if (pending_result == received_results_.end()) { in ProcessCaptureResult()118 ASSERT_NE(pending_result->second->result_metadata, nullptr); in ProcessCaptureResult()119 pending_result->second->result_metadata = in ProcessCaptureResult()123 pending_result->second->input_buffers.insert( in ProcessCaptureResult()124 pending_result->second->input_buffers.end(), in ProcessCaptureResult()127 pending_result->second->output_buffers.insert( in ProcessCaptureResult()128 pending_result->second->output_buffers.end(), in ProcessCaptureResult()131 pending_result->second->partial_result = result->partial_result; in ProcessCaptureResult()