Searched refs:VA_PICTURE_H264_LONG_TERM_REFERENCE (Results 1 – 6 of 6) sorted by relevance
146 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()223 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()499 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in updateDPB()586 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in removeReferenceFromDPB()
357 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()414 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
358 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()415 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
2142 #define VA_PICTURE_H264_LONG_TERM_REFERENCE 0x00000010 macro
58 … ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
61 … ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )