Searched refs:refList0Size (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp34 video->refList0Size = 0;
90 video->refList0Size = list0idx;
104 SortPicByPicNumLongTerm(&(video->RefPicList0[video->refList0Size]), list0idx - video->refList0Size);
105 video->refList0Size = list0idx;
112 if ((video->refList0Size == video->refList1Size) && (video->refList0Size > 1))
117 for (i = 0; i < video->refList0Size; i++)
124 if (i == video->refList0Size)
133 video->refList0Size
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h763 int refList0Size; member in struct:tagCommonObj

Completed in 25 milliseconds