Lines Matching full:priority
19 VIDIOC_G_PRIORITY - VIDIOC_S_PRIORITY - Query or request the access priority associated with a file…
45 To query the current access priority applications call the
47 variable where the driver stores the current priority.
49 To request an access priority applications store the desired priority in
68 - Lowest priority, usually applications running in background, for
71 read from a device at this priority.
77 - Medium priority, usually applications started and interactively
80 controls. This is the default priority unless an application
84 - Highest priority. Only one file descriptor can have this priority,
97 The requested priority value is invalid.
100 Another application already requested higher priority.