Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dreflist.cpp26 int i, list0idx; in RefListInit() local
30 list0idx = 0; in RefListInit()
78 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame); in RefListInit()
82 if (list0idx == 0) in RefListInit()
86 list0idx = 1; in RefListInit()
89 SortPicByPicNum(video->RefPicList0, list0idx); in RefListInit()
90 video->refList0Size = list0idx; in RefListInit()
99 video->RefPicList0[list0idx++] = &(dpb->fs[i]->frame); in RefListInit()
104 …SortPicByPicNumLongTerm(&(video->RefPicList0[video->refList0Size]), list0idx - video->refList0Size… in RefListInit()
105 video->refList0Size = list0idx; in RefListInit()