Home
last modified time | relevance | path

Searched refs:pBufferAligned (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c235 OMX_U8 *pBufferAligned = NULL; in VPP_AllocateBuffer() local
313 pBufferAligned = pBufferStart; in VPP_AllocateBuffer()
314 while ((((int)pBufferAligned) & 0x1f) != 0) in VPP_AllocateBuffer()
316 pBufferAligned++; in VPP_AllocateBuffer()
323 pBufferAligned = ((OMX_U8*)pBufferAligned) +128; in VPP_AllocateBuffer()
324 pBufferHdr->pBuffer = pBufferAligned; in VPP_AllocateBuffer()
DOMX_VPP_Utils.c1000 OMX_U8 *pBufferAligned = NULL; in VPP_StateToIdle() local
1063 pBufferAligned = pBufferStart; in VPP_StateToIdle()
1064 while ((((int)pBufferAligned) & 0x1f) != 0) in VPP_StateToIdle()
1066 pBufferAligned++; in VPP_StateToIdle()
1068 pBufferAligned = ((OMX_U8*)pBufferAligned)+128; in VPP_StateToIdle()
1070 nbuffer = pBufferAligned; in VPP_StateToIdle()