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

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 235 OMX_U8 *pBufferAligned = NULL;
313 pBufferAligned = pBufferStart;
314 while ((((int)pBufferAligned) & 0x1f) != 0)
316 pBufferAligned++;
323 pBufferAligned = ((OMX_U8*)pBufferAligned) +128;
324 pBufferHdr->pBuffer = pBufferAligned;
    [all...]
OMX_VPP_Utils.c     [all...]

Completed in 1959 milliseconds