Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h517 typedef struct tagFrameStore struct
519 uint8 *base_dpb; /* base pointer for the YCbCr */
521 … IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
522 … IsLongTerm; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
527 …int IsOutputted; /* has it been outputted via AVCDecGetOutput API, then don't output it again,
529 AVCPictureData frame;
531 int FrameNum;
532 int FrameNumWrap;
533 int LongTermFrameIdx;
534 int PicOrderCnt; /* of the frame, smaller of the 2 fields */