HomeSort by relevance Sort by last modified time
    Searched defs:nIndex (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 17 int nIndex;
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_CoreExt.h 57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
QOMX_CoreExtensions.h 133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex;
OMX_Image.h 133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex;
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_CoreExt.h 57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
QOMX_CoreExtensions.h 133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex;
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_CoreExt.h 57 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
QOMX_CoreExtensions.h 133 * nIndex : The index associated with the extra data
140 OMX_INDEXTYPE nIndex;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_CoreExt.h 64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
OMX_TI_Common.h 296 * @ param nIndex : Present buffer number whose requirement
298 * @ param eBufType : Present nIndex'ed buffer type
310 OMX_U32 nIndex;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_CoreExt.h 64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 173 int nIndex = 0;
175 channels [nIndex] = (sad[nIndex] & 0x7) + 1;
176 formats [nIndex] = (sad[nIndex] & 0xFF) >> 3;
177 frequency[nIndex] = (sad[nIndex] >> 8) & 0xFF;
178 bitrate [nIndex] = (sad[nIndex] >> 16) & 0xFF;
179 nIndex++
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 57 OMX_U16 nIndex = 0;
69 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++) {
70 param.nIndex = nIndex;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 158 int nIndex = 0;
161 while (nIndex < lineCount) {
162 String[] separated = lines[nIndex].split("=");
163 nIndex++;
173 while (nIndex < lineCount) {
174 String[] separated = lines[nIndex].split("=");
175 nIndex++;
187 while (nIndex < lineCount) {
188 double value = Double.parseDouble(lines[nIndex]);
190 nIndex++
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 44 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem);
45 if (nIndex < 0 || nIndex >= m_ListBoxDP.m_arrItem.GetSize()) {
49 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, nIndex));
51 int32_t iSel = nIndex + 1;
53 iSel = nIndex - 1;
63 m_ListBoxDP.m_arrItem.RemoveAt(nIndex);
87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) {
90 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelIndex(nIndex);
122 int32_t nIndex = m_ListBoxDP.GetItemIndex(GetWidget(), hItem);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp 114 FX_STRSIZE nIndex = nLen - 1;
115 while (nIndex > 0 && wsFilePath[nIndex] != '.') {
116 nIndex--;
118 if (nIndex <= 0) {
122 wsContentType += wsFilePath.Right(nLen - nIndex - 1);
xfa_fontmgr.cpp     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 140 OMX_IN OMX_U32 nIndex);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 396 OMX_U16 nIndex = 0;
409 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++)
411 param.nIndex = nIndex;
423 dcc_dir[nIndex] =
427 PROXY_assert(dcc_dir[nIndex] != NULL,
429 strcpy(dcc_dir[nIndex], DCC_PATH);
430 strncat(dcc_dir[nIndex], (OMX_STRING) param.sDCCURI, MAX_URI_LENGTH);
431 strcat(dcc_dir[nIndex], "/");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 61 int nIndex = Find(t);
62 if(nIndex==-1) return FALSE;
63 return RemoveAt(nIndex);
65 WINBOOL RemoveAt(int nIndex) {
66 if(nIndex!=(m_nSize - 1))
67 memmove((void*)&m_aT[nIndex],(void*)&m_aT[nIndex + 1],(m_nSize - (nIndex + 1))*sizeof(T));
79 T &operator[] (int nIndex) const {
80 _ASSERTE(nIndex >= 0 && nIndex < m_nSize)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 73 int& nIndex,
108 nIndex += i;
111 nIndex += dwCount;
124 SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
132 int nIndex,
143 if (nIndex >= nCurIndex + nCount) {
150 csName = pNames->GetString((nIndex - nCurIndex) * 2);
151 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
163 SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
202 int nIndex = 0
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 494 FT_UInt nIndex = FXFT_Get_Char_Index(face, charcode);
495 if (nIndex > 0) {
496 return nIndex;
510 nIndex = FXFT_Get_Char_Index(face, charcode);
511 if (nIndex > 0) {
513 return nIndex;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 222 int32_t nIndex = 0;
228 nIndex = i;
233 return nIndex;
263 void CPWL_IconList_Content::SetSelect(int32_t nIndex) {
264 if (m_nSelectIndex != nIndex) {
266 SelectItem(nIndex, TRUE);
267 m_nSelectIndex = nIndex;
270 pNotify->OnNoteListSelChanged(nIndex);
423 void CPWL_IconList::SetSelect(int32_t nIndex) {
424 m_pListContent->SetSelect(nIndex);
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Image.h 150 * nIndex : Indicates the enumeration index for the format from
161 OMX_U32 nIndex;
OMX_Other.h 345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */

Completed in 1049 milliseconds

1 2 3 4 5