Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dvideo_common.c34 struct video_buffer *video_buffer_aligned_alloc(size_t size, size_t align, k_timeout_t timeout) in video_buffer_aligned_alloc() function
68 return video_buffer_aligned_alloc(size, sizeof(void *), timeout); in video_buffer_alloc()
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c214 buffers[i] = video_buffer_aligned_alloc(bsize, CONFIG_VIDEO_BUFFER_POOL_ALIGN, in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h735 struct video_buffer *video_buffer_aligned_alloc(size_t size, size_t align, k_timeout_t timeout);
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst527 * The :c:func:`video_buffer_alloc` and :c:func:`video_buffer_aligned_alloc` functions in the