Searched refs:long_term_frame_idx (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp540 MemMgrCtrlOp3(avcHandle, video, dpb, sliceHdr->difference_of_pic_nums_minus1[ii], sliceHdr->long_term_frame_idx[ii]);
551 MemMgrCtrlOp6(avcHandle, video, dpb, sliceHdr->long_term_frame_idx[ii]);
607 uint long_term_frame_idx)
613 /* look for fs[i] with long_term_frame_idx */
615 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx);
626 dpb->fs[ii]->LongTermFrameIdx = long_term_frame_idx;
627 dpb->fs[ii]->frame.LongTermPicNum = long_term_frame_idx;
678 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx) argument
681 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx);
687 video->currFS->LongTermFrameIdx = long_term_frame_idx;
606 MemMgrCtrlOp3(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint difference_of_pic_nums_minus1, uint long_term_frame_idx) argument
710 unmark_long_term_frame_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davclib_common.h164 uint long_term_frame_idx);
189 \param "long_term_frame_idx" "From the syntax in dec_ref_pic_marking()."
191 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
196 \param "long_term_frame_idx" "To look for"
198 void unmark_long_term_frame_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
204 \param "long_term_frame_idx" "To look for."
H A Davcint_common.h434 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp627 status = ue_v(stream, sliceHdr->long_term_frame_idx[i]);

Completed in 45 milliseconds