OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxLongTermFrameIdx
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
377
video->
MaxLongTermFrameIdx
= -1;
384
video->
MaxLongTermFrameIdx
= 0;
639
/* see subclause 8.2.5.4.4,
MaxLongTermFrameIdx
*/
644
video->
MaxLongTermFrameIdx
= max_long_term_frame_idx_plus1 - 1;
651
if (dpb->fs[ii]->LongTermFrameIdx > video->
MaxLongTermFrameIdx
)
660
MaxLongTermFrameIdx
to "no long-term frame indices" */
665
video->
MaxLongTermFrameIdx
= -1;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
734
int
MaxLongTermFrameIdx
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
598
video->
MaxLongTermFrameIdx
= -1; /* no long-term frame indx */
602
video->
MaxLongTermFrameIdx
= 0;
[
all
...]
Completed in 304 milliseconds