Home
last modified time | relevance | path

Searched refs:bInterlaceAllowed (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_interlace.cpp317 bool bInterlaceAllowed = in Query1WithCaps() local
328 , mfxU16(bInterlaceAllowed * MFX_PICSTRUCT_FIELD_TOP) in Query1WithCaps()
329 , mfxU16(bInterlaceAllowed * MFX_PICSTRUCT_FIELD_BOTTOM) in Query1WithCaps()
330 , mfxU16(bInterlaceAllowed * MFX_PICSTRUCT_FIELD_SINGLE) in Query1WithCaps()
331 , mfxU16(bInterlaceAllowed * MFX_PICSTRUCT_FIELD_TFF) in Query1WithCaps()
332 , mfxU16(bInterlaceAllowed * MFX_PICSTRUCT_FIELD_BFF)); in Query1WithCaps()