HomeSort by relevance Sort by last modified time
    Searched defs:LEFT (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderresetbuffer.cpp 133 #define LEFT (0)
184 pv_memset(pVars->perChan[LEFT].time_quant,
186 LONG_WINDOW*sizeof(pVars->perChan[LEFT].time_quant[0]));
200 hFrameData_1 = (SBR_FRAME_DATA *) & pVars->sbrDecoderData.SbrChannel[LEFT].frameData;
210 pv_memset(&pVars->perChan[LEFT].ltp_buffer[0],
212 288*sizeof(pVars->perChan[LEFT].ltp_buffer[0]));
213 pv_memset(&pVars->perChan[LEFT].ltp_buffer[1024 + 288],
215 288*sizeof(pVars->perChan[LEFT].ltp_buffer[0]));
341 pVars->sbrDecoderData.SbrChannel[LEFT].syncState = UPSAMPLING;
sbr_applied.cpp 129 #define LEFT (0)
185 self->SbrChannel[LEFT].syncState = UPSAMPLING;
195 if (SbrChannel[LEFT].syncState == SBR_ACTIVE && self->setStreamType)
260 } /* (SbrChannel[LEFT].syncState == SBR_ACTIVE && lock) */
293 eleChannels = (stream->sbrElement [LEFT].ElementID == SBR_ID_CPE) ? 2 : 1;
295 if (SbrChannel[LEFT].syncState == SBR_ACTIVE)
298 sbr_decode_envelope(&(SbrChannel[LEFT].frameData));
300 decode_noise_floorlevels(&(SbrChannel[LEFT].frameData));
302 if (! SbrChannel[LEFT].frameData.coupling)
304 sbr_requantize_envelope_data(&(SbrChannel[LEFT].frameData))
    [all...]
huffdecode.cpp 45 (3) copy channel info from left to right when common_window
348 #define LEFT (0)
444 pChLeftShare = pChVars[LEFT]->pShareWfxpCoef;
455 (WINDOW_SEQUENCE *) & pChVars[LEFT]->wnd,
456 (WINDOW_SHAPE *) & pChVars[LEFT]->wnd_shape_this_bk,
465 /* copy left channel info to right channel */
466 pChVars[RIGHT]->wnd = pChVars[LEFT]->wnd;
468 pChVars[LEFT]->wnd_shape_this_bk;
476 pVars->winmap[pChVars[LEFT]->wnd],
pvmp4audiodecoderframe.cpp 61 Modified to call ltp related routines on the left channel
64 on the left channel for the same scalefactor band.
102 pChLeftShare = pChVars[LEFT]->pShareWfxpCoef;
224 Left Channel Right Channel
239 | PNS LEFT | |
284 |--DATA ON LEFT CHANNEL MAY BE USED----->| PNS/Intensity Rt |
472 #define LEFT (0)
543 pChVars[LEFT] = &pVars->perChan[LEFT];
546 pChLeftShare = pChVars[LEFT]->pShareWfxpCoef
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextAlignment.java 26 LEFT(0x0),
  /external/srec/tools/grxmlcompile/
vocab.h 72 typedef enum PelPosition {LEFT, RIGHT, MIDDLE};
  /frameworks/base/core/java/android/database/
CursorJoiner.java 32 * case LEFT:
59 /** The row currently pointed to by the left cursor is unique */
62 LEFT,
68 * Initializes the CursorJoiner and resets the cursors to the first row. The left and right
70 * @param cursorLeft The left cursor to compare
71 * @param columnNamesLeft The column names to compare from the left cursor
80 "you must have the same number of columns on the left and right, "
126 case LEFT:
152 * @return LEFT, if the row pointed to by the left cursor is unique, RIGH
    [all...]
  /frameworks/base/core/java/android/view/
Gravity.java 32 /** Raw bit controlling how the left/top edge is placed. */
49 /** Push object to the left of its container, not changing its size. */
50 public static final int LEFT = (AXIS_PULL_BEFORE|AXIS_SPECIFIED)<<AXIS_X_SHIFT;
66 public static final int FILL_HORIZONTAL = LEFT|RIGHT;
137 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this
139 * the left; if gravity is CENTER_HORIZONTAL it pushes it to the
140 * right or left; otherwise it is ignored.
152 outRect.left = container.left
153 + ((container.right - container.left - w)/2) + xAdj
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 42 private static final int LEFT = 1;
117 if (mCurrentView < mChildren.length - 1 && mPreviousMove != LEFT) {
124 mPreviousMove = LEFT;
  /bionic/libm/bsdsrc/
b_tgamma.c 92 #define LEFT -.3955078125 /* left boundary for rat. approx */
139 } else if (x >= 1.0 + LEFT + x0)
193 if (y <= 1.0 + (LEFT + x0)) {
203 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
217 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
225 if (x < x0 + LEFT) {
  /external/webkit/WebCore/editing/
SelectionController.h 45 enum EDirection { FORWARD, BACKWARD, RIGHT, LEFT };
  /frameworks/base/include/media/
AudioTrack.h 47 LEFT = 0,
256 * left and right volumes. Levels must be <= 1.0.
258 status_t setVolume(float left, float right);
259 void getVolume(float* left, float* right);
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 89 #define LEFT 0
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 45 // RIGHT1 - shifts to right for left half of long
47 // LEFT - shifts to left for bytes
56 private static final int[] LEFT = { 0, 24, 16, 8 };
225 * byte array containing bits in order from left to right
254 * Bits in a byte are from left to right. <BR>
360 seed[lastWord + 2] = (int) ((counter << LEFT[n]) | END_FLAGS[n]);
383 nextBytes[j] = (byte) (k >>> 24); // getting first byte from left
384 nextBytes[j + 1] = (byte) (k >>> 16); // getting second byte from left
385 nextBytes[j + 2] = (byte) (k >>> 8); // getting third byte from left
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
RotatePane.java 30 public static final int LEFT = 3;
38 boolean change, int left, int top, int right, int bottom) {
39 int width = right - left;
46 case LEFT:
62 case LEFT:
85 case LEFT:
104 case LEFT: event.setLocation(height - y, x); break;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 45 private static final int LEFT = 1;
50 private static final int sOppositeDirection[] = { BOTTOM, RIGHT, TOP, LEFT };
249 * or before the anchor for left or bottom directions. This means the new part can
257 * <li> copy: layout_centerVertical for left/right directions.
259 * (i.e. top/bottom or left/right.)
299 case LEFT:
321 case LEFT:
348 case LEFT:
534 outInfo.direction = LEFT;
557 computeClosest(point, childPart, sTempClosests, sTempMinDists, LEFT);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 33 private static final float LEFT = 10.0f;
77 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
100 path.addRect(LEFT, TOP, RIGHT, BOTTOM, Path.Direction.CW);
320 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
341 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
380 RectF expected = new RectF(LEFT, TOP, RIGHT, BOTTOM);
384 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM);
491 RectF oval = new RectF(LEFT, TOP, RIGHT, BOTTOM);
605 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM);
627 RectF rect = new RectF(LEFT, TOP, RIGHT, BOTTOM)
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.h 67 LEFT,
243 int overlap(int left, int right); // returns distance scale factor as 16.16 scalar
CachedFrame.h 53 LEFT,
175 static SkFixed Overlap(int span, int left, int right);
185 void setNavInclusion(int left, int right);
186 void setNavOverlap(int span, int left, int right);
187 void setWorkingInclusion(int left, int right);
188 void setWorkingOverlap(int span, int left, int right);
  /frameworks/base/graphics/java/android/graphics/
Paint.java 53 Align.LEFT, Align.CENTER, Align.RIGHT
158 * [x,y] coordinates. The default is LEFT.
164 LEFT (0),
170 * The text is drawn to the left of the x,y origin
806 * text is positioned relative to its origin. LEFT align means that all of
808 * specifieds the LEFT edge of the text) and so on.
818 * text is positioned relative to its origin. LEFT align means that all of
820 * specifieds the LEFT edge of the text) and so on.
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 305 TAAUTO, LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /frameworks/base/core/java/android/widget/
TextView.java 358 // If we get the paint from the skin, we should set it to left, since
359 // the layout always wants it to be left.
360 // mTextPaint.setTextAlign(Paint.Align.LEFT);
3640 int left = getCompoundPaddingLeft(); local
3688 int left = getCompoundPaddingLeft() + mScrollX; local
3935 final int left = mLeft; local
5570 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); local
5638 int left = (int) FloatMath.floor(mLayout.getLineLeft(line)); local
7863 final int left = 0; local
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 952 milliseconds

1 2