Home
last modified time | relevance | path

Searched refs:v4l2_memory (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/media/
H A Dvideobuf-core.h83 enum v4l2_memory memory;
225 enum v4l2_memory memory);
228 enum v4l2_memory memory);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-create-bufs.rst98 :c:type:`v4l2_memory`
107 other :c:type:`v4l2_memory` types. It will not support any other
H A Dvidioc-reqbufs.rst93 :c:type:`v4l2_memory`.
99 other :c:type:`v4l2_memory` types. It will not support any other
H A Dbuffer.rst248 accordance with the selected I/O method. See :c:type:`v4l2_memory`
674 enum v4l2_memory
H A Dhist-v4l2.rst513 enum v4l2_memory was added to distinguish between
527 union ``m``, and a new ``memory`` field of type enum v4l2_memory
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions53 # Documented enum v4l2_memory
54 replace symbol V4L2_MEMORY_DMABUF :c:type:`v4l2_memory`
55 replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
56 replace symbol V4L2_MEMORY_OVERLAY :c:type:`v4l2_memory`
57 replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c328 enum v4l2_memory memory) in get_v4l2_plane32()
362 enum v4l2_memory memory) in put_v4l2_plane32()
H A Dvideobuf-core.c386 enum v4l2_memory memory) in __videobuf_mmap_setup()
430 enum v4l2_memory memory) in videobuf_mmap_setup()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h187 enum v4l2_memory { enum
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3136 …f_v4l2_buffer_initialize(AVBufferRef ** pbufref, int index, V4L2Context *ctx, enum v4l2_memory mem)
3383 …2_buffer_initialize(AVBufferRef **avbuf, int index, struct V4L2Context *ctx, enum v4l2_memory mem);
4645 … create_buffers(V4L2Context* const ctx, const unsigned int req_buffers, const enum v4l2_memory mem)
4858 + enum v4l2_memory buf_mem;
9757 +static inline enum v4l2_memory
9760 + return (enum v4l2_memory)m;