Searched refs:max_long_term_frame_idx_plus1 (Results 1 - 4 of 4) 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 Davclib_common.h171 \param "max_long_term_frame_idx_plus1" "From the syntax in dec_ref_pic_marking()."
173 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
H A Davcint_common.h435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp631 status = ue_v(stream, sliceHdr->max_long_term_frame_idx_plus1[i]);

Completed in 64 milliseconds