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

1 2 3 4 5 6

  /frameworks/base/media/libstagefright/codecs/aacdec/
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],
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;
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),
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_AlignTest.java 36 assertEquals(Align.LEFT, Align.valueOf("LEFT"));
63 assertEquals(Align.LEFT, actual[0]);
71 assertEquals(Align.LEFT, p.getTextAlign());
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...]
  /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...]
  /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;
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 214 pChVars[ LEFT] = &pVars->perChan[ LEFT];
334 pv_memset((void*)pChVars[LEFT]->work_buf_int32,
336 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[LEFT]->work_buf_int32[0]));
339 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576],
341 480*sizeof(pChVars[ LEFT]->circ_buffer[0]));
346 pChVars[ LEFT]->used_freq_lines = 575;
408 int32 used_freq_lines = (pChVars[ LEFT]->used_freq_lines >
410 pChVars[ LEFT]->used_freq_lines :
413 pChVars[ LEFT]->used_freq_lines = used_freq_lines
    [all...]
pvmp3_dec_defs.h 89 #define LEFT 0
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListOfTouchablesTest.java 63 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
80 Gravity.TOP | Gravity.LEFT, mListView.getTop());
ListTouchManyTest.java 153 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
170 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
187 Gravity.TOP | Gravity.LEFT, mListView.getTop());
  /external/junit/src/junit/swingui/
CounterPanel.java 42 addToGrid(new JLabel("Errors:", fErrorIcon, SwingConstants.LEFT),
51 addToGrid(new JLabel("Failures:", fFailureIcon, SwingConstants.LEFT),
66 field.setHorizontalAlignment(SwingConstants.LEFT);
  /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;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
StackTracePanel.java 178 SWT.LEFT,
185 SWT.LEFT,
192 SWT.LEFT,
206 SWT.LEFT,
EmulatorControlPanel.java 401 mPhoneNumber = new Text(phoneComp, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
451 mSmsMessage = new Text(phoneComp, SWT.BORDER | SWT.LEFT | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL);
683 TableHelper.createTableColumn(mGpxWayPointTable, "Name", SWT.LEFT,
686 TableHelper.createTableColumn(mGpxWayPointTable, "Longitude", SWT.LEFT,
689 TableHelper.createTableColumn(mGpxWayPointTable, "Latitude", SWT.LEFT,
692 TableHelper.createTableColumn(mGpxWayPointTable, "Elevation", SWT.LEFT,
695 TableHelper.createTableColumn(mGpxWayPointTable, "Description", SWT.LEFT,
730 TableHelper.createTableColumn(mGpxTrackTable, "Name", SWT.LEFT,
736 TableHelper.createTableColumn(mGpxTrackTable, "First Point Time", SWT.LEFT,
739 TableHelper.createTableColumn(mGpxTrackTable, "Last Point Time", SWT.LEFT,
    [all...]
  /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...]
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingTest.java 61 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
78 TouchUtils.dragViewBy(this, lastChild, Gravity.TOP | Gravity.LEFT,
94 int distance = TouchUtils.dragViewToY(this, lastChild, Gravity.TOP | Gravity.LEFT,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 88 GridData gd = new GridData(SWT.LEFT, SWT.CENTER, false, false);
93 label.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false));
  /external/srec/tools/grxmlcompile/
vocab.h 72 typedef enum PelPosition {LEFT, RIGHT, MIDDLE};
  /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) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 267 SWT.LEFT, "0000-00-00 00:00:00", PREFS_COL_DATE, store); //$NON-NLS-1$
280 SWT.LEFT, "0000", PREFS_COL_PID, store); //$NON-NLS-1$
293 SWT.LEFT, "abcdejghijklmno", PREFS_COL_EVENTTAG, store); //$NON-NLS-1$
306 SWT.LEFT, "Process Name", PREFS_COL_VALUENAME, store); //$NON-NLS-1$
319 SWT.LEFT, "0000000", PREFS_COL_VALUE, store); //$NON-NLS-1$
332 SWT.LEFT, "long, seconds", PREFS_COL_TYPE, store); //$NON-NLS-1$
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
InflatedExpandableListView.java 73 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 45 private static final String TEXT_L = "Left";
106 p.setTextAlign(Paint.Align.LEFT);
128 p.setTextAlign(Paint.Align.LEFT);
144 p.setTextAlign(Paint.Align.LEFT);

Completed in 698 milliseconds

1 2 3 4 5 6