Searched refs:old_next (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.c | 2747 GstState old_state, old_next; in gst_element_continue_state() local 2762 old_next = GST_STATE_NEXT (element); in gst_element_continue_state() 2764 current = GST_STATE (element) = old_next; in gst_element_continue_state() 2781 gst_element_state_get_name (old_next), in gst_element_continue_state() 2784 _priv_gst_element_state_changed (element, old_state, old_next, pending); in gst_element_continue_state() 2816 if (old_state != old_next || old_ret == GST_STATE_CHANGE_ASYNC) in gst_element_continue_state() 2817 _priv_gst_element_state_changed (element, old_state, old_next, in gst_element_continue_state()
|
D | gstbin.c | 3374 GstState old_state, old_next; in bin_handle_async_done() local 3402 old_next = GST_STATE_NEXT (bin); in bin_handle_async_done() 3404 if (old_next != GST_STATE_PLAYING) { in bin_handle_async_done() 3408 gst_element_state_get_name (old_next), in bin_handle_async_done() 3412 current = GST_STATE (bin) = old_next; in bin_handle_async_done() 3451 if (old_next != GST_STATE_PLAYING) { in bin_handle_async_done() 3452 if (old_state != old_next || old_ret == GST_STATE_CHANGE_ASYNC) { in bin_handle_async_done() 3460 old_next, pending); in bin_handle_async_done()
|
/third_party/python/Python/ |
D | traceback.c | 136 PyObject *old_next = (PyObject*)self->tb_next; in tb_next_set() local 139 Py_XDECREF(old_next); in tb_next_set()
|
/third_party/harfbuzz/src/ |
D | hb-buffer.cc | 1555 const T *old_next = next; in hb_buffer_add_utf() local 1557 buffer->add (u, old_next - (const T *) text); in hb_buffer_add_utf()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer.cc | 1575 const T *old_next = next; in hb_buffer_add_utf() local 1577 buffer->add (u, old_next - (const T *) text); in hb_buffer_add_utf()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer.cc | 1592 const T *old_next = next; in hb_buffer_add_utf() local 1594 buffer->add (u, old_next - (const T *) text); in hb_buffer_add_utf()
|