Searched defs:max_long_term_frame_idx_plus1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp543 MemMgrCtrlOp4(avcHandle, video, dpb, sliceHdr->max_long_term_frame_idx_plus1[ii]);
640 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1) argument
644 video->MaxLongTermFrameIdx = max_long_term_frame_idx_plus1 - 1;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader

Completed in 30 milliseconds