Home
last modified time | relevance | path

Searched defs:_CODEC_REF_LIST (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_common.h244 struct _CODEC_REF_LIST struct
247 CODEC_PICTURE RefPic;
248 MOS_RESOURCE resRefPic; // Resource of RefPic
249 uint8_t ucFrameId;
250 int32_t iFieldOrderCnt[CODEC_NUM_FIELDS_PER_FRAME];
251 uint8_t ucDMVIdx[CODEC_NUM_FIELDS_PER_FRAME];
252 bool bUsedAsRef;
253 uint8_t ucNumRef;
254 … ucAvcPictureCodingType; // used for PAFF case, 0: frame, 1: tff field, 2: invalid, 3: bff field
255 CODEC_PICTURE RefList[CODEC_MAX_NUM_REF_FRAME];
[all …]