Structsยง
- BufferDescWithPicId ๐
- BufferMapping ๐A convenience type implementing persistent slice access for BufferHandles.
- CodedCap ๐
- GuestMemDescriptor ๐A guest memory descriptor that uses a managed buffer as a shadow that will be copied into the guest memory once decoding is over.
- PendingJob ๐Represents a buffer we have not yet sent to the accelerator.
- RawCap ๐
- A safe decoder abstraction over libva for a single vaContext
- A decoder session for the libva backend
Enumsยง
- BorrowedFrame ๐A frame that is currently not available for being decoded into, either because it has been decoded and is waiting for us to release it (
Decoded
), or because we temporarily removed it from the decoder pool after a reset and are waiting for the client to tell us we can use it (Held
). - BufferDescriptor ๐
- OutputQueueState ๐The state for the output queue containing the buffers that will receive the decoded data.
Traitsยง
- AsBufferHandle ๐