Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp543 MemMgrCtrlOp4(avcHandle, video, dpb, sliceHdr->max_long_term_frame_idx_plus1[ii]); in adaptive_memory_marking()
640 …VCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1) in MemMgrCtrlOp4() argument
644 video->MaxLongTermFrameIdx = max_long_term_frame_idx_plus1 - 1; in MemMgrCtrlOp4()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davclib_common.h173 …CHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
Davcint_common.h435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dheader.cpp631 status = ue_v(stream, sliceHdr->max_long_term_frame_idx_plus1[i]); in dec_ref_pic_marking()