HomeSort by relevance Sort by last modified time
    Searched defs:index (Results 401 - 425 of 4163) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/callgrind/
events.h 114 Int index; member in struct:EventMappingEntry
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 56 M4OSA_UInt32 index; local
83 for (index = 0; index < nbBuffers; index++)
85 pool->pNXPBuffer[index].pData = M4OSA_NULL;
212 M4OSA_UInt32 index, j; local
216 for(index = 0; index < pool->NB; index++)
218 pool->pNXPBuffer[index].pData = M4OSA_NULL
248 M4OSA_UInt32 index, j; local
    [all...]
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 21 SUB_FX_HOST, // Index of HOST in the descriptor and handle arrays
23 SUB_FX_OFFLOAD, // Index of OFFLOAD in the descriptor and handle arrays
67 int index; // The index that is currently active - HOST or OFFLOAD member in struct:android::EffectContext
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 36 Word32 index; local
42 index = L_deposit_l((Word16) (pos & mask));
45 index = vo_L_add(index, L_deposit_l(1 << N)); /* index += 1 << N; */
47 return (index);
57 Word32 index; local
67 /* index = ((pos1 & mask) << N) + (pos2 & mask); */
68 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask))));
72 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask))))
113 Word32 index; local
155 Word32 index; local
193 Word32 i, j, k, index; local
259 Word32 i, j, k, index, tmp2; local
333 Word32 i, j, k, index; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I_s.s 76 index RN 6 label
100 LDR index, =armVCM4P2_DCScaler
101 ADD index,index,videoComp,LSL #5
102 LDRB dcScaler,[index,QP]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 75 OMX_INT outer, inner, count, index; local
95 for (outer = 0, count = 0,index = 0;
97 outer++, index += refWidth - BlockSize)
99 for (inner = 0; inner < BlockSize; inner++, count++, index++)
101 refSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
150 for (outer = 0, count = 0, candSAD = 0,index = 0;
152 outer++, index += refWidth - BlockSize)
154 for (inner = 0; inner < BlockSize; inner++, count++,index++)
157 pTempSrcRefBuf[index]
158 + pTempSrcRefBuf[index + x] * armAbs(x
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 57 ssize_t index = mHandlers.indexOfKey(handlerID); local
59 if (index < 0) {
63 const HandlerInfo &info = mHandlers.valueAt(index);
71 mHandlers.removeItemsAt(index);
96 ssize_t index = mHandlers.indexOfKey(msg->target()); local
98 if (index < 0) {
104 const HandlerInfo &info = mHandlers.valueAt(index);
113 mHandlers.removeItemsAt(index);
128 ssize_t index = mHandlers.indexOfKey(msg->target()); local
130 if (index < 0)
154 ssize_t index = mHandlers.indexOfKey(handlerID); local
185 ssize_t index; local
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 75 int index = mPos >>> 3; local
81 int data = (mBuf[index] & 0xFF) << 8;
82 if (offset < 8) data |= mBuf[index + 1] & 0xFF;
BitwiseOutputStream.java 98 int index = mPos >>> 3; local
102 mBuf[index] |= data >>> 8;
103 if (offset < 8) mBuf[index + 1] |= data & 0xFF;
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 103 ssize_t index = mTasks.add(task); local
106 return index >= 0;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp 230 int index = 0; local
233 for (index = 0;
234 ((M4OSA_NULL == pString) && (index < gkRESULTS_COUNT));
235 index++)
238 if (result == gkRESULTS[index].result)
241 pString = gkRESULTS[index].pName;
  /frameworks/base/services/java/com/android/server/wm/
StackTapPointerEventListener.java 58 int index = motionEvent.findPointerIndex(mPointerId); local
60 || (motionEvent.getX(index) - mDownX) > mMotionSlop
61 || (motionEvent.getY(index) - mDownY) > mMotionSlop) {
68 int index = (action & MotionEvent.ACTION_POINTER_INDEX_MASK) local
70 // Extract the index of the pointer that left the touch sensor
71 if (mPointerId == motionEvent.getPointerId(index)) {
72 final int x = (int)motionEvent.getX(index);
73 final int y = (int)motionEvent.getY(index);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
Duration.java 57 int index = 0; local
67 index++;
70 index++;
73 if (len < index) {
77 c = str.charAt(index);
80 "Duration.parse(str='" + str + "') expected 'P' at index="
81 + index);
83 index++;
84 c = str.charAt(index);
86 index++
    [all...]
  /frameworks/wilhelm/src/
entry.c 106 SLuint32 index; local
107 for (index = 0; index < pCEngine_class->mInterfaceCount; ++index, ++x,
215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
240 if (index == 0) {
245 --index;
  /hardware/invensense/60xx/mlsdk/mllite/
compass.h 51 int index; member in struct:yas_adaptive_filter
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 110 UINT index = 0; local
130 /* user specified DSP processor ID (based on zero-index) */
150 while (DSP_SUCCEEDED(DSPManager_EnumProcessorInfo(index,&dspInfo,
155 uProcId = index;
159 index++;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistreturnlastitem.java 33 * "item(index)" method with an index=length-1. This should
67 int index; local
72 index = (int) employeeList.getLength();
73 index -= 1;
74 child = employeeList.item(((int) /*int */index));
77 if (equals(12, index)) {
81 assertEquals("index", 5, index);
notationgetsystemid.java 69 int index; local
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
systemId01.java 69 int index; local
  /libcore/luni/src/main/java/java/sql/
DataTruncation.java 32 private int index = 0; field in class:DataTruncation
56 * @param index
57 * the Index value of the column value or parameter that was
70 public DataTruncation(int index, boolean parameter, boolean read,
73 this.index = index;
85 * @param index
86 * the Index value of the column value or parameter that was
103 public DataTruncation(int index, boolean parameter, boolean read,
107 this.index = index
    [all...]
  /libcore/luni/src/main/java/java/text/
Format.java 158 * Parses the specified string starting at the index specified by
159 * {@code position}. If the string is successfully parsed then the index of
160 * the {@code ParsePosition} is updated to the index following the parsed
161 * text. On error, the index is unchanged and the error index of
162 * {@code ParsePosition} is set to the index where the error occurred.
167 * input/output parameter, specifies the start index in
169 * successful, it is updated with the index following the parsed
170 * text; on error, the index is unchanged and the error index i
179 int index = position.getIndex(), length = string.length(); local
203 int index = position.getIndex(), length = string.length(), count = 1; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
InLineSettingCheckBox.java 66 int index = mPreference.findIndexOfValue(mOverrideValue); local
67 mCheckBox.setChecked(index == 1);
  /packages/apps/Camera2/src/com/android/camera/ui/
InLineSettingCheckBox.java 65 int index = mPreference.findIndexOfValue(mOverrideValue); local
66 mCheckBox.setChecked(index == 1);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java 86 int index = Arrays.binarySearch(mPositions, position); local
96 return index >= 0 ? index : -index - 2;
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusOnlyTabWidget.java 60 int index = -1; local
66 index = i;
70 if (index > -1) {
71 super.setCurrentTab(index);

Completed in 1365 milliseconds

<<11121314151617181920>>