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

12 3 4 5

  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /hardware/qcom/media/msm8974/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/qcom/media/msm8996/mm-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/qcom/media/msmcobalt/mm-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/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...]
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
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/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 474 index = bufferalloc->nIndex;
602 OMX_U16 nIndex = 0;
616 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++)
618 param.nIndex = nIndex;
630 dcc_dir[nIndex] =
634 PROXY_assert(dcc_dir[nIndex] != NULL,
636 strcpy(dcc_dir[nIndex], DCC_PATH);
637 strncat(dcc_dir[nIndex], (OMX_STRING) param.sDCCURI, MAX_URI_LENGTH)
    [all...]
  /hardware/ti/omap4xxx/domx/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 */
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 248 int32_t nIndex) {
254 if (count == nIndex)
511 int32_t nIndex = 0;
524 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
541 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
553 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
568 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
777 int32_t nIndex = 0;
790 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++);
812 findReferredSegmentByTypeAndIndex(pSegment, 53, nIndex++)
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 146 IFX_Edit* CFX_List::GetItemEdit(int32_t nIndex) const {
147 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
236 int32_t CFX_List::FindNext(int32_t nIndex, FX_WCHAR nChar) const {
237 int32_t nCircleIndex = nIndex;
253 CPDF_Rect CFX_List::GetItemRect(int32_t nIndex) const {
254 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
264 FX_BOOL CFX_List::IsItemSelected(int32_t nIndex) const {
265 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
296 CFX_WideString CFX_List::GetItemText(int32_t nIndex) const {
297 if (CFX_ListItem* pListItem = m_aListItems.GetAt(nIndex)) {
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 20 int32_t nIndex) {
21 return (IFDE_TxtEdtPage*)new CFDE_TxtEdtPage(pEngine, nIndex);
181 int32_t CFDE_TxtEdtPage::GetCharRect(int32_t nIndex,
185 FXSYS_assert(nIndex >= 0 && nIndex < m_nCharCount);
192 if (nIndex >= pPiece->nStart &&
193 nIndex < (pPiece->nStart + pPiece->nCount)) {
200 rect = rectArr[nIndex - pPiece->nStart];
362 int32_t nIndex = GetCharIndex(fPoint, bBefore);
363 if (nIndex == m_pEditEngine->GetTextBufLength()) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 601 int nIndex = 0, nStart = 0;
602 while (pDate[nIndex] != '\0' && nIndex < wCountY) {
603 if (!XFA_IsDigit(pDate[nIndex])) {
606 wYear = (pDate[nIndex] - '0') + wYear * 10;
607 nIndex++;
610 if (pDate[nIndex] != 0x2D) {
613 nIndex++;
615 nStart = nIndex;
616 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 257 OMX_IN OMX_U32 nIndex);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 277 OMX_IN OMX_U32 nIndex);
739 pPortFormat->nIndex = 0x0
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 736 uint32_t nNbMsg, nIndex;
746 for (nIndex=0;nIndex<nNbMsg;nIndex++)
748 memcpy(pMessages[nIndex].pNonce , pInstruction->pNonce, 16);
749 pMessages[nIndex].nAddr = pInstruction->nAddr;
750 pMessages[nIndex].nBlockCount = pInstruction->nBlockCount;
751 pMessages[nIndex].nReqOrResp = 0x0004;
760 for (nIndex=0;nIndex<nNbMsg;nIndex++
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 95 TYPE GetAt(int nIndex) const;
96 void SetAt(int nIndex,ARG_TYPE newElement);
97 TYPE &ElementAt(int nIndex);
100 void SetAtGrow(int nIndex,ARG_TYPE newElement);
104 TYPE operator[](int nIndex) const;
105 TYPE &operator[](int nIndex);
106 void InsertAt(int nIndex,ARG_TYPE newElement,int nCount = 1);
107 void RemoveAt(int nIndex,int nCount = 1);
126 inline TYPE CDXArray<TYPE,ARG_TYPE>::GetAt(int nIndex) const { _ASSERT((nIndex >= 0 && nIndex < m_nSize)); return m_pData[nIndex];
    [all...]

Completed in 824 milliseconds

12 3 4 5