/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 540 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) 681 unmark_long_term_frame_for_reference_by_frame_idx(avcHandle, dpb, long_term_frame_idx); 687 video->currFS->LongTermFrameIdx = long_term_frame_idx; [all...] |
/external/chromium_org/content/common/gpu/media/ |
h264_dpb.h | 42 int long_term_frame_idx; member in struct:content::H264Picture
|
vaapi_h264_decoder.cc | 729 pic->long_term_pic_num = pic->long_term_frame_idx; [all...] |
h264_parser.h | 140 int long_term_frame_idx; member in struct:content::H264DecRefPicMarking
|
h264_parser.cc | 926 READ_UE_OR_RETURN(&marking->long_term_frame_idx); [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 164 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."
|
avcint_common.h | 434 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */ member in struct:tagSliceHeader [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 627 status = ue_v(stream, sliceHdr->long_term_frame_idx[i]); [all...] |