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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 92 dpb->fs[num_fs]->IsReference = 0;
98 dpb->fs[num_fs]->frame.isReference = 0;
126 dpb->fs[ii]->IsReference = 0;
246 if (dpb->fs[ii]->IsReference == 0 && dpb->fs[ii]->IsOutputted == 3)
278 video->currFS->IsReference = 0;
280 video->currFS->frame.isReference = FALSE;
358 dpb->fs[ii]->IsReference = 0; /* mark as unused for reference */
370 video->currPic->isReference = TRUE;
371 video->currFS->IsReference = 3;
403 if (video->currPic->isReference == TRUE
    [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))
84 dpb->fs[0]->IsReference = 3;
362 if (dpb->fs[i]->IsReference == 3)
383 if (dpb->fs[i]->IsReference == 3)
397 return ((s->isReference) && !(s->isLongTerm));
402 return ((s->isReference) && (s->isLongTerm));
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 495 uint isReference;
518 int IsReference; /* 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...]
  /external/clang/lib/Analysis/
CFG.cpp 608 bool IsReference = false;
616 IsReference = FD->getType()->isReferenceType();
622 IsReference);
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 218 milliseconds