Capture pipeline timestamps

This commit is contained in:
Kamil Trzcinski
2022-04-07 11:02:53 +02:00
parent e1c42b1145
commit 9c53c4bd3a
7 changed files with 32 additions and 7 deletions

View File

@ -30,6 +30,8 @@ typedef struct {
char buf[10];
} fourcc_string;
#define CLOCK_FROM_PARAMS -1
fourcc_string fourcc_to_string(unsigned format);
unsigned fourcc_to_stride(unsigned width, unsigned format);
int xioctl(const char *name, int fd, int request, void *arg);