Searched refs:MaxLongTermFrameIdx (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp377 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/
H A Davcint_common.h734 int MaxLongTermFrameIdx; member in struct:tagCommonObj
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp598 video->MaxLongTermFrameIdx = -1; /* no long-term frame indx */
602 video->MaxLongTermFrameIdx = 0;

Completed in 122 milliseconds