Searched refs:GST_CAT_CLOCK (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstsystemclock.c | 505 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "unscheduling entry %p", in gst_system_clock_dispose() 517 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "joined thread"); in gst_system_clock_dispose() 529 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "disposed system clock"); in gst_system_clock_dispose() 542 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, sysclock, "clock-type set to %d", in gst_system_clock_set_property() 594 GST_CAT_DEBUG (GST_CAT_CLOCK, "resetting default system clock"); in gst_system_clock_set_default() 597 GST_CAT_DEBUG (GST_CAT_CLOCK, "setting new default system clock to %p", in gst_system_clock_set_default() 626 GST_CAT_DEBUG (GST_CAT_CLOCK, "creating new static system clock"); in gst_system_clock_obtain() 638 GST_CAT_DEBUG (GST_CAT_CLOCK, "returning static system clock"); in gst_system_clock_obtain() 666 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "enter system clock thread"); in gst_system_clock_async_thread() 678 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, in gst_system_clock_async_thread() [all …]
|
D | gstclock.c | 308 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, in gst_clock_entry_new() 425 GST_CAT_DEBUG (GST_CAT_CLOCK, "freed entry %p", id); in _gst_clock_id_free() 601 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "waiting on clock entry %p", id); in gst_clock_id_wait() 609 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, in gst_clock_id_wait() 622 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, in gst_clock_id_wait() 629 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "clock wait is not supported"); in gst_clock_id_wait() 635 GST_CAT_DEBUG (GST_CAT_CLOCK, "clock entry %p lost its clock", id); in gst_clock_id_wait() 699 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, in gst_clock_id_wait_async() 706 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, clock, "clock wait is not supported"); in gst_clock_id_wait_async() 712 GST_CAT_DEBUG (GST_CAT_CLOCK, "clock entry %p lost its clock", id); in gst_clock_id_wait_async() [all …]
|
D | gstpipeline.c | 772 GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline using fixed clock %p (%s)", in gst_pipeline_provide_clock_func() 784 GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline obtained system clock: %p (%s)", in gst_pipeline_provide_clock_func() 787 GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline obtained clock: %p (%s)", in gst_pipeline_provide_clock_func() 863 GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline using fixed clock %p (%s)", clock, in gst_pipeline_use_clock() 919 GST_CAT_DEBUG (GST_CAT_CLOCK, "pipeline using automatic clock"); in gst_pipeline_auto_clock()
|
D | gst_private.h | 277 GST_API GstDebugCategory *GST_CAT_CLOCK; variable 323 #define GST_CAT_CLOCK NULL
|
D | gstutils.c | 4366 GST_CAT_DEBUG (GST_CAT_CLOCK, "reduced numbers:"); in gst_calculate_linear_regression() 4368 GST_CAT_DEBUG (GST_CAT_CLOCK, in gst_calculate_linear_regression() 4382 GST_CAT_WARNING (GST_CAT_CLOCK, in gst_calculate_linear_regression() 4416 GST_CAT_DEBUG (GST_CAT_CLOCK, in gst_calculate_linear_regression() 4501 GST_CAT_DEBUG (GST_CAT_CLOCK, " m = %g", ((double) *m_num) / *m_denom); in gst_calculate_linear_regression() 4502 GST_CAT_DEBUG (GST_CAT_CLOCK, " b = %" G_GUINT64_FORMAT, *b); in gst_calculate_linear_regression() 4503 GST_CAT_DEBUG (GST_CAT_CLOCK, " xbase = %" G_GUINT64_FORMAT, *xbase); in gst_calculate_linear_regression() 4504 GST_CAT_DEBUG (GST_CAT_CLOCK, " r2 = %g", *r_squared); in gst_calculate_linear_regression() 4514 GST_CAT_DEBUG (GST_CAT_CLOCK, "sxx == 0, regression failed"); in gst_calculate_linear_regression()
|
D | gstelement.c | 445 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, element, "setting clock %p", clock); in gst_element_set_clock() 504 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, element, in gst_element_set_base_time() 566 GST_CAT_DEBUG_OBJECT (GST_CAT_CLOCK, element, in gst_element_set_start_time()
|
D | gstinfo.c | 221 GstDebugCategory *GST_CAT_CLOCK = NULL; variable 414 GST_CAT_CLOCK = _gst_debug_category_new ("GST_CLOCK", in _priv_gst_debug_init()
|