Searched refs:timelines (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 95 struct timeline **timelines; member 261 if (pls->timelines[i]->starttime > 0) { in get_segment_start_time_based_on_timeline() 262 start_time = pls->timelines[i]->starttime; in get_segment_start_time_based_on_timeline() 267 start_time += pls->timelines[i]->duration; in get_segment_start_time_based_on_timeline() 269 if (pls->timelines[i]->repeat == -1) { in get_segment_start_time_based_on_timeline() 270 start_time = pls->timelines[i]->duration * cur_seq_no; in get_segment_start_time_based_on_timeline() 274 for (j = 0; j < pls->timelines[i]->repeat; j++) { in get_segment_start_time_based_on_timeline() 278 start_time += pls->timelines[i]->duration; in get_segment_start_time_based_on_timeline() 295 if (pls->timelines[i]->starttime > 0) { in calc_next_seg_no_from_timelines() 296 start_time = pls->timelines[i]->starttime; in calc_next_seg_no_from_timelines() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 2622 struct anv_timeline **timelines, in anv_timelines_wait() argument 2635 anv_timeline_wait_locked(device, timelines[i], serials[i], 0); in anv_timelines_wait() 2666 anv_timeline_wait_locked(device, timelines[i], in anv_timelines_wait() 2683 struct anv_timeline **timelines; in anv_WaitSemaphores() local 2691 vk_multialloc_add(&ma, &timelines, struct anv_timeline *, in anv_WaitSemaphores() 2714 timelines[handle_count] = &impl->timeline; in anv_WaitSemaphores() 2734 anv_timelines_wait(device, timelines, values, handle_count, in anv_WaitSemaphores()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1172 unsigned num_timelines, struct lvp_semaphore_timeline **timelines) in thread_flush() argument 1181 timelines[i]->fence = handle; in thread_flush() 1361 thread_flush(device, task->fence, task->timeline, task->timeline_count, task->timelines); in queue_thread() 1524 …task->timelines = (struct lvp_semaphore_timeline**)((uint8_t*)task->cmd_buffers + pSubmits[i].comm… in lvp_QueueSubmit() 1525 …task->waits = (VkSemaphore*)((uint8_t*)task->timelines + pSubmits[i].signalSemaphoreCount * sizeof… in lvp_QueueSubmit() 1549 task->timelines[s] = tl; in lvp_QueueSubmit()
|
D | lvp_private.h | 186 struct lvp_semaphore_timeline **timelines; member
|
/third_party/grpc/doc/core/ |
D | transport_explainer.md | 94 There are other possible sample timelines. For example, for client-side streaming, a "typical" sequ…
|
/third_party/typescript_eslint/ |
D | README.md | 65 …ortant and is simply the result of different evolutions, priorities, and timelines of the projects.
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | binding.dart | 39 /// timelines so that all the animations in the system are synchronized to a
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | window.dart | 15 /// timelines so that all the animations in the system are synchronized to a
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2907 - zink: add env var to disable timelines 2908 - ci: add another zink job with timelines disabled 2924 - features: mark off timelines for lavapipe
|
D | 19.3.0.rst | 524 - radv: Add timelines with a VK_KHR_timeline_semaphore impl. 525 - radv: Add wait-before-submit support for timelines.
|
D | 21.1.0.rst | 4559 - zink: handle checking batch completion from other contexts without timelines
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 11095 …mer.freedesktop.org/documentation/additional/design/encoding.html?gi-language=c#rendering-timelines 66562 change, to avoid decoder confusion over new timestamp timelines when
|