Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp160 (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()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp357 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()
414 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp369 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)); in decodeFrame()
432 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) { in beginDecodingFrame()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.c1484 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()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c358 …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()
/hardware/intel/common/libva/va/
Dva.h2142 #define VA_PICTURE_H264_LONG_TERM_REFERENCE 0x00000010 macro
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c58 … ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
/hardware/intel/img/psb_video/src/
Dpnw_H264.c63 … ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )