Searched refs:pBufferAligned (Results 1 – 2 of 2) sorted by relevance
235 OMX_U8 *pBufferAligned = NULL; in VPP_AllocateBuffer() local313 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()
1000 OMX_U8 *pBufferAligned = NULL; in VPP_StateToIdle() local1063 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()