HomeSort by relevance Sort by last modified time
    Searched refs:nOffset (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
fb_test.c 35 int FBTest_DisplayImage(int nPmemFd, int nOffset)
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
fb_test.h 38 int FBTest_DisplayImage(int nPmemFd, int nOffset);
camera_test.h 39 int nOffset,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
fb_test.h 38 int FBTest_DisplayImage(int nPmemFd, int nOffset);
camera_test.h 39 int nOffset,
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 59 pContext->nOffset = 0;
139 uint8_t* pCurrent = pContext->pManifestContent + pContext->nOffset;
266 pContext->nOffset = pCurrent - pContext->pManifestContent;
267 pContext->nSectionStartOffset = pContext->nOffset;
507 pContext->nOffset = pCurrent - pContext->pManifestContent;
538 uint32_t nOriginalOffset = pContext->nOffset;
539 uint32_t nOffset;
560 nOffset = pContext->nOffset;
565 pContext->nOffset = 0
    [all...]
lib_manifest2.h 70 uint32_t nOffset;
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 59 pContext->nOffset = 0;
139 uint8_t* pCurrent = pContext->pManifestContent + pContext->nOffset;
266 pContext->nOffset = pCurrent - pContext->pManifestContent;
267 pContext->nSectionStartOffset = pContext->nOffset;
507 pContext->nOffset = pCurrent - pContext->pManifestContent;
538 uint32_t nOriginalOffset = pContext->nOffset;
539 uint32_t nOffset;
560 nOffset = pContext->nOffset;
565 pContext->nOffset = 0
    [all...]
lib_manifest2.h 70 uint32_t nOffset;
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 357 uint32_t phFriNfc_Llcp_Header2Buffer( phFriNfc_Llcp_sPacketHeader_t *psHeader, uint8_t *pBuffer, uint32_t nOffset )
359 uint32_t nOriginalOffset = nOffset;
360 pBuffer[nOffset++] = (uint8_t)((psHeader->dsap << 2) | (psHeader->ptype >> 2));
361 pBuffer[nOffset++] = (uint8_t)((psHeader->ptype << 6) | psHeader->ssap);
362 return nOffset - nOriginalOffset;
365 uint32_t phFriNfc_Llcp_Sequence2Buffer( phFriNfc_Llcp_sPacketSequence_t *psSequence, uint8_t *pBuffer, uint32_t nOffset )
367 uint32_t nOriginalOffset = nOffset;
368 pBuffer[nOffset++] = (uint8_t)((psSequence->ns << 4) | (psSequence->nr));
369 return nOffset - nOriginalOffset;
372 uint32_t phFriNfc_Llcp_Buffer2Header( uint8_t *pBuffer, uint32_t nOffset, phFriNfc_Llcp_sPacketHeader_t *psHeader
    [all...]
phFriNfc_LlcpUtils.h 123 uint32_t nOffset );
127 uint32_t nOffset );
130 uint32_t nOffset,
134 uint32_t nOffset,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 159 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
160 psource = source->pBuffer + source->nOffset;
161 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
221 source->nOffset++;
231 source->nOffset++;
291 source->nOffset++;
318 source->nOffset++;
334 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
349 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
350 psource = source->pBuffer + source->nOffset;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 158 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
159 psource = source->pBuffer + source->nOffset;
160 pdest = dest->pBuffer + (dest->nFilledLen + dest->nOffset);
217 source->nOffset++;
227 source->nOffset++;
274 source->nOffset++;
297 source->nOffset++;
314 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
328 dest_len = dest->nAllocLen - (dest->nFilledLen + dest->nOffset);
329 psource = source->pBuffer + source->nOffset;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc_stub.c 176 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
196 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
260 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
274 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
317 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
337 nOffset = (pLocBufNeedMap - pCompParam) +
346 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
391 OMX_U32 nPos = 0, nSize = 0, nDataOffset = 0, nOffset = 0;
407 nOffset = (pLocBufNeedMap - pCompParam) +
416 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32)
    [all...]
omx_rpc_skel.c 92 OMX_U32 nOffset = 0;
106 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags]
115 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
120 nOffset, nFlags);
143 OMX_U32 nOffset = 0;
160 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags|>nTimeStamp]
168 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
177 nOffset, nFlags, nTimeStamp, hMarkTargetComponent, pMarkData);
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 170 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
190 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
254 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
268 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
311 OMX_U32 nPos = 0, nSize = 0, nOffset = 0;
325 nOffset = (pLocBufNeedMap - pCompParam) +
334 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32);
379 OMX_U32 nPos = 0, nSize = 0, nDataOffset = 0, nOffset = 0;
395 nOffset = (pLocBufNeedMap - pCompParam) +
404 RPC_SETFIELDVALUE(pData, nPos, nOffset, OMX_U32)
    [all...]
omx_rpc_skel.c 92 OMX_U32 nOffset = 0;
106 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags]
115 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
120 nOffset, nFlags);
143 OMX_U32 nOffset = 0;
160 //Marshalled:[>hComp|>bufferHdr|>nFilledLen|>nOffset|>nFlags|>nTimeStamp]
168 RPC_GETFIELDVALUE(pMsgBody, nPos, nOffset, OMX_U32);
177 nOffset, nFlags, nTimeStamp, hMarkTargetComponent, pMarkData);
  /frameworks/native/include/media/openmax/
OMX_Other.h 202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
227 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
295 OMX_TICKS nOffset; /**< Time to offset the media time by
297 * reported to be nOffset ticks earlier.
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Other.h 202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
227 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
295 OMX_TICKS nOffset; /**< Time to offset the media time by
297 * reported to be nOffset ticks earlier.
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 229 if (inHeader->nOffset == 0 && inHeader->nFilledLen) {
239 inHeader->pBuffer + inHeader->nOffset;
276 outHeader->nOffset = 0;
309 outHeader->nOffset =
313 mConfig->outputFrameSize * sizeof(int16_t) - outHeader->nOffset;
315 outHeader->nOffset = 0;
326 inHeader->nOffset += mConfig->inputBufferUsedLength;

Completed in 286 milliseconds

1 2 3 4 5 6