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

  /frameworks/av/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));
  /external/clang/lib/AST/
APValue.cpp 348 bool IsReference = Ty->isReferenceType();
350 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
359 if (IsReference)
366 } else if (!IsReference)
375 if (IsReference)
382 if (!IsReference)
428 if (IsReference)
  /external/clang/utils/analyzer/
SATestBuild.py 541 IsReference = False
545 IsReference = True
547 IsReference = True
555 testAll(IsReference, UpdateSVN)
  /frameworks/av/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 736 bool IsReference = false;
744 IsReference = FD->getType()->isReferenceType();
750 IsReference);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 572 milliseconds