Enum libva::PictureParameter
source · [−]pub enum PictureParameter {
MPEG2(PictureParameterBufferMPEG2),
VP8(PictureParameterBufferVP8),
VP9(PictureParameterBufferVP9),
H264(PictureParameterBufferH264),
}
Expand description
Abstraction over the PictureParameterBuffer
types we support.
Variants
MPEG2(PictureParameterBufferMPEG2)
Wrapper over VAPictureParameterBufferMPEG2.
VP8(PictureParameterBufferVP8)
Wrapper over VAPictureParameterBufferVP8.
VP9(PictureParameterBufferVP9)
Wrapper over VAPictureParameterBufferVP9.
H264(PictureParameterBufferH264)
Wrapper over VAPictureParameterBufferH264.
Auto Trait Implementations
impl RefUnwindSafe for PictureParameter
impl Send for PictureParameter
impl Sync for PictureParameter
impl Unpin for PictureParameter
impl UnwindSafe for PictureParameter
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