Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DAGC_MIX_VOL_2St1Mon_D32_WRA.cpp83 LVM_FLOAT Left; /* Left sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA() local
117 Left = *pStSrc++; /* Get the left sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
124 Left += (Mono * AGC_Mult); /* Mix in the mono signal */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
130 Left = Left * Vol_Mult; in AGC_MIX_VOL_2St1Mon_D32_WRA()
132 *pDst++ = Left; /* Save the results */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
138 AbsPeak = Abs_Float(Left) > Abs_Float(Right) ? Abs_Float(Left) : Abs_Float(Right); in AGC_MIX_VOL_2St1Mon_D32_WRA()
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp140 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); in copyInterlaceGroup()
155 if (frame->ImageDesc.Left + copyWidth > width) { in blitInterlace()
156 copyWidth = width - frame->ImageDesc.Left; in blitInterlace()
186 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); in blitNormal()
188 if (frame->ImageDesc.Left + copyWidth > width) { in blitNormal()
189 copyWidth = width - frame->ImageDesc.Left; in blitNormal()
295 if (target->ImageDesc.Left <= covered->ImageDesc.Left in checkIfCover()
296 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
297 target->ImageDesc.Left + target->ImageDesc.Width in checkIfCover()
323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top, in disposeFrameIfNeeded()
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp144 return target.Left <= covered.Left in checkIfCover()
145 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover()
168 if (imageDesc.Left + copyWidth > maxWidth) { in getCopySize()
169 copyWidth = maxWidth - imageDesc.Left; in getCopySize()
281 Color8888* dst = outputPtr + prevFrame.ImageDesc.Left + in drawFrame()
315 Color8888* dst = outputPtr + frame.ImageDesc.Left + in drawFrame()
/frameworks/native/libs/binder/ndk/
D.clang-format5 PointerAlignment: Left
8 PointerAlignment: Left
/frameworks/base/data/keyboards/
DVendor_045e_Product_02e0.kl36 # Left Analog Stick
43 # Left stick click
DVendor_2e95_Product_7725.kl40 # Left Analog Stick
47 # Left stick click
DVendor_054c_Product_09cc_Version_8111.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_05c4_Version_8000.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_09cc_Version_8000.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_0ba0_Version_8111.kl42 # Left Analog Stick
49 # Left stick click
DVendor_054c_Product_05c4_Version_8100.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_09cc_Version_8100.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_05c4_Version_8111.kl43 # Left Analog Stick
50 # Left stick click
DVendor_054c_Product_05c4.kl42 # Left Analog Stick
49 # Left stick click
DVendor_054c_Product_0ba0.kl42 # Left Analog Stick
49 # Left stick click
DVendor_054c_Product_09cc.kl42 # Left Analog Stick
49 # Left stick click
/frameworks/native/services/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/native/libs/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/native/cmds/vr/
D.clang-format3 PointerAlignment: Left
/frameworks/base/tools/aapt2/
D.clang-format7 PointerAlignment: Left
/frameworks/base/cmds/idmap2/
D.clang-format7 PointerAlignment: Left
/frameworks/base/libs/androidfw/
D.clang-format7 PointerAlignment: Left
/frameworks/native/cmds/dumpsys/
D.clang-format10 PointerAlignment: Left
/frameworks/native/cmds/dumpstate/
D.clang-format10 PointerAlignment: Left
/frameworks/native/cmds/bugreportz/
D.clang-format10 PointerAlignment: Left

12