/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 1682 } else if (prev->values[prev->last_value].offset) { in _reevaluate_group_pcr_offset() 1683 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset() 1684 prevpcr = prev->values[prev->last_value].pcr + prev->first_pcr; in _reevaluate_group_pcr_offset() 1688 prev->values[prev->last_value].offset, in _reevaluate_group_pcr_offset() 1689 prev->values[prev->last_value].pcr); in _reevaluate_group_pcr_offset() 1692 prev->values[prev->last_value].offset, in _reevaluate_group_pcr_offset() 1693 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (prev->values[prev->last_value]. in _reevaluate_group_pcr_offset() 1697 prevoffset = prev->values[prev->last_value].offset + prev->first_offset; in _reevaluate_group_pcr_offset() 1698 prevpcr = prev->values[prev->last_value].pcr + prev->first_pcr; in _reevaluate_group_pcr_offset() 1702 lastoffset = cur->values[cur->last_value].offset + cur->first_offset; in _reevaluate_group_pcr_offset() [all …]
|
D | mpegtspacketizer.h | 150 guint last_value; member 194 PCROffset last_value; member
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/shader_invocation/ |
D | helper_invocation.amber | 62 uint last_value = 0u; 64 last_value = atomicAdd(atomics[linear_coord], 101u); 66 if (linear_coord == 3 || last_value > 1000)
|
/third_party/python/Lib/ |
D | code.py | 110 sys.last_value = value 122 sys.last_value = value 139 sys.last_type, sys.last_value, last_tb = ei = sys.exc_info()
|
D | enum.py | 733 for last_value in reversed(last_values): 735 return last_value + 1 830 for last_value in reversed(last_values): 832 high_bit = _high_bit(last_value) 835 raise TypeError('Invalid Flag value: %r' % last_value) from None
|
D | traceback.py | 190 print_exception(sys.last_type, sys.last_value, sys.last_traceback,
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_stackviewer.py | 20 svs.last_type, svs.last_value, svs.last_traceback = ( 30 del svs.last_traceback, svs.last_type, svs.last_value
|
/third_party/python/Lib/idlelib/ |
D | stackviewer.py | 41 value = sys.last_value 140 sys.last_value = exc_value 147 del sys.last_value
|
D | run.py | 241 sys.last_type, sys.last_value, sys.last_traceback = excinfo 635 sys.last_value = val
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 398 unsigned last_value; member 432 hud_graph_add_value(gr, current_value - info->last_value); in query_thread_counter() 433 info->last_value = current_value; in query_thread_counter() 438 info->last_value = get_counter(gr, info->counter); in query_thread_counter()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | frame_enc.c | 43 double value, last_value; // PSNR or size member 61 s->value = s->last_value = 0.; in InitPassStats() 71 } else if (s->value != s->last_value) { in ComputeNextQ() 72 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() 80 s->last_value = s->value; in ComputeNextQ() 649 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop() 856 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | frame_enc.c | 38 double value, last_value; // PSNR or size member 54 s->value = s->last_value = 0.; in InitPassStats() 68 } else if (s->value != s->last_value) { in ComputeNextQ() 69 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() 77 s->last_value = s->value; in ComputeNextQ() 646 num_pass_left, stats.last_value, stats.value, stats.last_q, stats.q); in StatLoop() 852 num_pass_left, stats.last_value, stats.value, in VP8EncTokenLoop()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 687 uint8_t last_value; in ucom_cfg_line_state() local 709 last_value = sc->sc_pls_curr; in ucom_cfg_line_state() 733 (last_value & UCOM_LS_DTR) ? 1 : 0); in ucom_cfg_line_state() 736 (last_value & UCOM_LS_RTS) ? 1 : 0); in ucom_cfg_line_state() 739 (last_value & UCOM_LS_BREAK) ? 1 : 0); in ucom_cfg_line_state() 742 (last_value & UCOM_LS_RING) ? 1 : 0); in ucom_cfg_line_state()
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.h | 68 guint32 last_value; member
|
D | gstdirectcontrolbinding.c | 218 self->last_value = G_MAXDOUBLE; in gst_direct_control_binding_init() 381 if ((timestamp < last_sync) || (src_val != self->last_value)) { in gst_direct_control_binding_sync_values() 392 self->last_value = src_val; in gst_direct_control_binding_sync_values()
|
D | gstdirectcontrolbinding.h | 83 gdouble last_value; member
|
D | gstargbcontrolbinding.c | 272 if ((timestamp < last_sync) || (src_val != self->last_value)) { in gst_argb_control_binding_sync_values() 280 self->last_value = src_val; in gst_argb_control_binding_sync_values()
|
/third_party/mesa3d/src/freedreno/ds/ |
D | fd_pps_driver.h | 80 uint64_t last_value, value; member
|
D | fd_pps_driver.cc | 631 d->state[id].last_value = d->state[id].value; in collect() 670 return d->state[id].value - d->state[id].last_value; in get_value()
|
/third_party/python/Modules/ |
D | _lsprof.c | 347 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local 348 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call() 373 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLimits.cpp | 1890 const glw::GLint last_value = (point + 1) * n_components_per_point; in verifyResult() local 1891 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2210 const glw::GLint last_value = n_components_per_point; in verifyResult() local 2211 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2518 const glw::GLint last_value = m_textures[point].data; in verifyResult() local 2519 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
|
/third_party/python/Doc/library/ |
D | traceback.rst | 83 This is a shorthand for ``print_exception(sys.last_type, sys.last_value, 136 given by ``sys.last_value``. The return value is a list of strings, each
|
/third_party/python/Python/ |
D | pythonrun.c | 44 _Py_IDENTIFIER(last_value);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 1682 void *last_value = data->data; in SDL_SetWindowData() local 1697 return last_value; in SDL_SetWindowData()
|
/third_party/python/Doc/tutorial/ |
D | modules.rst | 324 'intern', 'is_finalizing', 'last_traceback', 'last_type', 'last_value',
|