HomeSort by relevance Sort by last modified time
    Searched defs:Params (Results 51 - 73 of 73) sorted by null

1 23

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 85 M4MCS_OutputParams Params;
121 Params.OutputFileType = xVSS_context->pMCScurrentParams->OutputFileType;
122 Params.OutputVideoFormat = xVSS_context->pMCScurrentParams->OutputVideoFormat;
123 Params.outputVideoProfile= xVSS_context->pMCScurrentParams->outputVideoProfile;
124 Params.outputVideoLevel = xVSS_context->pMCScurrentParams->outputVideoLevel;
125 Params.OutputVideoFrameSize = xVSS_context->pMCScurrentParams->OutputVideoFrameSize;
126 Params.OutputVideoFrameRate = xVSS_context->pMCScurrentParams->OutputVideoFrameRate;
127 Params.OutputAudioFormat = xVSS_context->pMCScurrentParams->OutputAudioFormat;
128 Params.OutputAudioSamplingFrequency =
130 Params.bAudioMono = xVSS_context->pMCScurrentParams->bAudioMono
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 653 SmallVector<ParmVarDecl *, 2> Params;
660 Params.push_back(objects);
667 Params.push_back(cnt);
668 Method->setMethodParams(Context, Params, None);
769 SmallVector<ParmVarDecl *, 3> Params;
776 Params.push_back(objects);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplate.cpp 754 TemplateParameterList *Params,
771 Name, Params);
783 if (Params->size() == 0) {
785 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc());
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h 574 ParmVarDecl **Params, unsigned NumParams,
9130 SmallVector<ParmVarDecl*, 4> params; local
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 655 SmallVector<ParmVarDecl *, 16> Params;
656 Params.reserve(NumParams);
658 Params.push_back(ReadDeclAs<ParmVarDecl>(Record, Idx));
659 FD->setParams(Reader.getContext(), Params);
692 SmallVector<ParmVarDecl *, 16> Params;
693 Params.reserve(NumParams);
695 Params.push_back(ReadDeclAs<ParmVarDecl>(Record, Idx));
704 MD->setParamsAndSelLocs(Reader.getContext(), Params, SelLocs);
    [all...]
ASTReader.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 538 TemplateParameterList *Params = Parm->getTemplateParameters();
539 ID.AddInteger(Params->size());
540 for (TemplateParameterList::const_iterator P = Params->begin(),
541 PEnd = Params->end();
584 TemplateParameterList *Params = TTP->getTemplateParameters();
586 CanonParams.reserve(Params->size());
587 for (TemplateParameterList::const_iterator P = Params->begin(),
588 PEnd = Params->end();
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 63 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; local
66 params, true),
79 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; local
81 params, true),
92 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; local
94 params, true),
105 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; local
111 params, true),
121 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy }; local
123 params, true)
132 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy }; local
143 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy }; local
154 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy }; local
549 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; local
557 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; local
565 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; local
573 llvm::Type *params[] = { ClassPtrTy, ObjectPtrTy }; local
583 llvm::Type *params[] = { CGM.Int32Ty->getPointerTo() }; local
676 llvm::Type *params[] = { ObjectPtrTy, MessageRefPtrTy }; local
684 llvm::Type *params[] = { ObjectPtrTy, MessageRefPtrTy }; local
692 llvm::Type *params[] = { ObjectPtrTy, MessageRefPtrTy }; local
701 llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy }; local
710 llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy }; local
723 llvm::Type *params[] = { Int8PtrTy }; local
5404 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy }; local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 731 TemplateParameterList* Params = DD->getTemplateParameterList(i);
732 if (VisitTemplateParameters(Params))
766 TemplateParameterList* Params = ND->getTemplateParameterList(i);
767 if (VisitTemplateParameters(Params))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 245 DWORD64 Params[4];
262 DWORD Params[4];
809 ULONG64 Params[4];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 245 DWORD64 Params[4];
262 DWORD Params[4];
809 ULONG64 Params[4];
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 4075 CheckMp.Params params = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 1068 GLfloat Params[3]; /**< GL_EXT_point_parameters */
1071 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 1068 GLfloat Params[3]; /**< GL_EXT_point_parameters */
1071 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
    [all...]

Completed in 718 milliseconds

1 23