Searched refs:VA_PICTURE_H264_LONG_TERM_REFERENCE (Results 1 – 8 of 8) sorted by relevance
160 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()237 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()513 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in updateDPB()607 (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()
369 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()432 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
1484 if (pic_params->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE) in mix_videofmt_h264_handle_ref_frames()1532 …RE_H264_SHORT_TERM_REFERENCE) || (pic_params->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) in mix_videofmt_h264_handle_ref_frames()
358 …refPicListX->flags |= viddec_h264_get_is_long_term(fs) ? VA_PICTURE_H264_LONG_TERM_REFERENCE : VA_… in vbp_set_slice_ref_list_h264()506 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_LONG_TERM_REFERENCE; in vbp_set_reference_frames_h264()
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) )
63 … ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )