Home
last modified time | relevance | path

Searched refs:front (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.c106 ringbuf->front = 0; in VIDEO_RINGBUF_Init()
119 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_Get() local
121 if (rear != front) in VIDEO_RINGBUF_Get()
123 *item = ringbuf->buf[ringbuf->front]; in VIDEO_RINGBUF_Get()
129 front_next = (ringbuf->front + 1U); in VIDEO_RINGBUF_Get()
132 ringbuf->front = (front_next == ringbuf->size) ? 0UL : front_next; in VIDEO_RINGBUF_Get()
152 if (rear_next != ringbuf->front) in VIDEO_RINGBUF_Put()
172 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_GetLength() local
174 ret = (rear + ringbuf->size) - front; in VIDEO_RINGBUF_GetLength()
188 uint32_t front = ringbuf->front; in VIDEO_RINGBUF_IsEmpty() local
[all …]
Dfsl_video_common.h118 volatile uint32_t front; /*!< Pointer to read out the item. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/
DSW-Content-Register.txt356 voice control audio front-end signal processing
363 are/voiceseeker-audio-front-end:VOICESEEKER
375 voice control audio front-end signal processing
383 are/voiceseeker-audio-front-end:VOICESEEKER
/hal_nxp-3.6.0/mcux/mcux-sdk/cmake/backports/
DFindPythonInterp.cmake109 # the user supplied additional versions to the front.