Home
last modified time | relevance | path

Searched refs:max_prev (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlatency.c490 guint64 min = 0, max = 0, min_prev = 0, max_prev = 0; in do_query_post() local
512 max_prev = MAX (value->max, max_prev); in do_query_post()
533 GST_CLOCK_DIFF (max_prev, max), ts); in do_query_post()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1120 if (rcs->num_prev >= rcs->max_prev) { in amdgpu_cs_check_space()
1121 unsigned new_max_prev = MAX2(1, 2 * rcs->max_prev); in amdgpu_cs_check_space()
1125 sizeof(*new_prev) * rcs->max_prev, in amdgpu_cs_check_space()
1131 rcs->max_prev = new_max_prev; in amdgpu_cs_check_space()
/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h200 uint16_t max_prev; /* Space in array pointed to by prev. */ member