forked from marfrit/libva-v4l2-request-fourier
Rename request_buffer helper to query_buffer
Since the V4L2 ioctl is called QUERYBUF, it makes more sense to call the associated function with the same name. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
+3
-3
@@ -38,9 +38,9 @@ int v4l2_get_format(int video_fd, unsigned int type, unsigned int *width,
|
||||
unsigned int *sizes, unsigned int *planes_count);
|
||||
int v4l2_create_buffers(int video_fd, unsigned int type,
|
||||
unsigned int buffers_count);
|
||||
int v4l2_request_buffer(int video_fd, unsigned int type, unsigned int index,
|
||||
unsigned int *lengths, unsigned int *offsets,
|
||||
unsigned int buffers_count);
|
||||
int v4l2_query_buffer(int video_fd, unsigned int type, unsigned int index,
|
||||
unsigned int *lengths, unsigned int *offsets,
|
||||
unsigned int buffers_count);
|
||||
int v4l2_queue_buffer(int video_fd, int request_fd, unsigned int type,
|
||||
unsigned int index, unsigned int size,
|
||||
unsigned int buffers_count);
|
||||
|
||||
Reference in New Issue
Block a user