Searched defs:tabIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_GetVLCBits.c114 OMX_U8 tabIndex, markerBit; local
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c245 Word32 tabIndex; local
255 tabIndex = (accu >> (INT_BITS-2-MANT_DIGITS)) & (~MANT_SIZE);
258 s = mTab_4_3[tabIndex];
/frameworks/base/core/java/android/widget/
H A DTabWidget.java546 private TabClickListener(int tabIndex) { argument
547 mTabIndex = tabIndex;
563 * @param tabIndex index of the tab that was selected
568 void onTabSelectionChanged(int tabIndex, boolean clicked); argument

Completed in 70 milliseconds