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

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 656 OMX_INOUT OMX_U32* numComps,
667 if (numComps == NULL)
673 *numComps = 0;
680 (*numComps)++;
688 if(numComps)
690 namecount = *numComps;
697 *numComps = 0;
706 strlcpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE);
708 strncpy((char *)compNames[*numComps],core[i].name, OMX_MAX_STRINGNAME_SIZE);
710 (*numComps)++
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 558 /// unsigned numComps = ConEQ.Classify(LI);
559 /// if (numComps > 1) {
560 /// // allocate numComps-1 new LiveIntervals into LIS[1..]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 833 OffsetOfNode* compsPtr, unsigned numComps,
837 sizeof(OffsetOfNode) * numComps +
840 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, compsPtr, numComps,
845 unsigned numComps, unsigned numExprs) {
847 sizeof(OffsetOfNode) * numComps +
849 return new (Mem) OffsetOfExpr(numComps, numExprs);
854 OffsetOfNode* compsPtr, unsigned numComps,
863 NumComps(numComps), NumExprs(numExprs)
865 for(unsigned i = 0; i < numComps; ++i)
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h     [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h     [all...]

Completed in 1061 milliseconds