HomeSort by relevance Sort by last modified time
    Searched refs:isLongTerm (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 93 dpb->fs[num_fs]->IsLongTerm = 0;
97 dpb->fs[num_fs]->frame.isLongTerm = 0;
279 video->currFS->IsLongTerm = 0;
281 video->currFS->frame.isLongTerm = FALSE;
359 dpb->fs[ii]->IsLongTerm = 0; /* but still used until output */
375 video->currPic->isLongTerm = FALSE;
376 video->currFS->IsLongTerm = 0;
381 video->currPic->isLongTerm = TRUE;
382 video->currFS->IsLongTerm = 3;
426 if (video->nal_unit_type != AVC_NALTYPE_IDR && video->currPic->isLongTerm == FALSE
    [all...]
reflist.cpp 42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
66 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
95 if (dpb->fs[i]->IsLongTerm == 3)
297 if ((RefPicListX[ cIdx ]->isLongTerm) || ((int)RefPicListX[ cIdx ]->PicNum != picNumLX))
345 if ((!RefPicListX[ cIdx ]->isLongTerm) || ((int)RefPicListX[ cIdx ]->LongTermPicNum != LongTermPicNum))
364 if ((dpb->fs[i]->frame.isLongTerm == FALSE) && (dpb->fs[i]->frame.PicNum == picNum))
385 if ((dpb->fs[i]->frame.isLongTerm == TRUE) && (dpb->fs[i]->frame.LongTermPicNum == LongtermPicNum))
397 return ((s->isReference) && !(s->isLongTerm));
402 return ((s->isReference) && (s->isLongTerm));
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 497 uint isLongTerm;
519 int IsLongTerm; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
520 /* if IsLongTerm is true, IsReference can be ignored. */
521 /* if IsReference is true, IsLongterm will be checked for short-term or long-term. */
522 /* IsUsed must be true to enable the validity of IsReference and IsLongTerm */
    [all...]

Completed in 623 milliseconds