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

1 2 3 4

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 12 int nIndex;
  /hardware/qcom/media/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;
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /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;
  /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 78 int& nIndex, CPDF_Array** ppFind, int nLevel = 0)
112 nIndex += i;
115 nIndex += dwCount;
127 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
134 static CPDF_Object* SearchNameNode(CPDF_Dictionary* pNode, int nIndex, int& nCurIndex,
143 if (nIndex >= nCurIndex + nCount) {
150 csName = pNames->GetString((nIndex - nCurIndex) * 2);
151 return pNames->GetElementValue((nIndex - nCurIndex) * 2 + 1);
163 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
205 int nIndex = 0;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 256 FX_INT32 nIndex = 0;
265 nIndex = i;
270 return nIndex;
306 void CPWL_IconList_Content::SetSelect(FX_INT32 nIndex)
308 if (m_nSelectIndex != nIndex)
311 SelectItem(nIndex, TRUE);
312 m_nSelectIndex = nIndex;
315 pNotify->OnNoteListSelChanged(nIndex);
505 void CPWL_IconList::SetSelect(FX_INT32 nIndex)
507 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 */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex;
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex;
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 162 OMX_IN OMX_U32 nIndex);
633 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nIndex = 0x0;
640 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->nIndex = 0x0;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex;
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 210 OMX_IN OMX_U32 nIndex);
    [all...]

Completed in 582 milliseconds

1 2 3 4