Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/fbdev/
Dfsl_fbdev.c188 (void)VIDEO_STACK_Push(&fbdev->fbManager, info->buffers[i]); in FBDEV_SetFrameBufferInfo()
241 (void)VIDEO_STACK_Push(&fbdev->fbManager, switchOffBuffer); in FBDEV_BufferSwitchOffCallback()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.h334 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item);
Dfsl_video_common.c293 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item) in VIDEO_STACK_Push() function