/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixInSoft_D16C31_SAT.cpp | 48 if (pInstance->Current != pInstance->Target) { in LVC_MixInSoft_D16C31_SAT() 50 pInstance->Current = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 51 TargetGain = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 53 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_D16C31_SAT() 54 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. \ in LVC_MixInSoft_D16C31_SAT() 56 TargetGain = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 70 if (pInstance->Target != 0) { /* Nothing to do in case Target = 0 */ in LVC_MixInSoft_D16C31_SAT() 71 if ((pInstance->Target) == 1.0f) { in LVC_MixInSoft_D16C31_SAT() 74 Mac3s_Sat_Float(src, (pInstance->Target), dst, n); in LVC_MixInSoft_D16C31_SAT() 76 pInstance->Current = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() [all …]
|
D | LVC_MixSoft_1St_D16C31_SAT.cpp | 49 if (pInstance->Current != pInstance->Target) { in LVC_MixSoft_1St_D16C31_SAT() 51 pInstance->Current = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 52 TargetGain = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 54 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT() 55 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. \ in LVC_MixSoft_1St_D16C31_SAT() 57 TargetGain = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 71 if (pInstance->Target == 0) in LVC_MixSoft_1St_D16C31_SAT() 74 if ((pInstance->Target) != 1.0f) in LVC_MixSoft_1St_D16C31_SAT() 75 Mult3s_Float(src, (pInstance->Target), dst, n); in LVC_MixSoft_1St_D16C31_SAT() 86 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT() [all …]
|
D | LVC_Core_MixInSoft_D16C31_SAT.cpp | 36 LVM_FLOAT Target = pInstance->Target; in LVC_Core_MixInSoft_D16C31_SAT() local 42 if (Current < Target) { in LVC_Core_MixInSoft_D16C31_SAT() 46 if (Current > Target) Current = Target; in LVC_Core_MixInSoft_D16C31_SAT() 57 if (Current > Target) Current = Target; in LVC_Core_MixInSoft_D16C31_SAT() 67 if (Current < Target) Current = Target; in LVC_Core_MixInSoft_D16C31_SAT() 77 if (Current < Target) Current = Target; in LVC_Core_MixInSoft_D16C31_SAT() 112 LVM_FLOAT Target = pInstance->Target; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local 124 if (Current < Target) { in LVC_Core_MixInSoft_Mc_D16C31_SAT() 128 if (Current > Target) Current = Target; in LVC_Core_MixInSoft_Mc_D16C31_SAT() 139 if (Current > Target) Current = Target; in LVC_Core_MixInSoft_Mc_D16C31_SAT() [all …]
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.cpp | 36 LVM_FLOAT Target = (LVM_FLOAT)pInstance->Target; in LVC_Core_MixSoft_1St_D16C31_WRA() local 41 if (Current < Target) { in LVC_Core_MixSoft_1St_D16C31_WRA() 44 if (Current > Target) Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA() 54 if (Current > Target) Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA() 64 if (Current < Target) Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA() 73 if (Current < Target) Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA() 109 LVM_FLOAT Target = (LVM_FLOAT)pInstance->Target; in LVC_Core_MixSoft_Mc_D16C31_WRA() local 120 if (Current < Target) { in LVC_Core_MixSoft_Mc_D16C31_WRA() 123 if (Current > Target) Current = Target; in LVC_Core_MixSoft_Mc_D16C31_WRA() 134 if (Current > Target) Current = Target; in LVC_Core_MixSoft_Mc_D16C31_WRA() [all …]
|
D | MixInSoft_D32C31_SAT.cpp | 44 if (pInstance->Current != pInstance->Target) { in MixInSoft_D32C31_SAT() 46 pInstance->Current = pInstance->Target; in MixInSoft_D32C31_SAT() 47 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT() 48 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT() 49 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. \ in MixInSoft_D32C31_SAT() 63 if (pInstance->Target != 0) { /* Nothing to do in case Target = 0 */ in MixInSoft_D32C31_SAT() 64 if ((pInstance->Target) == 1.0f) in MixInSoft_D32C31_SAT() 68 pInstance->Current = pInstance->Target; /* In case the core function would \ in MixInSoft_D32C31_SAT() 81 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT() 82 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT() [all …]
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.cpp | 92 if (pInstance1->Target <= LVM_VOL_BAL_THR || pInstance2->Target <= LVM_VOL_BAL_THR) { in LVC_MixSoft_1St_MC_float_SAT() 93 Target_ctr.Target = 0.0f; in LVC_MixSoft_1St_MC_float_SAT() 115 if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_1St_MC_float_SAT() 116 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_1St_MC_float_SAT() 119 Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT() 121 pInstance1->Current = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT() 122 TargetGain = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT() 131 Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT() 133 pInstance2->Current = pInstance2->Target; in LVC_MixSoft_1St_MC_float_SAT() 134 TargetGain = pInstance2->Target; in LVC_MixSoft_1St_MC_float_SAT() [all …]
|
D | MixSoft_1St_D32C31_WRA.cpp | 45 if (pInstance->Current != pInstance->Target) { in MixSoft_1St_D32C31_WRA() 47 pInstance->Current = pInstance->Target; in MixSoft_1St_D32C31_WRA() 48 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA() 49 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA() 50 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. \ in MixSoft_1St_D32C31_WRA() 64 if (pInstance->Target == 0) in MixSoft_1St_D32C31_WRA() 66 else if ((pInstance->Target) == 1.0f) { in MixSoft_1St_D32C31_WRA() 77 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA() 78 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA() 79 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. \ in MixSoft_1St_D32C31_WRA()
|
D | LVC_Core_MixSoft_1St_2i_D16C31_WRA.cpp | 40 const LVM_FLOAT Target = pInstance->Target; in LVC_Core_MixSoft_1St_MC_float_WRA() local 41 if (Current < Target) { in LVC_Core_MixSoft_1St_MC_float_WRA() 43 if (Current > Target) Current = Target; in LVC_Core_MixSoft_1St_MC_float_WRA() 46 if (Current < Target) Current = Target; in LVC_Core_MixSoft_1St_MC_float_WRA()
|
D | LVC_MixSoft_2St_D16C31_SAT.cpp | 40 if ((pInstance1->Current == pInstance1->Target) && (pInstance1->Current == 0)) { in LVC_MixSoft_2St_D16C31_SAT() 43 } else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)) { in LVC_MixSoft_2St_D16C31_SAT() 46 } else if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_2St_D16C31_SAT() 47 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_2St_D16C31_SAT() 92 if ((pInstance1->Current == pInstance1->Target) && (pInstance1->Current == 0)) { in LVC_MixSoft_2Mc_D16C31_SAT() 95 } else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)) { in LVC_MixSoft_2Mc_D16C31_SAT() 98 } else if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_2Mc_D16C31_SAT() 99 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_2Mc_D16C31_SAT()
|
D | LVC_Mixer_VarSlope_SetTimeConstant.cpp | 67 LVM_FLOAT Target; in LVC_Mixer_VarSlope_SetTimeConstant() local 73 Target = pInstance->Target; in LVC_Mixer_VarSlope_SetTimeConstant() 75 if (Current != Target) { in LVC_Mixer_VarSlope_SetTimeConstant() 76 Tc_millisec_float = (LVM_FLOAT)(Tc_millisec) / (Current - Target); in LVC_Mixer_VarSlope_SetTimeConstant()
|
/frameworks/compile/mclinker/lib/Support/ |
D | Target.cpp | 18 Target::Target() in Target() function in mcld::Target 27 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const { in getTripleQuality() 33 MCLDTargetMachine* Target::createTargetMachine(const std::string& pTriple, in createTargetMachine() 34 const llvm::Target& pTarget, in createTargetMachine() 42 MCLinker* Target::createMCLinker(const std::string& pTriple, in createMCLinker() 53 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const { in emulate() 60 TargetLDBackend* Target::createLDBackend(const LinkerConfig& pConfig) const { in createLDBackend() 67 DiagnosticLineInfo* Target::createDiagnosticLineInfo( in createDiagnosticLineInfo() 68 const mcld::Target& pTarget, in createDiagnosticLineInfo()
|
D | TargetRegistry.cpp | 18 void TargetRegistry::RegisterTarget(Target& pTarget, in RegisterTarget() 20 Target::TripleMatchQualityFnTy pQualityFn) { in RegisterTarget() 27 const Target* TargetRegistry::lookupTarget(const std::string& pTriple, in lookupTarget() 35 Target* best = NULL, * ambiguity = NULL; in lookupTarget() 65 const Target* TargetRegistry::lookupTarget(const std::string& pArchName, in lookupTarget() 68 const Target* result = NULL; in lookupTarget()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 32 typedef std::list<mcld::Target*> TargetListTy; 53 static void RegisterTarget(Target& pTarget, 55 Target::TripleMatchQualityFnTy pQualityFn); 62 static void RegisterEmulation(mcld::Target& T, in RegisterEmulation() 63 mcld::Target::EmulationFnTy Fn) { in RegisterEmulation() 73 static void RegisterTargetLDBackend(mcld::Target& T, in RegisterTargetLDBackend() 74 mcld::Target::TargetLDBackendCtorTy Fn) { in RegisterTargetLDBackend() 85 mcld::Target& T, in RegisterDiagnosticLineInfo() 86 mcld::Target::DiagnosticLineInfoCtorTy Fn) { in RegisterDiagnosticLineInfo() 95 static const mcld::Target* lookupTarget(const std::string& pTriple, [all …]
|
D | Target.h | 14 class Target; variable 34 class Target { 41 typedef MCLDTargetMachine* (*TargetMachineCtorTy)(const llvm::Target&, 42 const mcld::Target&, 55 typedef DiagnosticLineInfo* (*DiagnosticLineInfoCtorTy)(const mcld::Target&, 59 Target(); 68 const llvm::Target& pTarget, 86 const mcld::Target& pTarget,
|
/frameworks/base/core/java/com/android/internal/util/ |
D | DataClass.java | 34 import java.lang.annotation.Target; 38 @Target(ElementType.TYPE) 191 @Target(FIELD) 201 @Target(FIELD) 211 @Target({FIELD, METHOD, PARAMETER, LOCAL_VARIABLE}) 219 @Target({METHOD}) 231 @Target({FIELD, METHOD, ANNOTATION_TYPE, CONSTRUCTOR, TYPE}) 239 @Target({FIELD}) 246 @Target({TYPE}) 255 @Target({FIELD})
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARM.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheARMTarget; 23 extern mcld::Target TheThumbTarget; 25 TargetLDBackend* createARMLDBackend(const llvm::Target&, const std::string&);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheX86_32Target; 23 extern mcld::Target TheX86_64Target; 25 TargetLDBackend* createX86LDBackend(const llvm::Target&, const std::string&);
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Target.java | 29 public final class Target { class 50 Target() { in Target() method in Target 60 Target(@NonNull Target from) { in Target() method in Target 159 private final Target mTarget; 163 mTarget = new Target(); in Builder() 167 public Builder(@NonNull Target target) { in Builder() 168 mTarget = new Target(target); in Builder() 286 public Target build() { in build()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | Hexagon.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheHexagonTarget; 24 TargetLDBackend* createHexagonLDBackend(const llvm::Target&,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheAArch64Target; 24 TargetLDBackend* createAArch64LDBackend(const llvm::Target&,
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicyTest.java | 29 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_FULLSCREEN; 30 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_BOTTOM; 31 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_LEFT; 32 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_RIGHT; 33 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_TOP; 68 import com.android.wm.shell.draganddrop.DragAndDropPolicy.Target; 204 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenHome_expectOnlyFullscreenTarget() 216 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenApp_expectSplitScreenAndFullscreenTargets() 233 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenAppPhone_expectVerticalSplitScreenAndFullscreenTargets() 250 ArrayList<Target> targets = assertExactTargetTypes( in testDragAppOverFullscreenNonResizeableApp_expectOnlyFullscreenTargets() [all …]
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragAndDropPolicy.java | 35 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_FULLSCREEN; 36 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_BOTTOM; 37 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_LEFT; 38 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_RIGHT; 39 import static com.android.wm.shell.draganddrop.DragAndDropPolicy.Target.TYPE_SPLIT_TOP; 87 private final ArrayList<DragAndDropPolicy.Target> mTargets = new ArrayList<>(); 117 ArrayList<Target> getTargets(Insets insets) { in getTargets() 157 new Target(TYPE_FULLSCREEN, fullscreenHitRegion, fullscreenDrawRegion)); in getTargets() 158 mTargets.add(new Target(TYPE_SPLIT_LEFT, leftHitRegion, leftDrawRegion)); in getTargets() 159 mTargets.add(new Target(TYPE_SPLIT_RIGHT, rightHitRegion, rightDrawRegion)); in getTargets() [all …]
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | Mips.h | 14 class Target; variable 16 extern Target TheMipselTarget; 17 extern Target TheMips64elTarget;
|
/frameworks/libs/modules-utils/java/android/annotation/ |
D | RequiresPermission.java | 26 import java.lang.annotation.Target; 81 @Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER}) 120 @Target({FIELD, METHOD, PARAMETER}) 133 @Target({FIELD, METHOD, PARAMETER})
|
/frameworks/base/errorprone/java/android/annotation/ |
D | RequiresPermission.java | 26 import java.lang.annotation.Target; 80 @Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER}) 119 @Target({FIELD, METHOD, PARAMETER}) 132 @Target({FIELD, METHOD, PARAMETER})
|