Home
last modified time | relevance | path

Searched refs:start_reason (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/tstools/tstools-1.11/
H A Dnalunit.c175 new->start_reason = NULL; in build_nal_unit()
1132 nal->start_reason = "First slice in data stream"; in nal_is_first_VCL_NAL()
1140 nal->start_reason = "Frame number differs"; in nal_is_first_VCL_NAL()
1142 nal->start_reason = "One is field, the other frame"; in nal_is_first_VCL_NAL()
1147 nal->start_reason = "One is bottom field, the other top"; in nal_is_first_VCL_NAL()
1153 nal->start_reason = "One is reference picture, the other is not"; in nal_is_first_VCL_NAL()
1159 nal->start_reason = "Picture order counts differ"; in nal_is_first_VCL_NAL()
1164 nal->start_reason = "Picture delta counts differ"; in nal_is_first_VCL_NAL()
1167 nal->start_reason = "One IDR, one not"; in nal_is_first_VCL_NAL()
1170 nal->start_reason = "Different IDRs"; in nal_is_first_VCL_NAL()
H A Daccessunit.c115 fprintf(stream," (%s)",access_unit->primary_start->start_reason); in report_access_unit()
863 tgt->start_reason = nal->start_reason; in remember_earlier_primary_start()
1016 nal->start_reason = "First slice of new access unit"; in get_next_access_unit()
H A Dnalunit_defns.h226 char *start_reason; // If it starts a picture, why member
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py323 def _set_debug_options(self, py_db, args, start_reason): argument
400 if self._options.stop_on_entry and start_reason == 'launch':
423 def _handle_launch_or_attach_request(self, py_db, request, start_reason): argument
424 self._send_process_event(py_db, start_reason)
427 self._set_debug_options(py_db, request.arguments.kwargs, start_reason=start_reason)
435 return self._handle_launch_or_attach_request(py_db, request, start_reason='launch')
441 return self._handle_launch_or_attach_request(py_db, request, start_reason='attach')
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py328 def _set_debug_options(self, py_db, args, start_reason): argument
459 if self._options.stop_on_entry and start_reason == 'launch':
482 def _handle_launch_or_attach_request(self, py_db, request, start_reason): argument
483 self._send_process_event(py_db, start_reason)
486 self._set_debug_options(py_db, request.arguments.kwargs, start_reason=start_reason)
494 return self._handle_launch_or_attach_request(py_db, request, start_reason='launch')
500 return self._handle_launch_or_attach_request(py_db, request, start_reason='attach')
/dports/multimedia/tstools/tstools-1.11/docs/
H A Dget_next_access_unit.py52 nal.start_reason = "First slice of new access unit"
/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dbv_inequality_graph.cpp145 ReasonId start_reason = getModelValue(start).reason; in processQueue() local
146 if (start_reason != UndefinedReasonId) { in processQueue()
147 conflict.push_back(start_reason); in processQueue()