OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongTermFrameIdx
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
383
video->currFS->
LongTermFrameIdx
= 0;
605
/* see subclause 8.2.5.4.3 assign
LongTermFrameIdx
to a short-term ref picture */
626
dpb->fs[ii]->
LongTermFrameIdx
= long_term_frame_idx;
646
/* then mark long term frame with exceeding
LongTermFrameIdx
to unused for reference. */
651
if (dpb->fs[ii]->
LongTermFrameIdx
> video->MaxLongTermFrameIdx)
687
video->currFS->
LongTermFrameIdx
= long_term_frame_idx;
716
if (dpb->fs[ii]->IsLongTerm && (dpb->fs[ii]->
LongTermFrameIdx
== (int)long_term_frame_idx))
reflist.cpp
98
dpb->fs[i]->frame.LongTermPicNum = dpb->fs[i]->
LongTermFrameIdx
;
473
/* sort frames by
LongTermFrameIdx
, ascending order */
483
if (data[j]->
LongTermFrameIdx
< data[i]->
LongTermFrameIdx
)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
530
int
LongTermFrameIdx
;
735
int
LongTermFrameIdx
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
603
video->
LongTermFrameIdx
= 0;
[
all
...]
Completed in 251 milliseconds