Home
last modified time | relevance | path

Searched refs:VA_PICTURE_H264_SHORT_TERM_REFERENCE (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp159 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in decodeFrame()
236 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
512 if ((picParam->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in updateDPB()
570 refFrame->flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in updateReferenceFrames()
606 if ((picParam->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in removeReferenceFromDPB()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp356 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in decodeFrame()
413 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp368 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in decodeFrame()
431 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || in beginDecodingFrame()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformat_h264.c983 pic_params->ReferenceFrames[k].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in mix_videofmt_h264_hack_dpb()
1481 if (pic_params->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) in mix_videofmt_h264_handle_ref_frames()
1532 …if ((pic_params->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) || (pic_params->CurrPic.fla… in mix_videofmt_h264_handle_ref_frames()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c358 …_get_is_long_term(fs) ? VA_PICTURE_H264_LONG_TERM_REFERENCE : VA_PICTURE_H264_SHORT_TERM_REFERENCE; in vbp_set_slice_ref_list_h264()
464 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in vbp_set_reference_frames_h264()
879 pic_parms->CurrPic.flags |= VA_PICTURE_H264_SHORT_TERM_REFERENCE; in vbp_add_pic_data_h264()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderAVC.cpp1152 avcPicParams.ReferenceFrames[0].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in renderPictureParams()
1364 currentSlice->RefPicList0[0].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in renderSliceParams()
/hardware/intel/common/libva/va/
Dva.h2141 #define VA_PICTURE_H264_SHORT_TERM_REFERENCE 0x00000008 macro
/hardware/intel/common/libva/test/encode/
Dh264encode.c1242 CurrentCurrPic.flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; in update_ReferenceFrames()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c58 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE
/hardware/intel/img/psb_video/src/
Dpnw_H264.c63 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE