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.c99 OMX_U8 tabIndex, markerBit; local
183 tabIndex = 1;
184 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
186 tabIndex++;
188 storeRun = tabIndex - 1;
189 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
220 tabIndex = 1;
221 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
223 tabIndex++;
225 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.java541 private TabClickListener(int tabIndex) { argument
542 mTabIndex = tabIndex;
558 * @param tabIndex index of the tab that was selected
563 void onTabSelectionChanged(int tabIndex, boolean clicked); argument

Completed in 97 milliseconds