Enum cros_codecs::utils::vaapi::PictureState
source · [−]enum PictureState {
Ready {
map_format: Rc<VAImageFormat>,
picture: Picture<PictureSync>,
display_resolution: Resolution,
},
Pending {
picture: Picture<PictureEnd>,
surface_id: u32,
},
Invalid,
}Expand description
Rendering state of a VA picture.
Variants
Ready
Pending
Fields
surface_id: u32VA surface ID for picture.
Invalid
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PictureState
impl !Send for PictureState
impl !Sync for PictureState
impl Unpin for PictureState
impl !UnwindSafe for PictureState
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