Home
last modified time | relevance | path

Searched refs:max_long_term_frame_idx_plus1 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
Dsecvideoparser.h76 uint8_t max_long_term_frame_idx_plus1; member
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
Dsecvideoparser.h76 uint8_t max_long_term_frame_idx_plus1; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_sei.h152 int32_t max_long_term_frame_idx_plus1; //UE member
Dh264.h648 uint8_t max_long_term_frame_idx_plus1[NUM_MMCO_OPERATIONS]; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sh.c715 …SliceHeader->sh_dec_refpic.max_long_term_frame_idx_plus1[i] = h264_GetVLCElement(parent, pInfo, fa… in h264_Parse_Dec_Ref_Pic_Marking()
Dh264parse_dpb.c2019 …ate_max_long_term_frame_idx(h264_DecodedPictureBuffer *p_dpb,int32_t max_long_term_frame_idx_plus1) in h264_dpb_mm_update_max_long_term_frame_idx() argument
2027 p_dpb->max_long_term_pic_idx = max_long_term_frame_idx_plus1 - 1; in h264_dpb_mm_update_max_long_term_frame_idx()
2346 pInfo->SliceHeader.sh_dec_refpic.max_long_term_frame_idx_plus1[idx]); in h264_dpb_adaptive_memory_management()