Enum libva::buffer_type::SliceParameter
source · [−]pub enum SliceParameter {
MPEG2(SliceParameterBufferMPEG2),
VP8(SliceParameterBufferVP8),
VP9(SliceParameterBufferVP9),
H264(SliceParameterBufferH264),
}
Expand description
Abstraction over the SliceParameterBuffer
types we support
Variants
MPEG2(SliceParameterBufferMPEG2)
Wrapper over VASliceParameterBufferMPEG2
VP8(SliceParameterBufferVP8)
Wrapper over VASliceParameterBufferVP8
VP9(SliceParameterBufferVP9)
Wrapper over VASliceParameterBufferVP9
H264(SliceParameterBufferH264)
Wrapper over VASliceParameterBufferH264
Auto Trait Implementations
impl RefUnwindSafe for SliceParameter
impl Send for SliceParameter
impl Sync for SliceParameter
impl Unpin for SliceParameter
impl UnwindSafe for SliceParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more