Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/view/
DFrameMetrics.java169 Index.FLAGS,
170 Index.INTENDED_VSYNC,
171 Index.VSYNC,
172 Index.OLDEST_INPUT_EVENT,
173 Index.NEWEST_INPUT_EVENT,
174 Index.HANDLE_INPUT_START,
175 Index.ANIMATION_START,
176 Index.PERFORM_TRAVERSALS_START,
177 Index.DRAW_START,
178 Index.SYNC_QUEUED,
[all …]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c378 LVM_INT32 Index=0; in LVREV_ApplyNewSettings() local
408 Index=i; in LVREV_ApplyNewSettings()
414 if(RoomSize==LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings()
419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings()
438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()
447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
472 Index=((32767*100)/(100+pPrivate->NewParams.Level)); in LVREV_ApplyNewSettings()
473 pPrivate->Gain=(LVM_INT16)((pPrivate->Gain*Index)>>15); in LVREV_ApplyNewSettings()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
DarmCOMM_Bitstream.c200 OMX_INT Index; in armUnPackVLC32() local
209 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32()
217 return Index; in armUnPackVLC32()
/frameworks/compile/slang/
Dslang_rs_export_func.cpp143 unsigned Index = 0; in checkParameterPacketType() local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType()
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); in checkParameterPacketType()
157 size_t T2Offset = ParamTySL->getElementOffset(Index); in checkParameterPacketType()
Dslang_rs_reflection.cpp123 static const char *GetVectorAccessor(unsigned Index) { in GetVectorAccessor() argument
130 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) && in GetVectorAccessor()
133 return VectorAccessorMap[Index]; in GetVectorAccessor()
950 size_t Index = 0; in genExportForEach() local
952 BI != EI; BI++, ++Index) { in genExportForEach()
955 genTypeCheck(*BI, ("ain_" + Ins[Index]->getName()).str().c_str()); in genExportForEach()
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { in genNewItemBufferIfNull() argument
2096 if (Index != nullptr) { in genNewItemBufferIfNull()
2097 mOut.indent() << "if (" << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index in genNewItemBufferIfNull()
2099 mOut << RS_TYPE_ITEM_BUFFER_NAME << "[" << Index << "] = new " in genNewItemBufferIfNull()
Dslang_rs_reflection_cpp.cpp984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { in getVectorAccessor() argument
991 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char *))) && in getVectorAccessor()
994 return VectorAccessorMap[Index]; in getVectorAccessor()
Dslang_rs_reflection.h243 void genNewItemBufferIfNull(const char *Index);
Dslang_rs_export_type.cpp1504 unsigned int Index = 0; in Create() local
1509 FI++, Index++) { in Create()
1525 static_cast<size_t>(RL->getFieldOffset(Index) >> 3))); in Create()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp588 for (int Index = inLen; --Index >= 1;) { in reduceMtlsSetup() local
589 if (!ain0->hasSameDims(ains[Index])) { in reduceMtlsSetup()
666 for (int Index = inLen; --Index >= 1;) { in forEachMtlsSetup() local
667 if (!ain0->hasSameDims(ains[Index])) { in forEachMtlsSetup()
/frameworks/rs/api/
Drs_for_each.spec236 summary: Index in the Array0 dimension for the specified kernel context
262 summary: Index in the Array1 dimension for the specified kernel context
275 summary: Index in the Array2 dimension for the specified kernel context
289 summary: Index in the Array3 dimension for the specified kernel context
/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp709 for (size_t Index = 0; Index < NumInputs; ++Index) { in ExpandInputsBody() local
713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset); in ExpandInputsBody()
719 llvm::Type *InTy = InTypes[Index]; in ExpandInputsBody()
722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes); in ExpandInputsBody()
733 if (llvm::Value *TemporarySlot = InStructTempSlots[Index]) { in ExpandInputsBody()
/frameworks/rs/scriptc/
Drs_object_info.rsh252 * index: Index of the sub-element to return.
270 * index: Index of the sub-element.
304 * index: Index of the sub-element.
323 * index: Index of the sub-element.
343 * index: Index of the sub-element.
Drs_for_each.rsh207 * rsGetArray0: Index in the Array0 dimension for the specified kernel context
233 * rsGetArray1: Index in the Array1 dimension for the specified kernel context
246 * rsGetArray2: Index in the Array2 dimension for the specified kernel context
260 * rsGetArray3: Index in the Array3 dimension for the specified kernel context
421 * rsGetLod: Index in the Levels of Detail dimension for the specified kernel context
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd57 Index in the Array0 dimension for the specified kernel context
65 Index in the Array1 dimension for the specified kernel context
73 Index in the Array2 dimension for the specified kernel context
81 Index in the Array3 dimension for the specified kernel context
169 Index in the Levels of Detail dimension for the specified kernel context
340 <span class='normal'>: Index in the Array0 dimension for the specified kernel context</span>
381 <span class='normal'>: Index in the Array1 dimension for the specified kernel context</span>
407 <span class='normal'>: Index in the Array2 dimension for the specified kernel context</span>
434 <span class='normal'>: Index in the Array3 dimension for the specified kernel context</span>
746 …<span class='normal'>: Index in the Levels of Detail dimension for the specified kernel context</s…
Drs_object_info.jd630 <tr><th>index</th><td>Index of the sub-element to return.</td></tr>
668 <tr><th>index</th><td>Index of the sub-element.</td></tr>
737 <tr><th>index</th><td>Index of the sub-element.</td></tr>
773 <tr><th>index</th><td>Index of the sub-element.</td></tr>
807 <tr><th>index</th><td>Index of the sub-element.</td></tr>
Dindex.jd1 page.title=RenderScript Index
1851 Index in the Array0 dimension for the specified kernel context
1859 Index in the Array1 dimension for the specified kernel context
1867 Index in the Array2 dimension for the specified kernel context
1875 Index in the Array3 dimension for the specified kernel context
2003 Index in the Levels of Detail dimension for the specified kernel context
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2749 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local
2750 if ((unsigned)Index != Index) in ParseFunctionBody()
2752 EXTRACTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
2773 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local
2774 if ((unsigned)Index != Index) in ParseFunctionBody()
2776 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
2893 unsigned Index = Record[1]; in ParseFunctionBody() local
2894 I = ExtractValueInst::Create(Op, Index); in ParseFunctionBody()
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc27 // Variable Index //
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc33 // Variable Index //
/frameworks/base/proto/src/
Dmetrics_constants.proto663 // SUBTYPE: Index of action on notification
1111 // SUBTYPE: Index of target
1117 // SUBTYPE: Index of target
1123 // SUBTYPE: Index of target
2044 // Subtype: Index of selection
2048 // Subtype: Index of selection
2052 // Subtype: Index of selection
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3010 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local
3011 if ((unsigned)Index != Index) in ParseFunctionBody()
3013 EXTRACTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
3034 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local
3035 if ((unsigned)Index != Index) in ParseFunctionBody()
3037 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags167 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
/frameworks/base/docs/html/training/gestures/
Dmulti.jd69 <li><strong>Index</strong>: A {@link android.view.MotionEvent} effectively

12