OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refList0Size
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
34
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
= AVC_MIN(video->refList0Size, (int)video->sliceHdr->num_ref_idx_l0_active_minus1 + 1)
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
763
int
refList0Size
;
[
all
...]
Completed in 152 milliseconds