#[repr(C, packed(1))]
pub struct DXVA_PictureParameters {
Show 36 fields pub wDecodedPictureIndex: u16, pub wDeblockedPictureIndex: u16, pub wForwardRefPictureIndex: u16, pub wBackwardRefPictureIndex: u16, pub wPicWidthInMBminus1: u16, pub wPicHeightInMBminus1: u16, pub bMacroblockWidthMinus1: u8, pub bMacroblockHeightMinus1: u8, pub bBlockWidthMinus1: u8, pub bBlockHeightMinus1: u8, pub bBPPminus1: u8, pub bPicStructure: u8, pub bSecondField: u8, pub bPicIntra: u8, pub bPicBackwardPrediction: u8, pub bBidirectionalAveragingMode: u8, pub bMVprecisionAndChromaRelation: u8, pub bChromaFormat: u8, pub bPicScanFixed: u8, pub bPicScanMethod: u8, pub bPicReadbackRequests: u8, pub bRcontrol: u8, pub bPicSpatialResid8: u8, pub bPicOverflowBlocks: u8, pub bPicExtrapolation: u8, pub bPicDeblocked: u8, pub bPicDeblockConfined: u8, pub bPic4MVallowed: u8, pub bPicOBMC: u8, pub bPicBinPB: u8, pub bMV_RPS: u8, pub bReservedBits: u8, pub wBitstreamFcodes: u16, pub wBitstreamPCEelements: u16, pub bBitstreamConcealmentNeed: u8, pub bBitstreamConcealmentMethod: u8,
}
Expand description

Required features: "Win32_Media_MediaFoundation"

Fields

wDecodedPictureIndex: u16wDeblockedPictureIndex: u16wForwardRefPictureIndex: u16wBackwardRefPictureIndex: u16wPicWidthInMBminus1: u16wPicHeightInMBminus1: u16bMacroblockWidthMinus1: u8bMacroblockHeightMinus1: u8bBlockWidthMinus1: u8bBlockHeightMinus1: u8bBPPminus1: u8bPicStructure: u8bSecondField: u8bPicIntra: u8bPicBackwardPrediction: u8bBidirectionalAveragingMode: u8bMVprecisionAndChromaRelation: u8bChromaFormat: u8bPicScanFixed: u8bPicScanMethod: u8bPicReadbackRequests: u8bRcontrol: u8bPicSpatialResid8: u8bPicOverflowBlocks: u8bPicExtrapolation: u8bPicDeblocked: u8bPicDeblockConfined: u8bPic4MVallowed: u8bPicOBMC: u8bPicBinPB: u8bMV_RPS: u8bReservedBits: u8wBitstreamFcodes: u16wBitstreamPCEelements: u16bBitstreamConcealmentNeed: u8bBitstreamConcealmentMethod: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.