screencapture: implement ext_image_copy_capture_manager_v1
This commit is contained in:
parent
e91993fb18
commit
f0562961e6
28 changed files with 1194 additions and 25 deletions
33
wire/ext_image_copy_capture_session_v1.txt
Normal file
33
wire/ext_image_copy_capture_session_v1.txt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
request create_frame {
|
||||
frame: id(ext_image_copy_capture_frame_v1),
|
||||
}
|
||||
|
||||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
event buffer_size {
|
||||
width: u32,
|
||||
height: u32,
|
||||
}
|
||||
|
||||
event shm_format {
|
||||
format: u32,
|
||||
}
|
||||
|
||||
event dmabuf_device {
|
||||
device: pod(uapi::c::dev_t),
|
||||
}
|
||||
|
||||
event dmabuf_format {
|
||||
format: u32,
|
||||
modifiers: array(pod(u8)),
|
||||
}
|
||||
|
||||
event done {
|
||||
|
||||
}
|
||||
|
||||
event stopped {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue