Searched refs:long_term_frame_idx (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/common/src/ |
D | dpb.cpp | 545 …andle, video, dpb, sliceHdr->difference_of_pic_nums_minus1[ii], sliceHdr->long_term_frame_idx[ii]); in adaptive_memory_marking() 556 MemMgrCtrlOp6(avcHandle, video, dpb, sliceHdr->long_term_frame_idx[ii]); in adaptive_memory_marking() 612 uint long_term_frame_idx) in MemMgrCtrlOp3() argument 620 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx); in MemMgrCtrlOp3() 631 dpb->fs[ii]->LongTermFrameIdx = long_term_frame_idx; in MemMgrCtrlOp3() 632 dpb->fs[ii]->frame.LongTermPicNum = long_term_frame_idx; in MemMgrCtrlOp3() 683 …rCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx) in MemMgrCtrlOp6() argument 686 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx); in MemMgrCtrlOp6() 692 video->currFS->LongTermFrameIdx = long_term_frame_idx; in MemMgrCtrlOp6() 715 …me_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx) in unmark_long_term_frame_for_reference_by_frame_idx() argument [all …]
|
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avclib_common.h | 166 uint long_term_frame_idx); 193 …CtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx); 200 …e_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
|
D | avcint_common.h | 437 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | header.cpp | 627 status = ue_v(stream, sliceHdr->long_term_frame_idx[i]); in dec_ref_pic_marking()
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | header.cpp | 921 ue_v(stream, &(sliceHdr->long_term_frame_idx[i])); in dec_ref_pic_marking()
|