Searched refs:front_next (Results 1 – 1 of 1) sorted by relevance
115 uint32_t front_next; in VIDEO_RINGBUF_Get() local129 front_next = (ringbuf->front + 1U); in VIDEO_RINGBUF_Get()132 ringbuf->front = (front_next == ringbuf->size) ? 0UL : front_next; in VIDEO_RINGBUF_Get()