Searched refs:max_long_term_frame_idx_plus1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | dpb.cpp | 543 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/ |
D | avclib_common.h | 173 …CHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
|
D | avcint_common.h | 435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | header.cpp | 631 status = ue_v(stream, sliceHdr->max_long_term_frame_idx_plus1[i]); in dec_ref_pic_marking()
|