Searched refs:Left (Results 1 – 25 of 25) sorted by relevance
84 LVM_INT32 Left; /* Left sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA() local125 Left = *pStSrc++; /* Get the left sample */ in AGC_MIX_VOL_2St1Mon_D32_WRA()136 Left += Mono; /* Mix in the mono signal */ in AGC_MIX_VOL_2St1Mon_D32_WRA()143 …HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (V… in AGC_MIX_VOL_2St1Mon_D32_WRA()144 LowWord = (Vol_Mult * (Left & 0xffff)); in AGC_MIX_VOL_2St1Mon_D32_WRA()145 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift); in AGC_MIX_VOL_2St1Mon_D32_WRA()149 *pDst++ = Left; /* Save the results */ in AGC_MIX_VOL_2St1Mon_D32_WRA()156 …AbsPeak = (Abs_32(Left)>Abs_32(Right)) ? Abs_32(Left) : Abs_32(Right); /* Get the absolute peak */ in AGC_MIX_VOL_2St1Mon_D32_WRA()
140 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()
142 return target.Left <= covered.Left in checkIfCover()143 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover()166 if (imageDesc.Left + copyWidth > maxWidth) { in getCopySize()167 copyWidth = maxWidth - imageDesc.Left; in getCopySize()279 Color8888* dst = outputPtr + prevFrame.ImageDesc.Left + in drawFrame()315 Color8888* dst = outputPtr + frame.ImageDesc.Left + in drawFrame()
3 PointerAlignment: Left
7 PointerAlignment: Left
10 PointerAlignment: Left
12 PointerAlignment: Left
52 final Slot slot = position == 0 ? Slot.Left : in createView()
56 context, desiredHeight, Slot.Left, Slot.Right); in createView()
78 Left, enumConstant106 case Left: in horizontalButtonSlots()
78 PointerAlignment: Left
31 # Left and right stick.
40 # Left Analog Stick
31 Left = 0x1, enumerator
26 if (clip.left > bounds.left) clipSideFlags |= OpClipSideFlags::Left; in computeClipSideFlags()
158 … if (!checkSide(currentFlags, newFlags, OpClipSideFlags::Left, boundsDelta)) return false; in canMergeWith()
60 * left: Left plane.130 * left: Left plane.316 * lhs: Left matrix of the product.440 * m: Left matrix of the product and the matrix to be set.
500 EXPECT_EQ(OpClipSideFlags::Left | OpClipSideFlags::Top | OpClipSideFlags::Right, in RENDERTHREAD_OPENGL_PIPELINE_TEST()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...