Searched defs:Target (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_Private.h32 LVM_INT32 Target; /* 32 bit number specifying fractional value of Target Gain */ member in struct:__anon170
H A DLVC_Mixer_VarSlope_SetTimeConstant.c67 LVM_INT32 Target; local
73 Target = LVC_Mixer_GetTarget( pStream );
75 if (Current != Target)
77 Tc_millisec = Tc_millisec * 32767 / (Current - Target);
H A DLVC_Core_MixInSoft_D16C31_SAT.c42 LVM_INT32 Target=pInstance->Target; local
48 if(Current<Target){
52 if (Current > Target)
53 Current = Target;
71 if (Current > Target)
72 Current = Target;
90 if (Current < Target)
91 Current = Target;
108 if (Current < Target)
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c42 LVM_INT32 Target=pInstance->Target; local
48 if(Current<Target){
52 if (Current > Target)
53 Current = Target;
65 if (Current > Target)
66 Current = Target;
79 if (Current < Target)
80 Current = Target;
91 if (Current < Target)
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DAGC.h46 LVM_INT32 Target; /* The target volume setting */ member in struct:__anon137
H A DMixer.h36 LVM_INT32 Target; /* Target value. Set by calling application. Can be changed at any time */ member in struct:__anon162
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp1 //===- Target.cpp ---------------------------------------------------------===//
9 #include <mcld/Support/Target.h>
15 // Target
17 Target::Target() function in class:Target
26 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const
34 Target::createTargetMachine(const std::string& pTriple,
35 const llvm::Target& pTarget,
45 Target::createMCLinker(const std::string &pTriple,
57 bool Target
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h34 enum Target { TEXTURE_2D = 0x0DE1, TEXTURE_EXTERNAL = 0x8D65 }; enum in class:android::Texture
37 Texture(Target textureTarget, uint32_t textureName);
40 void init(Target textureTarget, uint32_t textureName);
/frameworks/base/libs/hwui/
H A DQuery.h45 enum Target { enum in class:android::uirenderer::Query
62 Query(Target target = kTargetSamples): mActive(false), mTarget(target),
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h1 //===- Target.h -----------------------------------------------------------===//
15 class Target;
32 /** \class Target
33 * \brief Target collects target specific information
35 class Target class in namespace:mcld
43 typedef MCLDTargetMachine *(*TargetMachineCtorTy)(const llvm::Target &,
44 const mcld::Target &,
57 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&,
61 Target();
70 const llvm::Target
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h33 Target, enumerator in enum:mcld::Fragment::Type
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h34 Target, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/compile/slang/
H A Dslang_rs_context.cpp47 const clang::TargetInfo &Target,
62 mIs64Bit(Target.getPointerWidth(0) == 64) {
67 mDataLayout = new llvm::DataLayout(Target.getTargetDescription());
45 RSContext(clang::Preprocessor &PP, clang::ASTContext &Ctx, const clang::TargetInfo &Target, PragmaList *Pragmas, unsigned int TargetAPI, bool Verbose) argument
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.c557 LVM_INT32 Target; local
559 Target = LVM_MAXINT_16;
560 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
563 Target = dB_to_Lin32((LVM_INT16)(LocalParams.VC_Balance<<4));
564 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
569 LVM_INT32 Target; local
571 Target = dB_to_Lin32((LVM_INT16)((-LocalParams.VC_Balance)<<4));
572 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
575 Target = LVM_MAXINT_16;
576 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
581 LVM_INT32 Target; local
1011 LVM_INT32 Target; local
[all...]

Completed in 605 milliseconds