Home
last modified time | relevance | path

Searched refs:long_term_frame_idx (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddpb.cpp545 …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/
Davclib_common.h166 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);
Davcint_common.h437 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dheader.cpp627 status = ue_v(stream, sliceHdr->long_term_frame_idx[i]); in dec_ref_pic_marking()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dheader.cpp921 ue_v(stream, &(sliceHdr->long_term_frame_idx[i])); in dec_ref_pic_marking()