HomeSort by relevance Sort by last modified time
    Searched refs:pRec (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_inter.c 45 * pRec - pointer to the reconstructed texture residuals; must be aligned
56 * - pRec
64 OMX_S16 * pRec,
80 armRetArgErrIf(pRec == NULL, OMX_Sts_BadArgErr);
83 armRetArgErrIf(!armIs16ByteAligned(pRec), OMX_Sts_BadArgErr);
101 omxVCM4P2_IDCT8x8blk (pTempBuffer, pRec);
omxVCM4P2_TransRecBlockCoef_intra.c 85 * pRec - pointer to the reconstructed texture; must be aligned on an
107 * - At least one of the following pointers is NULL: pSrc, pDst, pRec,
114 * pSrc, pRec.
124 OMX_U8 * pRec,
155 armRetArgErrIf(pRec == NULL, OMX_Sts_BadArgErr);
158 armRetArgErrIf(!armIs8ByteAligned(pRec), OMX_Sts_BadArgErr);
252 pRec[count] = armMax(0,pTempBuf3[count]);
  /dalvik/vm/
AllocTracker.cpp 147 static void getStackFrames(Thread* self, AllocRecord* pRec)
159 pRec->stackElem[stackDepth].method = method;
161 pRec->stackElem[stackDepth].pc = 0;
166 pRec->stackElem[stackDepth].pc =
178 pRec->stackElem[stackDepth].method = NULL;
179 pRec->stackElem[stackDepth].pc = 0;
205 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead];
207 pRec->clazz = clazz;
208 pRec->size = size;
209 pRec->threadId = self->threadId
    [all...]
  /external/libnfc-nci/src/include/
trace_api.h 57 BT_API extern void DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
91 BT_API extern void RPC_DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 938 milliseconds